The LinkButton control creates hyperlink-style buttons that post back to the same page on which they originated... Author: unknown Code: ASP.NET Beta 1 & VB
In ASP.NET environment,The HyperLink Web server control is such similar to the HTML anchor tag except that which creates and manipulates links on a Web page from server code. This article describes you that how to work with HyperLink web control. Author: Mohideen Code: ASP.NET v2.0 & C#