Default scripting language in ASP?
Default scripting language in ASP?
A. VBScript
B. EcmaScript
C. JavaScript
D. PERL
A. Open
B. Execute
C. Transfer
D. HTMLDecode
A. GacSvr32.exe
B. GacUtil.exe
C. GacMgr.exe
D. RegSvr.exe
A. HtlmInputCheckBox
B. HtmlCheckBox
C. HtmlControl
D. None of these
A. Code-front
B. Exception
C. Code-behind
D. All of the above
A. Response.Cache.SetNoServerCaching();
B. Response.Cache.SetNoCaching();
C. Response.Cache.SetNoStore();
D. None of these
A. Response.Output.Write() allows you to write formatted output
B. Response.Output.Write() allows you to stream output
C. Response.Output.Write() allows you to buffer output
D. Response.Output.Write() allows you to flush output