Removing a querystring from url in asp.net

Posted by user279521 on Stack Overflow See other posts from Stack Overflow or by user279521
Published on 2010-06-02T12:04:09Z Indexed on 2010/06/02 12:23 UTC
Read the original article Hit count: 233

Filed under:
|
|
|
|

HI, I need to remove a querystring when a user clicks a particular LinkButton. So for example if the querystring is http://UserProfileManager.com?UserID=1234 .... when the user clicks on the Linkbutton, I want the url to be http://UserProfileManager.com. The issue is that everything is on one page, and I am using

Any ideas would be appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET