691. I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired ?
A. Load()
B. Unload( )
C. PreRender( )
D. None of the Above

692. How do you disable client side validation ?
A. Set the ClientTarget property to Downlevel
B. Set the Runat property to server
C. Set the inherits property to codeb
D. Set the language property to C#

693. Which namespace allows us to formauthentication ?
A. System.Web.Services
B. System.Web.Ui.Forms.Security
C. System.Web.Configuration
D. System.Web.Security

694. An alternative way of displaying text on web page using ?
A. asp:listitem
B. asp:button
C. asp:label
D. none of these

695. Which of the following is the way to monitor the web application ?
A. Alerts Snap-ins
B. Performance logs
C. MMC Event viewers
D. All of the above

696. The first event to be triggered in an aspx page is?
A. Page_Init()
B. Page_Load()
C. Page_click()
D. None of these

697. How do you add ASP.Net 3rd party component__________________?
A. Add reference of dll file and place the code where ever required
B. By add/Remove items in the project menu
C. Cannot add 3rd party component to asp.net
D. None of the above

698. The Following are the minimum requirement to run Asp.net pages_________________?
A. Windows explorer
B. Java Virtual Machine
C. Common Language Runtime
D. All of the above

699. Which of the following are not a member of Server Object_________________?
A. Open
B. Execute
C. Transfer
D. HTMLDecode

700. What section of the config.Web file is used for storing a list of authorized users ?
A. securityPolicy
B. authentication
C. authorization
D. None of the above

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