![]() |
#2
cyyu_ryh2007-07-27 10:30
|
从数据库中读取数据COM1
RadioButtonList对应的选中的值也是COM1
从数据库中读取数据COM2
RadioButtonList对应的选中的值也是COM2
怎么实现?以前实现过,现在忘了
//RadioButtonList的绑定
//this.OnoffPort.SelectedValue = reader["ONOFFPORT"].ToString();--错误的