ASP Programming Question:

What is Query string collection?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

This collection stores any values that are provided in the URL. This can be generated by three methods:

By clicking on an anchor tag <A>
by sending a form to the server by the GET method
through user-typed HTTP address


Previous QuestionNext Question
Which is the default Scripting Language of ASP (server-side)?How many global.asa files can an Application have?