摘要:
前台GridView页脚代码:[代码]后台绑定事件:[代码]bind_gv()是DataTable dt = new DataTable();//dt = ClsDataBase.ExecuteNonQuery("select * from test");//这里放你的查询方法this.GridView1.DataSource = dt;this.GridView1.DataBind();(出处:... 阅读全文
posted @ 2009-06-18 15:37
搏击的小船
阅读(1294)
评论(0)
推荐(1)