Double-click the control is easiest way in Design view to create an event handler - ASP.NET
Q. What is the easiest way in Design view to create an event handler for the default event of a server control?
- Published on 28 Jul 15a. 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.
ANSWER: Double-click the control.