首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

将HashTable邦定到GridView上.出了有关问题!请大家看看

2012-01-21 
将HashTable邦定到GridView上.出了问题!请大家看看Hashtableht1newHashtable()ht1.Add( 1 ,11 )ht1

将HashTable邦定到GridView上.出了问题!请大家看看
Hashtable   ht1   =   new   Hashtable();
                ht1.Add( "1 ",   "11 ");
                ht1.Add( "2 ",   "22 ");


                this.GridView1.DataSource   =   ht1;
                this.GridView1.DataBind();

要如何邦定

[解决办法]
<asp:GridView AutoGenerateColumns= "false " 然后在 <COLUMN> <asp:BoundField DataField= "Key " HeaderText= "Key " /> <asp:BoundField DataField= "Value " HeaderText= "Value " />

热点排行