hi all,
i have about 5 tabs at TabContainer control and want to set css to the current active tab which user fill data on it.
i tried to set this code at at click event of a button
TabContainer.Tabs[0].CssClass = "activetab";
but it doesnt work.
need your advice.
thanks.