681. Which of the following is used to send email message from my ASP.NET page?
A. System.Web.Mail.SmtpMail
B. System.Web.Mail.MailMessage
C. Both A and B
D. None of these

682. How many classes can a single .NET DLL contain ?
A. None
B. One
C. Two
D. Many

683. Which method do you invoke on the DataAdapter control to load your generated dataset with data ?
A. DataBind
B. DataList
C. Fill( )
D. Load ( )

684. How do you register a user control ?
A. Add Source, Tag prefix
B. Add Tag prefix, Tag name
C. Add Src, Tagprefix, Tagname
D. None of these

685. Select the type Processing model that asp.net simulate ?
A. Static
B. Linear
C. Topdown
D. Event-driven

686. ____________ is a special subfolder within the windows folder that stores the shared .NET component?
A. GAC
B. Root
C. /bin
D. None of these

687. Which of the following transfer execution directly to another page ?
A. Response.Redirect
B. Server.Transfer
C. Both A and B
D. None of these

688. What namespace does the Web page belong in the .NET Framework class hierarchy ?
A. System.Windows.Page
B. System.Web.page
C. System.web.UI.Page
D. None of these

689. You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
A. Response.ViewState
B. Response.Cookies
C. Session
D. Application

690. Which property is used to name a web control ?
A. ControlName
B. Designation
C. ID
D. Name

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