I have a pageview with two pages. Each page have serveral textbox. In the textbox_Validating, I will check the input value and set the e.cancel = true if validating fail. The cursor will stay in the textbox if the validation fail.
However, if I input invalid value in the textbox and click another tab immedicately, the cursor will go to that new page instead of staying in the textbox.
So, how should I handle it? Thanks!
However, if I input invalid value in the textbox and click another tab immedicately, the cursor will go to that new page instead of staying in the textbox.
So, how should I handle it? Thanks!