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
Explain the life cycle of asp page.
Explain the difference between querystring collection and form collection?
What are the asp components?
What is the maximum size of an array in asp?
how can i connect to ms-access database, with ASP??
What is difference between asp and aspx?
What is asp language?
Define a form collection?
What is aspx in url?
Explain how big is the data type int in .net?
Explain the different types of session state management options available with asp.net?
How do I create an aspx file?
how can we done appllication deployment
What is the meaning of asp in computer?
What is the difference between asp and acp?