What is Server-Side includes?
Answer / guest
It provides extra information by which it makes the site
easier to manage. It can include text files using the
#include statement, retrieve the size and last modification
date of a file, defines how variables and error messages
are displayed and inserts the values of HTTP variables in
the page sent back to the browser.
Is This Answer Correct ? | 0 Yes | 0 No |
Which asp object is often used to retrieve user information from forms?
What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.
Define response object?
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick
What is Response object? How is it related to ASP's Response object?
Explain the post and get method?
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
How will you delete a Cookie?
How do I view an asp file?
What app opens aspx files?
What are the scripting objects in asp?