How to Display images using Response object?
A. Contenttype=Application/Brush
B. Contenttype=Image/JPG
C. Contenttype=Application/paint
D. Contenttype=Image/WMF
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll? A. TextStream B. Dictionary Object C. Err Object D. FileSystemObject E. All are available from scrrun.dll.
Is classic asp dead?
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")
How do you make it so that code runs when the security system is stopping it?
how can we bind the multiplication of two drop down lists?
What are the stored procedure and why they are needed?
What are the tasks performed by <> tags?
Explain the difference between inline and code behind.
Explain life cycle of asp page.
difference between partial and public ?
What are the properties used to control the expiration of the page?
What is Request Object?