随笔- 31
文章- 6
评论- 0
05 2010 档案
Repeater checkbox 后台判断选中
摘要: <asp:Repeater ID="GridView1" runat="server"> <HeaderTemplate> <tr><th scope="col"> <input id="all" type="checkbox" name="all" onclick="check_all(this,'checkid');" /> <...阅读全文
checkbox 全选
摘要: <asp:Repeater ID="GridView1" runat="server"> <HeaderTemplate> <tr><th scope="col"> <input id="all" type="checkbox" name="all" onclick="check_all(this,'checkid');" /> <...阅读全文

