don't want to display the query string in address bar
-
Hi, in asp.net 2.0 i am redirecting from one page to another page. i am passing some values to another page using querystring.i don't want to display the query string in address bar.how can i do that?can anybody helps me? With regards, anu
Hi Anujose! Try URL rewriting.For that try Google... :laugh: Regards.
"Save water,It's precious" :)
-
Hi, in asp.net 2.0 i am redirecting from one page to another page. i am passing some values to another page using querystring.i don't want to display the query string in address bar.how can i do that?can anybody helps me? With regards, anu
anujose wrote:
i am passing some values to another page using querystring
If you are passing values as query strings, how can you hide it ? If you wan to hide the values from user, consider encrypting the query string values or use some other method.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions