本文介绍了在动态文本框中仅允许使用数字和'f'字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我创建了动态文本框.

我需要添加按键事件,并允许用户仅输入数字和字符"f".

我这样尝试过
txtmrks.Attributes.Add("keypress", "");

但是它不会在调试后运行.

拜托,有人帮我.

在此先感谢

Hi All,

I have created dynamic text boxes.

I need to add keypress event and allow user to enter only numbers and charecter ''f'' only.

I tried in this way like
txtmrks.Attributes.Add("keypress", "");

But it won''t run after debug.

Please, someone help me.

Thanks in advance

推荐答案




这篇关于在动态文本框中仅允许使用数字和'f'字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 13:29