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 |
Which is the default scripting language of asp in server-side?
How are scripts executed?
What is difference between asp and aspx?
What are the asp components?
How many global.asa files can an application have in asp?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll? A. TextStream B. Dictionary Object C. Err Object D. FileSystemObject E. All are available from scrrun.dll.
Tell few steps for optimizing (for speed and resources) ASP page/application ?
What is asp
What are the tags necessary to be present within the tag ?
when u r designing where how do u design other than drag and drop method in the project of asp.net
What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours