In simple few steps you can fill the dynamic data from database to HTML page in MVC Application
- Write connection string in web config file
- Create table related getter setter in model
- Fetch data from db using SQL or MySQL reference
- Pass the list of data retried to controller
- Using jQuery ajax MVC call fill data to select tag of drop-down