N
NWx
Hi,
I have an ASPX page which contains two custom web controls, and each one
have its own save button, which needs to perform validation.
My problem is, when I try to press save button for a form, even if all child
controls on the web control are validated OK, the page perform validation
for the other web control too, and validation fails, so page cannot be
submitted
How can I handle this?
Thank you.
I have an ASPX page which contains two custom web controls, and each one
have its own save button, which needs to perform validation.
My problem is, when I try to press save button for a form, even if all child
controls on the web control are validated OK, the page perform validation
for the other web control too, and validation fails, so page cannot be
submitted
How can I handle this?
Thank you.