0
Reply

Difference between Validating and Validated events of a TextBox

amit_gupta14

amit_gupta14

Dec 17 2004 4:21 AM
3.4k
1. What's the Difference between Validating and Validated events of a TextBox? 2. I want to enter condition that text in textbox cannot be more than 100. a) What will be the code? b) Under which event of text box, write this code?