What are the collections of Application Object?
Answer / guest
* Contents collection ? contains all variables added via
scripts in global.asa.
* Static collection ? contains the names of all objects
added via the OBJECT tag in global.asa.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between razor and aspx view engine?
What is a service application?
what is the difference between #include directory in C,C++ and import java.packages in java
How will you set the values for cookies?
Explain how to refresh an asp page on a single click of a button?
How do I save asp file in notepad?
Explain the order of precedence for logical operators.
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
___________ and ____________ properity to be used to create localized version of a form
How do I open an asp file?
How You Can use Dropdownlist with in Data Grid .DropDownlist having data from Database?
What does Internet Information Server (IIS) assume to be the default language for Active Server Pages? A. Jscript B. JavaScript C. JAVA D. VBScript E. ECMAScript