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

How do you initialize a two-dimensional array that you don't know the dimensions of?

0 Answers  


How do in-process communication work in the common language runtime?

0 Answers  


Explain how can you overload a method?

0 Answers  


how can we bind the multiplication of two drop down lists?

0 Answers  


What options are available to deploy my .net applications?

0 Answers  






What are the advantages of using ASP?

1 Answers  


What are the attributes of the tags?

0 Answers  


What is the difference between Cookies collection and Form/Querystring collection?

1 Answers  


Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count

1 Answers  


Can .net framework components be used from a com program?

0 Answers  


What is ClientCertificate collection?

1 Answers  


How will you set the values for cookies?

1 Answers  


Categories