This is a migrated thread and some comments may be shown as answers.

[Solved] Grid Control Crashed

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bharani Mani
Top achievements
Rank 1
Bharani Mani asked on 22 Dec 2009, 12:24 AM
Hello,
        I m not able to use either grid control or llist view control. In grid control I was trying to use xml data source with a simple xml file,

<?xml version ="1.0" encoding ="utf-8"?>
<columns>
<column>Test1</column>
<column>Test2</column>
<column>Test3</column>
</columns>

It crashed as shown in the attachment. Can someone give an example code or url for using either listview or grid control using xml file.

Thanks,
Bharani

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 22 Dec 2009, 06:34 AM
Hello Bharani,

Here's a help document link that you can refer to inorder to populate your grid using an XML file. Take a look at it:
Programmatic creation from XML

Thanks
Princy.
Tags
Grid
Asked by
Bharani Mani
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or