本文介绍了C#输入表单验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试构建一个表单供用户输入ID号,格式为'LLLNNNN'(L =字母,N =数字),例如JNH8383,除此之外的任何内容都应该被确定为无效。
此外,还需要检查任何以SOS和PAN开头的ID,当它们输入时需要设置错误信息。
提前感谢任何提示。
I'm trying to build a form for a user to input an ID number, in the format of 'LLLNNNN' (L=letter, N=number) so for example JNH8383 and anything other than that should be determined as invalid.
Also it needs to check for any ID's beginning with "SOS" and "PAN" when these are entered it needs to set off an error message.
Thanks in advance for any tips.
推荐答案
这篇关于C#输入表单验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!