Jquery Tab not executing the asp .net controls
Hi,
I have created a aspx page , i have designed that page, In that page i have two drop down list controls , they are like state and district. If i select state then automatically the district drop down list must fill with the corresponding states. I have written the code for that and it is executing successfully.
But when i integrate that page with Jquery tab. the drop down lists are not working. please help me to solve this problem.