Click here to Skip to main content
15,880,503 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are using validation controls and callout extender to show validation messages.
Can we restrict user to fix the error before moving to next field?
Posted

1 solution

hi,

Try setting focus to the field that failed the validation.
In that way until they fill valid data..they will not be able to move to other field.


Let me know if i understood something wrong here.
 
Share this answer
 
Comments
Ashok26 6-Nov-12 11:00am    
You understood it right.
Let me try to put my understanding in example:
There are three fields with validators.
User modifies field 1 and clicks on field 2.
Validator in field 1 is fired.
Now we should make sure that user doesn't change anything in field 2 or field 3.

Questions:
How to check whether a validator is already fired?
When to check whether a validator is fired for other fields?

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