Name the methods in application object?
No Answer is Posted For this Question
Be the First to Post Answer
Define managed code?
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")
What is Cookies collection?
What is meant by cookies? Explain the main features?
What is the difference between asp and aspx?
Explain the post & get method?
What is asp life cycle?
Which is the default scripting language on the client side?
what is STLC in Testing
explain uses of Textstream object in ASP
What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.
What are the stored procedure and why they are needed?