asp.net calendar control firing validation controls
Posted
by user279521
on Stack Overflow
See other posts from Stack Overflow
or by user279521
Published on 2010-05-21T21:30:43Z
Indexed on
2010/05/21
21:30 UTC
Read the original article
Hit count: 166
I have a set of validation controls on my asp.net page, to validate values in textfields. I also have a calendar control on the same page. When I click on the calendar image, the validation control message box pops up. How can I avoid that from appearing when the calendar icon is clicked?
© Stack Overflow or respective owner