标签: asp.net validation
我需要在文本框中仅允许输入某些数字(200,300,400,600,1000或1200),其他任何内容都不应被接受。 我怎么能用asp:RegularExpressionValidator?