VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 581|回复: 2

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

[复制链接]

1

主题

5

帖子

5.00

积分

新手上路

Rank: 1

积分
5.00
发表于 2020-2-2 14:00:02 | 显示全部楼层 |阅读模式
Hashtable ht1 = new Hashtable();
        ht1.Add("1", "11");
        ht1.Add("2", "22");


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

要如何邦定
回复

使用道具 举报

0

主题

322

帖子

115.00

积分

新手上路

Rank: 1

积分
115.00
发表于 2020-3-20 21:45:01 | 显示全部楼层
<asp:GridView AutoGenerateColumns="false"
然后在
<COLUMN>
<asp:BoundField DataField="Key" HeaderText="Key" />
<asp:BoundField DataField="Value" HeaderText="Value" />
回复

使用道具 举报

1

主题

5

帖子

5.00

积分

新手上路

Rank: 1

积分
5.00
 楼主| 发表于 2020-3-21 21:30:02 | 显示全部楼层
万分感谢!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表