In my database, i have a column called control_id which consists value like 1,2,3,4. Based on this value, i have to generate controls
like Text box, Dropdownlist and Check box. (For example, if my control_id is 1,then application has to generate Text box, and for 2, dropdownlist and so on) I am completely new to MVC. Can anyone point me in right direction to implement this scenario?
↧