markbeeson
Programmer
Does anybody know how (or if) ASP.NET can be used to strip out the querystring from the url without reloading the page?
I use the ViewState.Item property but sometimes I want to pass a filename across to another page. When it comes back it still has the filename in the querystring that I passed originally.
Is there a way to strip this out?
I use the ViewState.Item property but sometimes I want to pass a filename across to another page. When it comes back it still has the filename in the querystring that I passed originally.
Is there a way to strip this out?