Repeater里的RadioButton如何控制其分组?
因为有其他控件在同一个选项中,因此不能用RadioButtonList 
 如果把RadioButton放在Repeater里,给他GroupName定义为singleton后,出来的结果确是 
 name= "Repeater1_item03_ctr04_singleton ",每行都不同的name,达不到单选效果   
 用Attributes.Add( "name ", "singleton ")也完全没有作用,   
 不知如何实现Repeater里的单选呢? 
 不会只能用HTMLContrl吧? 
 请大大们赐教
------解决方案--------------------以前我也遇到类似的问题  
 看看下面的地址的解决方法 
 http://www.cnblogs.com/renyu732/archive/2005/12/17/298991.aspx
------解决方案--------------------因为微软的Repeater、DataGrid会自动给你加上不同的前缀名,所以不能实现单选效果。 
 可以把它声明成客户端的控件,也就是HTML控件