Querystring
-
in productdetails page first i check if user is authorised then product display in productdetails page otherwise go to this url Response.Redirect("login.aspx?ReturnURL=productdetails.aspx?pid="+p+ "&cat=" + c + "&lev=" + l+"", false); first time it show right url "http://localhost:1479/fp/login.aspx?ReturnURL=productdetails.aspx?pid=6&cat=8&lev=2" but after login page its only show "http://localhost:1479/fp/productdetails.aspx?pid=6" d'nt know where cat & lev goes . Tell me where m wrong.
-
in productdetails page first i check if user is authorised then product display in productdetails page otherwise go to this url Response.Redirect("login.aspx?ReturnURL=productdetails.aspx?pid="+p+ "&cat=" + c + "&lev=" + l+"", false); first time it show right url "http://localhost:1479/fp/login.aspx?ReturnURL=productdetails.aspx?pid=6&cat=8&lev=2" but after login page its only show "http://localhost:1479/fp/productdetails.aspx?pid=6" d'nt know where cat & lev goes . Tell me where m wrong.