Whats the equivalent control or code in MVC of ImageButton
AlternateText="Login" Width="80" ValidationGroup="cslLogin" CommandName="Login" />
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Iftikar HussainPosted Jul 30, 2013, 7:10 AM
try like this
@Html.ActionImage("Login", new { id = MyId }, "~/Content/Images/login.gif", "Login")
in controller
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 30, 2013, 6:49 AM
http://stackoverflow.com/questions/596444/html-actionlink-as-a-button-or-an-image-not-a-link