Thursday, September 19, 2013

How to pass "&" or other sign in query string in asp.net

string subject="you # me";

Response.Redirect("About.aspx?sub="+ Server.UrlEncode(subject));

No comments:

Post a Comment

Integrating OpenAI / ChatGPT in ASP.NET Core Web API

 This guide shows how to build a production-ready AI API using ASP.NET Core with: Clean Architecture, streaming responses, database storage,...