ASP.net MCQs

133 MCQs  — Computer Programming MCQs  (Page 4 of 14)

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