摘要:
.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> 阅读全文
posted @ 2011-03-25 17:08
小格
阅读(280)
评论(0)
推荐(0)
浙公网安备 33010602011771号