Hi there,
I have a page with a ajax accordion and a ajax reorder list. both have inputs with ReqiredFieldValidators. there 2 insert buttons for each of them. I use javascript to disable ReqiredFieldValidators when user use each of them. for eaxmple if user is trying to add data to accordion, the javascript function disbales the ReqiredFieldValidators for reorderlist and vice versa.
there is no problem with accordion and when user adds data to reorderlist for the first time,but the second time, the javascript function for reorderlist is not called?
any ideas?
Thanks in advance