I am writing a questionnaire application with ASP.NET MVC 2.
I have a set of questions that require a response of yes, no, unsure.
These need to be images that return a value to the questionnaire controller.
What is the best approach for adding image buttons?
I’d go with creating an
ImageButtonHtmlHelper.http://www.asp.net/mvc/tutorials/creating-custom-html-helpers-cs