Answer Posted / sowmya
The QueryString collection is used to retrieve the variable
values in the HTTP query string.
The HTTP query string is specified by the values following
the question mark (?), like this:
<a href= "test.asp?txt=this is a query string test">Link
with a query string</a>
The line above generates a variable named txt with the
value "this is a query string test".
Query strings are also generated by form submission, or by
a user typing a query into the address bar of the browser.
Request.QueryString(variable)[(index)|.Count]
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is asp in web design?
what is STLC in Testing
What is full form of aspx?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
How do I open aspx file on mac?
Whats the difference between struct and class in c#?
What are the tasks performed by