How many classes can a single .NET DLL contain ?
A. None
B. One
C. Two
D. Many
How many classes can a single .NET DLL contain ? Read More »
ASP.net A. None
B. One
C. Two
D. Many
How many classes can a single .NET DLL contain ? Read More »
ASP.net A. System.Web.Mail.SmtpMail
B. System.Web.Mail.MailMessage
C. Both A and B
D. None of these
Which of the following is used to send email message from my ASP.NET page? Read More »
ASP.net A. Page.User.IsInRole
B. Page.User.Name
C. Page.User.Identity
D. None of these
In ASP.NET in form page the object which contains the user name is ________________? Read More »
ASP.net A. SQLDataReader
B. Data Set
C. Both A and B
D. None of these
Which of the following is faster and consume lesser memory ? Read More »
ASP.net A. Application object
B. Session object
C. Server object
D. Response object
Which of the following ASP.NET object encapsulates the state of the client ? Read More »
ASP.net A. .ASP
B. .Web
C. .ASPX
D. None of these
File extension used for ASP.NET files ? Read More »
ASP.net A. Response.Output.Write() allows you to write formatted output
B. Response.Output.Write() allows you to stream output
C. Response.Output.Write() allows you to buffer output
D. Response.Output.Write() allows you to flush output
Difference between Response.Write() and Response.Output.Write() ? Read More »
ASP.net A. Alerts Snap-ins
B. Performance logs
C. MMC Event viewers
D. All of the above
Which of the following is the way to monitor the web application ? Read More »
ASP.net A. asp:listitem
B. asp:button
C. asp:label
D. none of these
An alternative way of displaying text on web page using ? Read More »
ASP.net A. System.Web.Services
B. System.Web.Ui.Forms.Security
C. System.Web.Configuration
D. System.Web.Security
Which namespace allows us to formauthentication ? Read More »
ASP.net