Masked TextBox如何在文本框中不显示下划线并允许用户输入3位数字
我在使用屏蔽文本框时遇到了一些麻烦。
如何隐藏文本框中默认显示的下划线?!
我还希望用户能够输入最多 3 位数字(他/她可以输入至少 1 位数字,最多 3 位数字)。怎么设置呢?
I am having some troubles with a masked textbox.
How can I hide those underlines which are shown in the textbox by default?!
Also I want the user be able to enter up to 3 digits (he/she can enter atleast 1 and maximum 3 digits). how to set that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在屏蔽文本框的 Promptchar 属性中设置空白(留一个空格)。
和你已经得到的第二个答案。或者您可以为此对离开事件进行验证。
Set empty space(leave one space) in Promptchar property of masked textbox.
and second answer you already get. or you can put validation on Leave event for that.