
Both the ASP.NET HTML controls and Web controls raise events. You can write subroutines that handle these events. For example, you can write a subroutine that adds form data to a database table when a user clicks a button. Or, you can display detailed information for a particular book title when a user selects an item from a Dropdown list.
|