Run example in: C# VB.NET
You can seamlessly populate RadTabStrip from XML.
RadTabStrip1.LoadContentFile("~/TabStrip/Examples/PopulatingWithData/PopulatingFromXml/TabStrip.xml");
RadTabStrip1.LoadXml("<TabStrip><Tab Text="Home" NavigateUrl="~/Default.aspx" /></TabStrip>");
You can also retrieve the current RadTabStrip structure in XML format:
string xml = RadTabStrip1.GetXml();
Dim xml as String = RadTabStrip1.GetXml()
www.telerik.com | Terms of Use | Contact Us