How to validate a text box field format ?

Build your own helper class.
You'll probably re-use that many times.

Also, I have seen (try to google for it, could be at www.codeproject.com) some guy presenting their own "maskededit" control. That might even be better than having a cool validator, because people will only enter in the right format in the first place.

HTH
Heiko
 
Back
Top