In my application there is two types of registration. Business type and individual type. Business type has some extra fields to be filled. I dont want to use two forms.
What I want is When the user clicks on Individual reg.. , some text boxes will be hidden and when Business type user clicks on the radio button every field should appear. I dont want to use jquery. How can we achieve this in asp.net mvc4