asp.net mvc - Best approach for creating image buttons in MVC 2 -
I'm writing a questionnaire application with ASP.NET MVC 2.
I have a set of questions that yes, no, the reaction of uncertain is required.
These images require a questionnaire returning a value to the controller.
What is the best way to add an image button? / P>
I have a ImageButton
HtmlHelper
.
Comments
Post a Comment