Hi,
Display textboxes based on radio button in MVC
I have 3 radio button, which each radio button will display their own textbox.
if i choose normal then textbox A and B will appear.
If i choose appearance then textbox C and D will appear and same goes to pass/fail button.
How can i do this? I'm using mvc and i havent started the code yet