Jul 4, 2003 #1 S 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!
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!
Jul 4, 2003 #2 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* do you mean something like this... Code: http://www.computerhelp.forum?SomeParams=73911&More=123
Jul 6, 2003 #4 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* Also, if you want to add parameters to the current page (no need to specify the domain)... Code: default.aspx?someParam=hello
Also, if you want to add parameters to the current page (no need to specify the domain)... Code: default.aspx?someParam=hello