QueryString Collection is a class in ASP.NET which lets you retrieve information from a URL..
Example :
someurl?type=master
Request.QuerrySting("type")
will return "master"..
What is Query string collection in asp?
QueryString Collection is a class in ASP.NET which lets you retrieve information from a URL..
Example :
someurl?type=master
Request.QuerrySting("type")
will return "master"..
Bookmarks