Response.Redirect(Server.UrlEncode("Main/Dashboard_User.aspx?="));
I have encoded my URL using UrlEncode
, but this encoded URL is showing HTTP 404 Error. How can I solve this problem?
Response.Redirect(Server.UrlEncode("Main/Dashboard_User.aspx?="));
I have encoded my URL using UrlEncode
, but this encoded URL is showing HTTP 404 Error. How can I solve this problem?