Is it possible to let Visual Studio automatically create an event handler method for an UI component within the markup view?
Let's say I have
<asp:label runat="server" />
and would like to handle the OnPreRender event..
How do you create the handler method? Manually or do you switch to design view and double click the event within the properties window?