摘要: 从数据库取出RadioButtonList选中的值string str = "体育";//这一项可以从数据库中读出for (int j = 0; j < this.RadioButtonList1.Items.Count; j++){if (str == this.RadioButtonList1.Items[j].Text.ToString()){this.RadioButtonList1... 阅读全文
posted @ 2009-05-22 17:26 .NET钉子户 阅读(509) 评论(0) 推荐(0)