Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <div class="form-group">
  2. @Html.LabelFor(model => model.Categories, htmlAttributes: new { @class = "control-label col-md-3" })
  3. <div class="col-sm-9">
  4. @Html.DropDownList("Categories", (SelectList)ViewData["Category"], htmlAttributes: new { @class = "form-control input-lg" })
  5. </div>
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement