首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

DataGrid的控件有关问题

2012-02-11 
DataGrid的控件问题在DataGrid的第一列是模板列,在模板列中放入了RadioButton控件,运行后发现RadioButton

DataGrid的控件问题
在DataGrid的第一列是模板列,在模板列中放入了RadioButton控件,运行后发现RadioButton控件不能单一选定,该怎么让RadioButton控件单一选定呢?

[解决办法]
RadioButton 都放到同一组里面啊....
[解决办法]
想单选 必须使用HTML中的radio ,使用web控件的RadioButton是不行的

热点排行