Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TabStrip > About RadTab element

Not answered About RadTab element

Feed from this thread
  • Joel avatar

    Posted on Feb 1, 2012 (permalink)

    Hello everyone:

    Im trying to manipulate RadTabStrip elements in codebehind and I've noticed that the element RadTab has an ID.....in my case is a letter " i " following by an incremental number (i0,i1,i2,i3-n);

    Is there a way to set this ID through codebehind??.

    Reply

  • Bozhidar Bozhidar admin's avatar

    Posted on Feb 2, 2012 (permalink)

    Hi Joel,

    This property is the client ID of the tab, and is set automatically. Unfortunately it is readonly. You can access it on the server in the following way:
    string tabClientID = RadTabStrip1.SelectedTab.ClientID.ToString();
     
    Greetings,
    Bozhidar
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TabStrip > About RadTab element
Related resources for "About RadTab element"

ASP.NET TabStrip Features  |   Documentation Demos   |  Telerik TV  |  Self-Paced Trainer  |   Step-by-step Tutorial  ]