I am currently working on clearing all the dynamic generated tabs.
I try to loop through all the tabs and dispose each one by one. I'm using $find('<%=TabContainer1.ClientID%>').get_tabs(); to get all the tabs.
Too bad .. after all the tabs are dispose, the tabs are still there. Can anyone please help? Thanks .. any best way to write this?
Thank You,