I am using user control to give a partial updates without refreshing the page and try to update the user control using updatepanel.
Inside the updatepanel, there is a tabcontainer and when user clicks the menu on a side, inside of a tabcontainer is changing with a correct items. It seems working fine but when activetab changed, it displays the correct items but not firing events that I have another gridview at the bottom of tabcontainer which needs to be changed. it was working fine if i use a autopostback=true but it is postback whole pages which includes the side menu in updatepanel. Is there any way to get an activetab ID without postback?? If I didnt set autopostback=true, activetab ID is always null hence causes exception.
I am pretty sure that there must be a way using jquery.
I have found similar problem from the below link but no one has got an answer for it.
tab container - event is not firing
Any idea??
Thanks
</div>