2014年12月1日

jquery

摘要: 为标签id=id1及其之后的所有标签加上背景色: 方法1:$("#id1").nextAll().css("background-color","red").end().css("background-color","red"); 方法2:$("#id1").nextAll().andSelf(). 阅读全文

posted @ 2014-12-01 13:54 lxboy 阅读(142) 评论(0) 推荐(0) 编辑

GridView 编辑,更新,删除 等操作~~

摘要: protected void GridView1_RowCancelingEdit(object sender, GridViewCancelEditEventArgs e) { GridView1.EditIndex = -1; Bindgrid(); }//编辑按键下的取消代码。将EditInd 阅读全文

posted @ 2014-12-01 10:58 lxboy 阅读(272) 评论(0) 推荐(0) 编辑

导航