Thanks in Advance
Radio Buttons in mVC 4
Hi am super new to asp .net in my project i have a challenge that is in my project i have to generate a radio buttons in mvc 4 . here i have a fields like this Text Area for Questions and 4 radio buttons for options of that particular question. but here am not getting how to achieve this so i request you to please help me in this to achieve this.
Posted Aug 4, 2013, 4:21 AM
You should create the radio button groups based for each question.
Something very similar to the above one.