How to insert dropdown and radio button value into database....
HiI can insert the data into to database. But i could not know how to use the selected item from dropdown and radio button value into data base using asp.net MVC. I have the below field...
EmpName -
EmpDept - using DropDown
EmpGender - using RadioButton
could anyone help me on this