FineUI 官方论坛
标题:
请教个问题grid是必须使用dataTable绑定grid数据源吗?
[打印本页]
作者:
pororo
时间:
2012-8-19 19:35
标题:
请教个问题grid是必须使用dataTable绑定grid数据源吗?
请教个问题grid是必须使用dataTable绑定grid数据源吗? 我用dataset数据就是无法显示 我的代码如下
string eats = string.Format("select Users.UserName,eats.persons,eats.S_time from eats,Users where eats.UserID = Users.UserID and eats.UserID='{0}' order by total_days desc ", UserID);
sqlHelper helper = new sqlHelper();
helper.open();
SqlDataAdapter dap = new SqlDataAdapter(eats, helper.getconnstr());
DataSet ds = new DataSet();
dap.Fill(ds,"eats");
GridShow.DataSource=ds.Tables["eats"];
GridShow.DataBind();
helper.close();
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4