TabPanel set active tab on server

  1. #1

    TabPanel set active tab on server

    I have a TabPanel that I add tabs to server side using a DirectMethod. This works great except that the newly added tab(s) do not become the active tab on the client.How can I set the active tab of a TabPanel from the server after the tab has been added?Thanks!Jason
  2. #2
    Quote Originally Posted by logicspeak View Post
    I have a TabPanel that I add tabs to server side using a DirectMethod. This works great except that the newly added tab(s) do not become the active tab on the client.How can I set the active tab of a TabPanel from the server after the tab has been added?Thanks!Jason
    If you are trying to do that on the server side just use ActiveIndex.

    TabPanel1.ActiveIndex = 0;

Similar Threads

  1. [CLOSED] TabPanel - perform page load only when active
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 09, 2012, 4:48 PM
  2. Close Active TAB via on Server Side
    By jonasscalar in forum 1.x Help
    Replies: 6
    Last Post: Apr 03, 2012, 2:13 PM
  3. [CLOSED] Error when binding KeyMap to not active Panel in TabPanel
    By Fredrik in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 02, 2012, 1:52 PM
  4. [CLOSED] Set active tab tabpanel
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 22, 2011, 8:03 AM
  5. Replies: 3
    Last Post: Oct 17, 2010, 1:22 PM

Posting Permissions