i have two tabs with key "A" & key "B"
by default B tab is selected i want to select A using javascript please guide how to do this???
any help would be appriciated....
Simplest Solution is:
var tab = $find('<%=WebTab1.ClientID%>');tab.set_selectedIndex(0);
Hi,
UltraWebTab has javascript object which can be accessed by igtab_getTabById. That objects has various member variables and methods. Please look at the docs for client side model. Below is example to change tab on client: