Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Choice BIT NULL
  2.  
  3. public Nullable<bool> Choice { get; set; }
  4.  
  5. <div class="checkbox">
  6. @Html.EditorFor(model => model.Choice)
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement