Tab container - Button event is not firing
Posted
by Zerotoinfinite
on Stack Overflow
See other posts from Stack Overflow
or by Zerotoinfinite
Published on 2010-03-21T07:16:45Z
Indexed on
2010/03/21
7:21 UTC
Read the original article
Hit count: 327
Hi experts,
In tab container let say I have two tabs [Tab1 & Tab2]
Tab1 has 2 text box with required field validator
Tab2 has 3 text box with required field validator
Now even if I am filling all the text boxes in the TAB1, it is not allowing me to postback. [because TAB2 text boxes are still empty]
& When I am filling all the textboxes [Both Tab1 & Tab2], button is firing correctly.
How to avoid this ??
I mean user has to fill details for the TAB1 & can submit the details. At that Time I don't want TAB2 validations to work.
Please help & kindly let me know if anything else is required.
© Stack Overflow or respective owner