In vb.net we can do validation in 2 methods.
Use causesvalidation property & validating event combination.
Use lostfocus & manage focus in code itself
I wanted to know any issues that might make any one of the method better compared to other. Or is it that both are same?
Use causesvalidation property & validating event combination.
Use lostfocus & manage focus in code itself
I wanted to know any issues that might make any one of the method better compared to other. Or is it that both are same?