摘要: CheckBox全选终极方案 在我们的程序开发中经常会要用到CheckBox的全选,通常情况下是在一些数据绑定控件中如Gridview等下面以Repeater为例,在Repeater的header 和item中放入CheckBox控件 。<asp:Repeater ID="rptGroup" runat="server"> <HeaderTemplate> <tabl... 阅读全文
posted @ 2009-11-30 16:13 tangself 阅读(245) 评论(0) 推荐(0) 编辑
摘要: <scripttype="text/javascript">  //Form提交前执行验证document.forms[0].onsubmit=function(){  //获得DIV(ID:div_form_content_show)中所有的<Input>对像varinputs=document.getElementById("div_form_content_show"... 阅读全文
posted @ 2009-11-30 15:36 tangself 阅读(408) 评论(0) 推荐(0) 编辑
摘要: usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;//usingSystem.Web.UI.WebControls.WebParts;usingSystem.... 阅读全文
posted @ 2009-11-30 15:35 tangself 阅读(164) 评论(0) 推荐(0) 编辑