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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -