摘要:
例: DataSet ds = es.GetDataSet("select * from employee"); this.GridView1.DataSource = ds; this.GridView1.DataKeyNames = new string[] {"id"}; this.GridView1.DataBind(); ... 阅读全文
posted @ 2007-11-19 17:44
菜鸟吴迪
阅读(318)
评论(0)
推荐(0)
浙公网安备 33010602011771号