ASP.NET & Visual Studio 2010 - Event Handles How to create event handle ASP.NET Web Application project in Visual Studio 2010
ShotDev Focus:
- Visual Studio 2010 (Create event handle)
Visual Studio 2010
Start -> Programs -> Microsoft Visual Studio 2010 -> Microsoft Visual Studio 2010
Step : Dragging controls to web form and click dobule to create an event.
Event was created successfully.
Create event under code view.
.
.
or Create event under Properties mode.
Event was created successfully.
.
.
.