VerySource

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

RadioButtonList控件问题

[复制链接]

1

主题

1

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
发表于 2020-3-9 15:30:02 | 显示全部楼层 |阅读模式
做一个RadioButtonList控件时 将AUTOPOSTBACK属性设置为true时选择之后又回到默认值了
  这样做的数据绑定
        RadioButtonList1.DataSource = DS.Tables[0].DefaultView;
        RadioButtonList1.DataTextField="药品名称";                                RadioButtonList1.DataValueField="药品名称";
        RadioButtonList1.DataBind();                       
当选择之后准备输出到lable5中时       
        this.Label5.Text=RadioButtonList1.SelectedItem.Value;
显示错误 未将对象引用设置到对象的实例。
回复

使用道具 举报

0

主题

1

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
发表于 2020-8-6 17:15:01 | 显示全部楼层
我也碰到这个问题了,希望高手解决阿,我是新手
回复

使用道具 举报

1

主题

18

帖子

15.00

积分

新手上路

Rank: 1

积分
15.00
发表于 2020-8-6 17:30:01 | 显示全部楼层
绑定事件写在哪?
!IsPostBack()
回复

使用道具 举报

0

主题

58

帖子

32.00

积分

新手上路

Rank: 1

积分
32.00
发表于 2020-8-6 17:45:01 | 显示全部楼层
绑定写在
if(!IsPostBack)
{
  bind your radiobuttonlist;
}
回复

使用道具 举报

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

本版积分规则

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

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