2
Answers

ImageButton equivalent in MVC

Ajitender Vijay

Ajitender Vijay

11y
9.5k
1
Hi 
Whats the equivalent control or code in MVC of ImageButton



  <asp:ImageButton ID="LoginImageButton" runat="server" ImageUrl="~/Images/login.gif"
                                                AlternateText="Login" Width="80" ValidationGroup="cslLogin" CommandName="Login" />
Answers (2)