Page view counter

These tutorials demonstrate selected features in ASP.NET version 2.0, but they are compatible with later versions of ASP.NET as well. For the current documentation, see the ASP.NET portal on the MSDN Web site.

 

 

   Welcome   |   ASP.NET   |   Web Services   |   Class Browser   
  |   I want my samples in...      

ASP.NET Quickstart Tutorials

LinkButton

Like the Button control, LinkButton is used to post a Web Forms page back to the server. For additional button examples, see Button and ImageButton. For a control that navigates to another page, see HyperLink.

The following sample illustrates using the LinkButton control.

VB LinkButton1.aspx
Run Sample View Source