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

📱Build WhatsApp Bot using .NET + OpenAI

   In this article, you will learn how to build a real-world WhatsApp chatbot using ASP.NET Core and OpenAI. This bot can automatically repl...