Q.1.

Which class is used to indicate Black Navigation Bar ?

Q.2.

Session_End: occurs when the users stop requesting pages and their session times out.

Q.3.

Cache events are processed when ever the Postback events occurs

Q.4.

Which among the following validators checks if entered data matches a specific format

Q.5.

A small text file on the client machine either in the client’s file system or memory of client browser session is called

Q.6.

Session_Start: This event occurs every time when any new user visits.

Q.7.

Which among the following is used to send data from one page to another with the URL but you can send limited size of data with the URL

Q.8.

Which among the following command is used to implement view state

Q.9.

Which among the following validators allows checking if data of one control match with other control?

Q.10.

Which of the following are the debugging windows in .NET?

Q.11.

Application_Start: This event occurs when the first user visits a page of the application.

Q.12.

onclick="window.open()":This attribute of HTML control is used to open a page in new window

Q.13.

Which among the following validators validates controls if controls contain data?

Q.14.

Application_End: This event occurs when there are no more users of the application.

Q.15.

What are type safe function pointers?

Q.16.

This events sends the web page to the server for processing. Web page sends data back to the

same page on the server.
Which among the following events does the above stated task?