What is Querystring collection?
Answer / 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 |
Can .net framework components be used from a com program?
Explain the event handlers of session object?
What does asp mean in business?
why did u choose tech support as ur careears
how can we done appllication deployment
Explain how do you initiate a string without escaping each backslash?
How do I view an asp file?
Explain the difference between a namespace and an assembly name?
Explain how to display images using response object?
What is the difference between jsp and asp?
What is the difference between asp and html? Or why asp is better than html?
what are the two main compononet in remoting