Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6201187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:30:28+00:00 2026-05-24T04:30:28+00:00

How can I select a tab programmatically of a TabContainer? and also how can

  • 0

How can I select a tab programmatically of a TabContainer? and also how can I get the selected Tab?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T04:30:28+00:00Added an answer on May 24, 2026 at 4:30 am

    Here is a complete list of TabContainer‘s properties taken from here:

    TabContainer Properties
    
        ActiveTabChanged (Event) - Fired on the server side when a tab is changed after a
    postback
        OnClientActiveTabChanged - The name of a javascript function to attach to the
    client-side tabChanged event
        CssClass - A css class override used to define a custom look and feel for the tabs.
    See the Tabs Theming section for more details.
        ActiveTabIndex - The first tab to show
        Height - sets the height of the body of the tabs (does not include the TabPanel
    headers)
        Width - sets the width of the body of the tabs
        ScrollBars - Whether to display scrollbars (None, Horizontal, Vertical, Both, Auto)
    in the body of the TabContainer
        TabStripPlacement - Whether to render the tabs on top of the container or below
    (Top, Bottom)
    

    Useful links with sample code:

    http://sandblogaspnet.blogspot.com/2009/04/setting-focus-to-particular-tab-in.html

    tabContainer = tabContainer.control;
    //Retrieving the tab using the get_activeTab method/property
    var tab = tabContainer.get_activeTab();
    var headerText = tab.get_headerText();
    alert(headerText);
    //Another way of retrieving the tab using the get_previousTab method/property
    tab = tabContainer.getPreviousTab();
    alert(tab.get_tabIndex());
    

    3 Tips for Working with the AjaxControlToolkit’s TabContainer Control

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can do a select * from tab; and get a list of tables
I know I can SELECT 5 AS foo and get the resultset: foo 5
Can someone tell me why I can't select the table tab? Here is a
I want to get the header of a selected tab-item of a tab-control and
How can I select a tab as if it was clicked by clicking on
I wonder if we can able to select a particular tab in a JQuery
What's the best way to get the currently selected tab via the tab panel's
I can select all the distinct values in a column in the following ways:
You can select a part of a web page with the mouse. I know
I can select the first item in the div using $('.class:first') Now since I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.