I have a code example like this :
location.href = location.href + \"/Edit?pID=\" + hTable.getObj().ID; ; //aspx
parID = Request.QueryString[\"pID\"];
Request.QueryString["pID"];
Here Request is a object that retrieves the values that the client browser passed to the server during an HTTP request and QueryString is a collection is used to retrieve the variable values in the HTTP query string.
READ MORE@ http://msdn.microsoft.com/en-us/library/ms524784(v=vs.90).aspx