佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 1002|回复: 5

请问该如何限制user只能enter numeric在textbox?

[复制链接]
发表于 18-4-2006 08:23 PM | 显示全部楼层 |阅读模式
in vb.net... 我要如何做才能禁止user keyin alphabet在textbox呢? 只允许numeric被keyin
回复

使用道具 举报


ADVERTISEMENT

发表于 19-4-2006 01:55 AM | 显示全部楼层


我不太懂。

但这个问题我可以解决。
当我们click cmdNext,check val(txtInput.text)
当user enter alphabertical char or string,
val(txtInput.text)=0。

Example,
if val(txtInput.text)=0 then
    msgbox "Enter number only."
end if

回复

使用道具 举报

发表于 19-4-2006 09:23 AM | 显示全部楼层
你可以用 javascript 或 server side vb.net 来 validate.
回复

使用道具 举报

发表于 19-4-2006 11:18 AM | 显示全部楼层
用validator吧,对你而言比较简单
回复

使用道具 举报

发表于 19-4-2006 06:31 PM | 显示全部楼层
.net 也有KEYPRESS 跟KEYDOWN 吧。。?
回复

使用道具 举报

发表于 20-4-2006 03:14 AM | 显示全部楼层
If not isNumeric(yourtextbox.text) Then
lblstatus.text = "Invalid format!"
End If
回复

使用道具 举报

Follow Us
您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 13-11-2024 08:31 PM , Processed in 0.192742 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表