SyntaxFix
Write A Post
Hire A Developer
Questions
Add the Controller Section
ViewBag.Orders= new SelectList(db.Orders, "Id", "business", paramid);
Add the Html Section
@Html.DropDownList("Orders", null)
A simple method