本文介绍了如何防止使用键盘选择改变radiobuttonlist的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我的asp.net用户控件中有一个单选按钮列表。如果用户不小心按任意箭头键或空格键,则单选按钮的索引会以意外方式更改。因此我需要防止单选按钮索引被更改。



请建议我该如何实现?



提前致谢。

Hi all,

I have a radio button list in my asp.net user control. If user accidentally press any arrow key or space bar, the index of the radio buttons is changed in unexpected way. Hence I need to prevent radio button index being changed at all.

Please suggest how should I achieve that?

Thanks in advance.

推荐答案


这篇关于如何防止使用键盘选择改变radiobuttonlist的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 12:15