Search
.Management Sciences
Category: ASP.net
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
Which of these classes maps to the tag ?
A. HtlmInputCheckBox
B. HtmlCheckBox
C. HtmlControl
D. None of these
What is a strong name ?
A. Combination Of both Public,Private key and digital signature
B. Public Key
C. Private Key
D. Digital signature
Recent Comments