Add to current url

Shims

Active member
Joined
Jun 15, 2003
Messages
39
I want to add some text to the current URL in an asp.net page without redirecting... i cannot seem to find how to do this. help!
 
do you mean something like this...
Code:
http://www.computerhelp.forum?SomeParams=73911&More=123
 
Also, if you want to add parameters to the current page (no need to specify the domain)...
Code:
default.aspx?someParam=hello
 
Back
Top