Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Web tab Size
posted

Hi,

i m using web tab control 2012, i want to set ContentTabItem heigh as per my ContentUrl page height , i m creating new tab at rune time,

also i want to remove all  tab  accept main tab , Please help me

this is my code to create new Tab


var webTab = $find("<%= WTBVisitsdtl.ClientID%>");

webTab.addTab("PageDtl", 'WebPage1.aspx', false);

webTab.height ="592px"

webTab.set_selectedIndex(webTab.get_tabs().length - 1);