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 event handlers of session object?
What is aspx cs file?
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
What is active server object model?
What purpose is served by the application.lock method?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
Explain how can you overload a method?
What is the maximum size of an array?
What is difference between asp and php?
Name the two properties which are common in every validation control?
What is the difference between post and get method.
how can i connect to ms-access database, with ASP??
___________ and ____________ properity to be used to create localized version of a form
Name the browsers that can access asp pages?
Name the data types which does the rangevalidator control support?