hi everyone!!!!!!!!!
i need one registration form in which it contains radiobuttons,checkboxes,dropdownlist.
this should be done in mvc3 database first model.......!!!
pls can anyone help me out....
Thank u...!!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted Jun 6, 2014, 3:22 AM
In Scema First or Database First approach you have to design database and table than you can use Entity Framework for the same.
Read this Article its nicely described:
http://www.codeproject.com/Articles/482801/DatabaseplusFirstplusDevelopmentpluswithplusASP-NE
Hope will help.