摘要: private void dgShow_DeleteCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e) { if(dgShow.Items.Count==1) { if(dgShow.CurrentPageIn... 阅读全文
posted @ 2007-05-09 13:10 花香的蜂 阅读(224) 评论(0) 推荐(0)
摘要: 1。HTML中的数据绑定项 1 2 3 2。标题列CheckBox点中后其他项全选 1 public void CheckAll(object sender, System.EventArgs e) 2 { 3 CheckBox cbAll = (CheckBox)sender; 4 if(cbAll.Text=="全选") 5 ... 阅读全文
posted @ 2007-05-09 09:13 花香的蜂 阅读(213) 评论(0) 推荐(0)