Difference between Validating and Validated events of a TextBox
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?