由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Q: Radiobuttonlist - select item in Datalist
相关主题
Nested Datalist layout!!Thread suspend and resume
image with RadioButtonList c#a C# question
textbox and radiobuttonlistLook for a reliable ajax framework
怎样用c#.net生成一个动态表格?为什么我的vs2005不能打开Access文件
问appSettings想破脑壳也不知道为什么finally不执行
Question about Nested Repeaters请问.Net相关的工作,面试是什么风格的?
又一个教你怎么做GALLERY的vb.net event handler 请教!如何raise一个event,所有form中任何一个on top的可以handle?
C# listview中的动态查找这里有没有人计划考MCAD?
相关话题的讨论汇总
话题: datalist话题: select话题: item话题: any
进入DotNet版参与讨论
1 (共1页)
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.

1 (共1页)
进入DotNet版参与讨论
相关主题
这里有没有人计划考MCAD?问appSettings
When do you want to use a Repeater control?Question about Nested Repeaters
用.NET做了个网站,大家来拍砖吧 又一个教你怎么做GALLERY的
asp.net repeater maximum rows for ItemTemplate? how to improve performance?C# listview中的动态查找
Nested Datalist layout!!Thread suspend and resume
image with RadioButtonList c#a C# question
textbox and radiobuttonlistLook for a reliable ajax framework
怎样用c#.net生成一个动态表格?为什么我的vs2005不能打开Access文件
相关话题的讨论汇总
话题: datalist话题: select话题: item话题: any