How to validate input?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all: I need a textbox which can only be inputed a 6 digit number. How can I do that please? Thanks in advance!!! Asura
Use regular expression validation control. http://samples.gotdotnet.com/quickstart/aspplus/doc/webvalidation.aspx[^] http://aspnet101.com/aspnet101/tutorials.aspx?id=11[^]
-
Hi all: I need a textbox which can only be inputed a 6 digit number. How can I do that please? Thanks in advance!!! Asura