J
Jeff
Hey
asp.net 2.0 (C#)
Retriving value:
In my webpage, I need to retrieve a value from the URL, this is a parameter
stored in the url, like this: www.helloworld.com?testid=34
what C# code shall I use to retrive this testid value?
Setting value:
Another thing I'm wondering about is what C# code shall I use to set the
testid value to the URL, lets say I want to add the testid parameter to the
URL, what C# code shall I use to do that?
Jeff
asp.net 2.0 (C#)
Retriving value:
In my webpage, I need to retrieve a value from the URL, this is a parameter
stored in the url, like this: www.helloworld.com?testid=34
what C# code shall I use to retrive this testid value?
Setting value:
Another thing I'm wondering about is what C# code shall I use to set the
testid value to the URL, lets say I want to add the testid parameter to the
URL, what C# code shall I use to do that?
Jeff