ASP.NET Event Handlers
The Page_Load event is one of many events that ASP.NET understands. The Page_Load event is triggered when a page loads, and ASP.NET will automatically call the subroutine Page_Load, and execute the code inside it:
- Login to post comments
More like this
- General ASP.NET Videos : The Official Microsoft ASP.NET Site
- ASP.NET Tutorial
- Tutorials on Sending Email in ASP.NET using C# and VB.NET
- Tutorials on XML in ASP.NET 2.0 using C# and VB.NET
- ASP.NET Web Pages
- ASP.NET Web Forms
- ASP.NET The Button Control
- ASP.NET QuickStart Tutorial
- ASP.NET QuickStart Tutorial
- ASP.NET Tutorials