Loading

摘要: 功能需求1, 单击 checkbox 返回当前行值2, 外部按钮获取所有选择行的值实现说明参见主要代码,代码为自说明式。原文地址:http://www.cnblogs.com/Jinglecat/archive/2007/07/15/818967.html主要代码<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false"> <Columns> <asp:TemplateField> <ItemTemplate& 阅读全文
posted @ 2011-08-18 17:49 Dhoopu 阅读(328) 评论(0) 推荐(0) 编辑
摘要: ///功能:判断是否有选中项; ///参数:frm - 当前表单Form;idVal - 要查找的CheckBox的id; ///返回:True/False; ///调用:<INPUT type="submit" value="提交" id="btnS" runat="server" onclick="JavaScript:return confirmSel(this.form, 'chkSel');"> ///说明:'chkSel' - 将判断所有i 阅读全文
posted @ 2011-08-18 17:43 Dhoopu 阅读(1864) 评论(0) 推荐(0) 编辑