77
ASP.NET LinkButton
It is a server web control that acts as a hyperlink. It is used to display a hyperlink-style button control on the web page. ASP.NET provides a tag to create LinkButton and has following syntax.
ASP.NET LinkButton Syntax
ASP.NET LinkButton Example
// LinkButtonExample.aspx
Code
Output:
A message is shown when LinkButton is clicked.
Next TopicASP.NET FileUpload