views:

11

answers:

0

I am using the LiveValidation script to validate elements. I have a jQuery accordion which has a few panels which some asp.net textboxes and buttons. Everything works fine except that if I open one panel that has a button and I click that button, it not only validates the elements for the panel that I am viewing, but if I open up another panel that contains elements, it has validated those elements too, which it should not, so I guess my question is how can I assign a certain asp.net button to a group of elements using the LiveValidation script