What is Querystring collection?



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

Post New Answer

More ASP Interview Questions

What options are available to deploy my .net applications?

0 Answers  


Explain how do you box a primitive data type variable?

0 Answers  


Tell something about Active Server Pages?

5 Answers   Microsoft,


When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.

1 Answers  


Which is the default Scripting Language on the client side in ASP?

2 Answers  


How many types of cookies are there?

10 Answers   TechSolution, Tops Technologies,


What are server variables collection?

0 Answers  


difference between partial and public ?

0 Answers   eSoft,


Explain the advantages of using asp?

0 Answers  


What is the function of Buffer in Response Object?

1 Answers  


When was asp released?

0 Answers  


What is .asp in html?

0 Answers  


Categories