How to remove Request.QueryString from an URL paht in IE
-
How can I remove the Request.QueryString without doing a Response.Redirect() User click's on a link like:
http://localhost/__login.aspx?run=st
Now when the page is returned to the user I only whant the pahthttp://localhost/__login.aspx
to show. How can I do this without using a Response.Redirect("http://localhost/\_\_login.aspx") -
How can I remove the Request.QueryString without doing a Response.Redirect() User click's on a link like:
http://localhost/__login.aspx?run=st
Now when the page is returned to the user I only whant the pahthttp://localhost/__login.aspx
to show. How can I do this without using a Response.Redirect("http://localhost/\_\_login.aspx")Hello You can transfer the variable by other ways For example,you can use a linkbutton and transfer the value by session.
April Comm100 - Leading Live Chat Software Provider