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 |
Define a cookies collection?
What is the Order of precedence for LOGICAL Operators in ASP?
What's the purpose of using BUFFER property?
How do I make it so that code runs when the security system is stopping it?
How many types of cookies?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
What is the difference between html and asp?
How can you disable the browser to view the code?
What are the stored procedure and why they are needed?
What is asp in web?
what is the difference between sql server2000 and 2005
How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?