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 |
Why do we use asp?
What is the purpose of application.lock method?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
What is a variable in asp?
Define text stream object?
Name and explain about the Objects in ASP?
What is the order of execution for an ASP application?
Is asp a scripting language?
What are the properties of session object?
Do you know ASP? Are u willing to work in it?
What is asp language?
What are the collections of Session Object?