Click or drag to resize
ControlItemContainerLoadXml Method
Loads the control from an XML string.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void LoadXml(
	string xml
)

Parameters

xml
Type: SystemString
The string representing the XML from which the control will be populated.
Remarks
Use the LoadXml method to populate the control from an XML string. You can use it along the GetXml method to implement caching.
See Also