Click here to Skip to main content
16,018,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


in my page i have 60 fields i have required field validator for each one.so when user misses the first field and click on the submit button.i want to move the cursor where he missed the first field.could any one help me.



Regards,
naveen
Posted
Comments
JoCodes 1-Jan-14 2:43am    
You want to move the cursor focus to the missed field?

1 solution

Set the
setfocusonerror =true
for the RequiredField validator controls which sets the focus on error.
 
Share this answer
 

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