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 |
Explain the tags necessary to be present within the tag ?
Name the browsers that can access asp pages?
How to determine if a visitor has cookies support enabled in his/her browser?
Explain the difference between sap r/2 and r/3?
how u can use asp.net for making website?
why and how static variable retain their value after postback form ?
What is difference between aspx and ascx?
I am not doing well in my oracle class and desparetly need some help. My main problem is the join chapter. I am very frustrated right now because I got my first zero in my in school lastweek. I excell in every other subject except oracle. I really would like to learn the program, but it looks dim for me right now and it is too late to drop the class without getting 'F'. Can someone pleae help me. with this one because I only have a few days before my assignment is due. If you leave your email I will get intouch with you immediately. Thanks
Explain the life cycle of asp page.
What are the methods in Application Object?
• How do you relate an aspx page with its code behind page?
When was asp released?