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 dictionary object?
Which is the default scripting language of asp in server-side?
What are the event handlers of Application Object?
What is an asp model?
what is execution of asp page
What is the difference between client-side script and server-side script?
How do I view an aspx file?
Is asp classic dead?
What are private assemblies and shared assemblies?
Give the comment tags for the following?
what is n tier ?
what is the difference between render event and prerender event