会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
草原和大树
没落的帝王向往草原大树的生活
博客园
首页
新随笔
联系
订阅
管理
2010年6月18日
从数据库读写RadioButtonList选中的值
摘要: 从数据库取出RadioButtonList选中的值string str = "体育";//这一项可以从数据库中读出for (int j = 0; j < this.RadioButtonList1.Items.Count; j++){if (str == this.RadioButtonList1.Items[j].Text.ToString()){this.RadioButtonList1...
阅读全文
posted @ 2010-06-18 15:41 草原和大树
阅读(827)
评论(0)
推荐(0)
编辑