Hi,
i have one Radtabstrip in aspx page having 3 tabs inside it.
<
telerik:RadTabStrip ID="TabStrip" runat="server" MultiPageID="RadMultiPage1" SelectedIndex="0">
<Tabs>
<telerik:RadTab Text="person"></telerik:RadTab>
<telerik:RadTab Text="finance"></telerik:RadTab>
<telerik:RadTab Text="Deadlines"></telerik:RadTab>
</Tabs>
</telerik:RadTabStrip>
now i want to change the text of tab inside my code in aspx.cs at runtime.
example like person became persondetails.
i could not able to find the controls and collection in code behind file.
can anyone please help me.
thanks in advance.