Intersoft WebDesktop Documentation
LoadTabsStructureFromXml Method
See Also  Example Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebTab Class : LoadTabsStructureFromXml Method


Glossary Item Box

Loads Tabs structure from a XML file and restore it to TabPages of current WebTab. Loads Tabs structure from a XML file and restore it to TabPages of current WebTab.

Overload List

OverloadDescription
LoadTabsStructureFromXml(Stream)Loads Tabs structure from a XML file and restore it to TabPages of current WebTab.  
LoadTabsStructureFromXml(String)Loads Tabs structure from a XML file and restore it to TabPages of current WebTab.  

Example

The following example shows you how to load 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)
{
    WebTab2.LoadTabsStructureFromXml("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

© 2012 Intersoft Solutions Corp. All Rights Reserved.