Frist you can make the database Table in the Dropdown you have enter the project name with database.
you enter the database in Controller
you enter in action you make the list with object and make the new list and write table name with table id and table name.
List<SelectListItem> list = new SelectList(db.streetgates, "StreetID", "StreetName").ToList();
ViewBag.address = list;
return View();
go to view you label the name you have write