Search
.Management Sciences
Category: ASP.net
Which class can be used to create an XML document from scratch ?
A. XmlNew
B. XmlConvert
C. XmlSettings
D. XmlDocument
Which of the following authentication is best suited for a corporate network ?
A. User
B. Table
C. Form
D. Windows
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
We can manage states in asp.net application using_______________?
A. Session Objects
B. Application Objects
C. Viewstate
D. All of the above
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
An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
A. Use View State
B. Use URL munging
C. Disable ViewState and use Session State
D. Disable View State and don’t use session state
Which of the following denote the property in every validation control ?
A. ControlToValidate property
B. Text property
C. Both A and B
D. None of these
How many classes can a single .NET DLL contain ?
A. None
B. One
C. Two
D. Many
Recent Comments