Dear all, In PHP we send value to another page using GET method.Like: http://localhost/abc.php?val=123 where abc.php take the value using $_GET['val'] and do the necessary.Now i need to do the same task in asp.... send value to a stand alone ASP.NET page [not from a ASP page] and after taking the value do the necessary.Now,How can i send a value to a asp.net page in the same way and receive the value into that page?pls help..