Creating Event Handlers in the WebForms Designer

WebForms are part of Visual Basic .NET. WebForms allow you to define ASP.NET-based applications similar to the way in which you would design Windows applications. The Form and Code designers for WebForms look and feel a lot like programming a Windows application. You create the application, paint controls on forms, and write VB code. When the application runs, users are served ASP.NET pages. From the developer's perspective, it's VB programming. From the user's perspective, it's a great Web experience.

Because creating Web applications in .NET is similar to creating Windows applications, the metaphors for creating event handlers are identical to those for creating event handlers for Windows applications. ...

Get Visual Basic® .NET Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.