Hi guys, im fairly new to ASP.NET and its totally got my baffled to say the least, I cant seem to find anything on the net, maybe im searching using wrong terms so does anybody know how to retrieve a GET variable from a URL in ASP.NET using C#?
say for example default.aspx?id=5
how would i get the id value?
request("id") brings back an error so im guessing that cant be used anymore.
Any help would really be appreciated,
Thanks,
Adrian