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 |
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
Define unmanaged code?
What is a Virtual Directory?
The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.
Whats the implicit name and type of the parameter that gets passed into the class set method?
how we can establish the connectivity between front end and backend?(asp as front end and c# as back end)
Name the browsers that can access asp pages?
What does active server pages look like?
How to make page break in Crystal Report..?
how can we create a webpage in .Net
Define common language specification (cls)?
What is the difference between ASP and HTML?