2012年8月20日
摘要: 分三步走1.保证你的webgrid包含在form中@using (Html.BeginForm("Assign","Home")){ }2.在webgrid中加一列checkboxgrid.Column(header: "Assign?", format: @<text><input class="check-box" id="assignChkBx" name="assignChkBx" type="checkbox" value=&q 阅读全文
posted @ 2012-08-20 16:15 leiOOlei 阅读(1304) 评论(0) 推荐(0)