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")
1 5248
Define a filesystemobject object?
What is .asp in html?
What do I have to do to make my code work with the security system?
What is hidden field?
What is the maximum size of an array?
What data types does the rangevalidator control support?
What are private assemblies?
What are the 3 types of internal controls?
How can we do validation of the fields in a project?
How do you make it so that code runs when the security system is stopping it?
What is the command to display characters to the html page in asp?
Give the comment tags for the following?
What is ascx cs?
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
Name the collections of session object?