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 |
What is Application-scope?
What are the asp objects?
What is the function of Buffer in Response Object?
explain with example redaing contents and writing contents from a file using APS object stream.
Where is the value-type variables allocated in the computer ram?
what are the objects in asp?
2 Answers First Insight, VebTel,
Give the comment tags for the following?
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.
What is caching in asp?
Define application object in asp?
What is a Form collection?
Name the methods in application object?