What are the methods in Application Object?
Answers were Sorted based on User's Feedback
Answer / guest
? Lock ? prevents clients from modifying the variables
stored in the Application object.
? Unlock ? removes the lock from variables stored in the
Application object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hema
Application.lock - locks the script from being modified by
other users
application.unlock - unlocks the script to the other users.
| Is This Answer Correct ? | 0 Yes | 1 No |
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
Explain the difference between cookies collection and form/querystring collection?
Define a variable in asp?
What are the advantages of asp?
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
what is object in c sharp?
Name the methods in application object?
What is the command to display characters to the HTML page?
How do I open aspx files on windows 10?
what are the two main compononet in remoting
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.
What is meant by cookies? Explain the main features?