Things to be considered while adding Tab Panel control from code behind.
Ajax Control toolkit provides Ajax Tab Container control to display the content in tabs. If you want to display the content in different tabs you just drag and drop a Ajax Tab Container control to your page and add as many tab panels as you need in the page. Example <cc1:TabContainer ID=”TabContainer1″ runat=”server” CssClass=”ajax__myTab”> <cc1:TabPanel […]