专注于技术,专注于生活
这样才是程序员的生命
随笔- 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');" /> <...阅读全文
posted @ 2010-05-27 10:35 錒飛 阅读(191) | 评论 (0) 编辑
checkbox 全选

摘要: <asp:Repeater ID="GridView1" runat="server"> <HeaderTemplate> <tr><th scope="col"> <input id="all" type="checkbox" name="all" onclick="check_all(this,'checkid');" /> <...阅读全文
posted @ 2010-05-27 10:33 錒飛 阅读(24) | 评论 (0) 编辑

Copyright ©2012 錒飛