1
Answer

How to bind combobox with database in asp.net mvc4?

I am using asp.net mvc4.I want to show the id from database in combobox.When I select the id the show all data of selected id.
How to do it? 

Answers (1)