ModalPopupExtender and validation
Posted
by DotnetDude
on Stack Overflow
See other posts from Stack Overflow
or by DotnetDude
Published on 2010-03-17T16:19:16Z
Indexed on
2010/03/17
16:21 UTC
Read the original article
Hit count: 222
How do I setup the ModalPopupExtender
to not show when the validation on the page fails? I have a RequiredFieldValidator
on a textbox. On Submit, I would like to show the ModalPopupExtender
ONLY if validation is successful.
© Stack Overflow or respective owner