2
Answers

I need help for Checkbox helper in asp.net mvc

<input type="checkbox" id="checkboxlist" value="@item.UGId" class="UG" />@item.UGName

Answers (2)