Browse By Tags

  • setSelectedIndex(var) not working

    I have a multi tabbed page in which some action on the first tab populates the second tab with information, I am trying to setSelectedIndex to the second tab after the data has been populated, but my call to

    oWebTabControl.setSelectedIndex(1);  Seems…

  • Programmatcially selecting a tab in Code Behind

    I know this isn't available in the form UltraWebTab1.Tabs(0).Selected = True but thats what I'm trying to get to.  Depending on what an end-user selects I want a certain tab to show up.  I previously read a post on how to use the client side events…

  • How to refresh the Data of active tab.

    Hi All,

    I also have tried tab client side method setSelectedTab,but  it does not seem to work for active tab. I mean for my application i want to refresh the data of current selected tab. But if I select active tab in setSelectedTab method, the server event…