The control used in ASP.NET to display information from data set but with better formatting and editing behavior is_______________?
(A) DataList
(B) Button
(C) Panel
(D) None of the Above
If in an ASP.NET application one want to create http handlers which of the interface is used________________?
(A) pipeline
(B) Handler
(C) IHttpHandlerFactory
(D) None of the above
Which of the following denote page code model in ASP.NET ?
(A) single-file
(B) code-behind
(C) Both A and B
(D) None of the Above
Which command is used to change directory to the name beginning with a ‘p’ ?
(A) cd p
(B) cd p?
(C) cd p*
(D) cd [p]
The chmod ugo+rw note command can be represented in octal notation as_________________?
(A) chmod 555 note
(B) chmod 666 note
(C) chmod 444 note
(D) chmod 333 note
Which DLL translate XML to SQL in IIS ?
(A) SQLIIS.dll
(B) LISXML.dll
(C) SQLISAPI.dll
(D) SQLXML.dll
Web.config file is used.. ?
(A) To configure the web server
(B) To configure the web browser
(C) Configures the time that the server-side codebehind module is called
(D) To store the global information and variable definitions for the application
Which object can help you maintain data across users ?
(A) Response object
(B) Application object
(C) Session object
(D) Server object
The first event triggers in an aspx page is__________________?
(A) Page_Load()
(B) Page_Init()
(C) Page_click()
(D) Page_doubleclick()
What is the lifespan for items stored in viewstate______________?
(A) 10 mins
(B) 20 mins
(C) 2 mins
(D) Exists for the Life of the current page