Click here to Skip to main content
15,917,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to put required field validator in vb.net in windows form...
i want to add validation on textbox, but when i open toolbox i am not able to see the validation control..so can u guys please help me to put validation control in vb.net Windows form.
Posted

1 solution

If you are working on Windows Forms, you will not see the validation controls.
You can handle they KeyDown event and implement basic validations quite quickly.

Example -http://www.homeandlearn.co.uk/net/nets10p3.html[^].
 
Share this answer
 
Comments
shashank 1068 11-Apr-13 2:32am    
thnx fr d help :)
Abhinav S 11-Apr-13 2:49am    
Welcome. Mark as answered if it helped.
shashank 1068 12-Apr-13 2:28am    
it doesn't work :(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900