ReturnUrl
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
The ReturnUrl is: /Client/Admin.aspx Now I want to go to admin.aspx page. My following code doesn't work Response.Redirect(Request.QueryString["ReturnUrl"]);
seema
You need to include the Request.Url.host+"/" before the Request.QueryString("ReturnUrl"), Mess around some other properties like Host and you will find the proper way to redirect