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 |
How to add Textboxes Programmatically in each and every cell of Gridview along with the Excel data in the Gridvew.I mean when i get Excel data in Gridview i need to display Data and Textboxes for each and every cell of Gridview. Got it. Iam new to this concept plz help me. Thanks in Advance.
Name the collections of session object?
what is the role of attributes properties in asp field object
what is the difference between sql server2000 and 2005
Can I use .net framework components from a com program?
I have all files relating one project in ASP.... I want to make a Localhost for running like website........
Is asp a scripting language?
how to create overlay on div ?
how show video in own page.
How do I view an asp file?
What is a Form collection?
Speaking of boolean data types, whats different between c# and /c++?