2
Answers

ImageButton equivalent in MVC

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)