Guest User

Untitled

a guest
Jun 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <%= Html.DropDownList("SoldTo", Model.SellDealerList, "Select a Dealer")%>
  2.  
  3. SellDealerList = new SelectList(repository.GetDealerList(), "id", "name", vehicle.SoldTo);
Add Comment
Please, Sign In to add comment