input formatting

  • Thread starter Thread starter Peter Schwaeke
  • Start date Start date
P

Peter Schwaeke

Hello,

does anybody know if the .net framework provides classes
for input formatting, such as validating user input
whilst typing in - just numbers, or postalcode etc.?

Regards

Peter
 
If you are using ASP.NET you will have to write
JavaScript. On windows forms, look at the textchanged
properties!

- Rob
 
Hi Peter,

Thanks for your post. I agree with Rob that we have to validate the user
input whilst typing in an event handler by ourselves.

Please feel free to let me know if you have any problems or concerns.

Best Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi Tian,

thank you for the information. I already presumed this
just wanted to be sure I'm not reinventing the wheel
writing my own event handler.

Again thank you

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top