r****y 发帖数: 26819 | 1 It was reported that radio button list had a bug when use in Repeater.
http://support.microsoft.com/default.aspx?scid=kb;en-us;316495
Selection cannot be excluded.
I tried it with datalist and seems the same.
Any suggestions? Thanks. |
f*****e 发帖数: 5177 | 2 attach a selected event handler to each radio button.
in the event handler, go through the rows of datalist and clear any other
radio buttons other than the fired one.
【在 r****y 的大作中提到】 : It was reported that radio button list had a bug when use in Repeater. : http://support.microsoft.com/default.aspx?scid=kb;en-us;316495 : Selection cannot be excluded. : I tried it with datalist and seems the same. : Any suggestions? Thanks.
|
r****y 发帖数: 26819 | 3 Thanks. This works. I hope they could have made GroupName effective.
【在 f*****e 的大作中提到】 : attach a selected event handler to each radio button. : in the event handler, go through the rows of datalist and clear any other : radio buttons other than the fired one.
|