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 5148
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
___________ and ____________ properity to be used to create localized version of a form
What are the differences between asp and asp.net and is asp.net backward compatible to asp?
What are server-side includes?
How to include active x controls in asp code?
Name the methods in application object?
Can I avoid using the garbage collected heap?
IN THREE TIER AMONG THREE LAYERS WHICH ONE IS INDEPENDENT LAYER AND HOW?
Suppose someone gives a VB dll file (component). How to use that in an ASP file?
What is the meaning of asp in computer?
Explain the tags necessary to be present within the tag ?
Define application object?
What happens to asp pages?
What is asp language?
I have written an assembly that I want to use in more than one application. Where do I deploy it?