ComponentOne ListView for ASP.NET Web Forms
Task-Based Help / Creating and Loading an XML Template / Loading an XML Template
In This Topic
    Loading an XML Template
    In This Topic

    To load an XML template, complete the following steps:

    1. In a new ASP.NET application, add an empty C1ListView control.
    2. Open the C1ListView Designer Form by clicking the control's smart tag and selecting Edit ListView from the C1ListView Tasks menu.
    3. In the Designer Form, select File | Load from XML.
    4. Locate and select an XML file and click Open. Your data will be loaded into your C1ListView control.
    See Also