一分耕耘,一分收获

编程路上的成长与收获

 

2007年7月25日

全选gridView中的复选框

摘要: protected void selectAll(object sender, EventArgs e) { //如果选中,则全选;否则,取消选择 if (CheckAll.Checked == false) { for (int i = 0; i < GridView1.Rows.Count; i++) ... 阅读全文

posted @ 2007-07-25 16:44 如烟 阅读(551) 评论(2) 推荐(0)

查询语句

摘要: 关联表的写法1.select ... from a,b,cwhere a... = b...and c...= b...2.select * from (SELECT [hotelID], [hotelName], [hotelStar],[CountryName]=(select C_Country_short from t_set_country where t_set_country.Cou... 阅读全文

posted @ 2007-07-25 15:31 如烟 阅读(181) 评论(0) 推荐(0)

GridView分页

摘要: gridView代码分页 阅读全文

posted @ 2007-07-25 15:05 如烟 阅读(104) 评论(0) 推荐(0)

导航