What is the purpose of Link-button in Asp.Net?

 Posted by vishalneeraj-24503 on 3/19/2014 | Category: ASP.NET Interview questions | Views: 2586 | Points: 40
Answer:

As we know that,Link-button is a Asp.Net control used for creating a Hyperlink button.It's same as Hyperlink control in Asp.Net.It has a event called Onclick or OnCommand.In short,this control has same functionality as hyperlink control as well as button control.

Syntax:-
<asp:LinkButton Id = "lnk_view" Text = "View" runat="server" />


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response