Ajitender Vijay

Ajitender Vijay

  • 1.4k
  • 263
  • 117.6k

ImageButton equivalent in MVC

Jul 30 2013 6:42 AM
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)