October 2010
Intermediate to advanced
1920 pages
73h 55m
English
The ASP.NET Framework includes three controls you can use to submit a form to the server: Button, LinkButton, and ImageButton. These controls have the same function, but each control has a distinct appearance.
In this section, you learn how to use each of these three types of buttons in a page. Next, you learn how to associate client-side scripts with server-side Button controls. You also learn how to use a button control to post a form to a page other than the current page. Finally, you learn how to handle a button control’s Command event.