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 are the function of attributes of the <form> tags?

0 Answers  


What are the differences between asp and asp.net and is asp.net backward compatible to asp?

0 Answers  


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

0 Answers  


What is msmq? What is n-tier system?

0 Answers  


How does asp differ from html?

0 Answers  


what is open item management in sap fico?

1 Answers  


Name the methods in application object?

0 Answers  


Can be arrays resized by using the keyword redim?

0 Answers  


What are the attributes of the <form> tags?

0 Answers  


Is asp a programming language?

0 Answers  


How will you set the values for cookies?

1 Answers  


where should i get free version of Test Director to download

0 Answers  


Categories