741. How do we create a FileSystemObject ?
A. Server.CreateObject(“Scripting.FileSystemObject”)
B. Create Object:”Scripting.FileSystemObject”
C. Server.CreateObject(“FileSystemObject”)
D. Create(“FileSystemObject”)

742. Which one of the following namespaces contains the definition for IdbConnection ?
A. System.Data.Interfaces
B. System.Data.Connection
C. System.Data.Common
D. System.Data

743. Why is Global.asax is used ?
A. Implement application and session level events
B. Declare Global variables
C. No use
D. All of the above

744. Which of the following control is used to validate that two fields are equal ?
A. equals() method
B. RegularExpressionValidator
C. RequiredFieldValidator
D. CompareValidator

745. Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
A. To create a customized control that needs to display data in a tabular fashion
B. To create and populate a Table in Design view
C. To create and populate a Table with images
D. To display a tabular result set

746. What is the difference between HTTP handlers & HTTP modules_________________?
A. Httphandler is an event handler and httpmodule is module to do some task
B. Httphandler is an class and Httpmodule is an assembly
C. All of the above
D. None of the above

747. What is used to validate complex string patterns like an e-mail address ?
A. Extended expressions
B. Irregular expressions
C. Regular expressions
D. Basic expressions

748. Which of the following is the performance attributes of processModel ?
A. maxWorkerThreads
B. requestQueue limit
C. maxIdThreads
D. all of the above

749. The .NET Framework provides a runtime environment called_______________?
A. CLR
B. RMT
C. RC
D. RCT

750. If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
A. CompareValidator
B. DataList
C. Listview
D. GridView

NOTE
IF YOU THINK ANY OF THE MCQ ABOVE IS WRONG.
PLEASE COMMENT WITH CORRECT ANSWER AND ITS DETAIL EXPLANATION IN COMMENT BOX.
THANK YOU