Saturday 19 November 2011

Q. In the Design view in Visual Studio 2005 of an ASP.NET web page, what is the easiest way to create an event handler for the default event of a ASP.NET server control?


 A. Open the code-behind page and write the code.
 B. Right-click the control and select Create Handler.
 C. Drag an event handler from the ToolBox to the desired control.
 D. Double-click the control.
Ans: D