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 does asp mean in technology?
Define request object?
Explain the difference between server.transfer and response.redirect?
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.
Explain how do you initiate a string without escaping each backslash?
what is dry run?
What is a Cookie? What are the uses of Cookies?
What is asp price?
What is aspx cs file?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.
what is the difference between #include directory in C,C++ and import java.packages in java
Why asp is used?