本文介绍了Asp.net验证服务器端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好
我想从服务器端验证文本框以限制某些外来字符,但在验证过程中还要显示允许哪些字符.

我不想显示允许字符,是否有任何代码可以显示限制字符的允许字符检查.

谢谢

Hello All
I want to validate a text box from server side to restrict some foreign character , but during validation want to show which character are allow too.

i donot want to display the allow character , Is there any code which will show me the allow character check with the restrict character.

Thanks

推荐答案


这篇关于Asp.net验证服务器端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 07:40