LinkButton displays a hyperlink-style button control on a Web page.By default, a LinkButton control is a Submit button. You can also use the CommandArgument property with a Command button to provide additional information about the command to perform, such as specifying ascending order.

Default.aspx
Untitled Page
Click the following links to see full source code
C# Source Code
VB.NET Source Code
ASP.NET Web Controls - Related Contents
Advertisement
ASP.NET Related Topics