Computer Programming MCQs

5739 MCQs  (Page 443 of 574)

In ASP.NET if one wants to set the focus on a particular control________________?
A. Call focus method
B. Call setcontrol
C. Call setfocus
D. None of the above
Select the validation control used for “PatternMatching”?
A. Rangevalidator
B. Patternvalidator
C. Regularexpressionvalidator
D. Fieldvalidator
How ASP.Net Different from classic ASP ?
A. Code is separated from the html and interpreted code is interpreted separately
B. Scripting is separated from the html, code is compiled as a dll, the dlls can be executed on server
C. Scripting is separated from the html, code is interpreted seperately
D. None of these
Select the output of the statement ?
A. Transfers all the form data to test.aspx with HTTP headers
B. Transfers all the form data to test.aspx with out HTTP headers
C. Calls post method on test.aspx
D. None of the above
How do you explicitly kill a user session ?
A. Session.exit
B. Session.close( )
C. Session.discard( )
D. Session.abandon
Which of the following is used to write error message in event Log File ?
A. System.enterpriseservices
B. System.diagnostics
C. System.data
D. All of the above