ASP.NET LinkButtonIt 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 SyntaxASP.NET LinkButton Example// LinkButtonExample.aspxCodeOutput: ![]() A message is shown when LinkButton is clicked. ![]()
Next TopicASP.NET FileUpload
|