what are ASP Objects?
Answer / guest
? Request Object
? Response Object
? Server Object
? Session Object
? Application Object
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the ASP Scripting Objects?
How many types of cookies?
which property will make a control span an entire site office parent class
Define querystring collection?
How do I administer security for my machine? For an enterprise?
How can I break Search
How to refresh an asp page on a single click of a button?
What are the properties used to control the expiration of the page?
how u can use asp.net for making website?
What are scripting objects in asp?
How do in-process communication work in the common language runtime?
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")