Created
July 1, 2015 00:53
-
-
Save kleberksms/2758a1d0756effd87bf0 to your computer and use it in GitHub Desktop.
Colocar default value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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