hi Bozhidar
i don't want page postback on tab closingso i decided to hide 2nd and 3rd tab while page loading
In the AjaxLoadingPanel RequestEnd event i check the Hidden Variable Value then show or Hide the 2nd and 3rd Tab
my problem is when i close the 2nd tab by clicking close btn and select First tab by client side tab.set_selected(true); the fisrt tab
doesn't selected how to achive this
Page_Load Code
AjaxLoading Panel OnRequestEnd event code
This is my coseTab Code