Skip to content

Instantly share code, notes, and snippets.

@kleberksms
Created July 1, 2015 00:53
Show Gist options
  • Save kleberksms/2758a1d0756effd87bf0 to your computer and use it in GitHub Desktop.
Save kleberksms/2758a1d0756effd87bf0 to your computer and use it in GitHub Desktop.
Colocar default value
@Html.DropDownListFor(model => model.ParentId, (IEnumerable<SelectListItem>)ViewBag.ParentId, new { @class = "form-control" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment