Answer Posted / 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 View All Answers
who is the best Trainer for ASP.NET MVC in Hyderabad?
Define a variable in asp?
Explain the difference between sap r/2 and r/3?
How do you open an asp file?
Destructors CANNOT be implemented in which one of the following?
what is the difference between sql server2000 and 2005
Juxtapose the HTTP verbs GET and POST. What is HEAD?
How many types of cookies?
How do I open aspx files on windows 10?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
What are the browsers that can access asp pages?
write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.
Define a "virtual directory"?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
Speaking of boolean data types, whats different between c# and /c++?