listview 绑定hashtable 以及值的显示
时间:2011-03-25 来源:小格
.cs 页面
hashtable hs = objManage.getdata();
this.ListView1.DataSource = hs;
this.ListView1.DataBind();
.aspx 页面
<td><%# DataBinder.Eval(Container.DataItem, "key")%>"</td>
<td><%# DataBinder.Eval(Container.DataItem, "value")%>"</td>
相关阅读 更多 +