Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are building a ASP.net MVC 4 App where one of the modules for Questionnaire needs to build the view dynamically.

We are trying to solve 3 problems: -
1) Generate the view using data from the database. It could have answer types as Text, Radio button, Integer, Check box etc.
2) Have events against the generated controls (Ex: radio button needs to have a change event and needs to enable/disable items accordingly)
3) Validate the controls (possibly client side validation)

What is the best approach to do this?

Thanks
Posted
Updated 27-Feb-13 22:59pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900