In ASP.NET what does the following return ?
(A) Gives the memory working set
(B) Return Null value
(C) Gives Error
(D) None of the Above
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
Which of the following are not a member of Server Object_________________?
(A) Open
(B) Execute
(C) Transfer
(D) HTMLDecode
The first event to be triggered in an aspx page is__________________?
(A) Page_Init()
(B) Page_Load()
(C) Page_click()
(D) None of the above
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
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
The first event to be triggered in an aspx page is?
(A) Page_Init()
(B) Page_Load()
(C) Page_click()
(D) None of these
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
An alternative way of displaying text on web page using ?
(A) asp:listitem
(B) asp:button
(C) asp:label
(D) none of these
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#