Saves
WebTabCollection collection to a XML file.
Saves
WebTabCollection collection to a XML file.
Overload List
Example
The following example shows you how to save structure of WebTab programmatically. You need to insert the codes below OnClick Server Side Event. For more information please refer to Saving and Loading Structure Programmatically in See Also section
| C# | Copy Code |
|---|
protected void Button1_Click(object sender, EventArgs e)
{
WebTab1.SaveTabsStructureFromXml("Style1.xml");
} |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also