Asp.net has turned out to be alot easier to use than PHP (so far). However, I have been searching for a while and simply cannot figure this out. How do I get the variables that are contained in the url of my page (that originate from a form that had the method "GET") and utilize them?
For example, my page would be www.example.com/index.asp?somevariable=something
How would I get the value of somevariable?