Hi,
Please help me as soon as possible for the following problem. It is very very urgent.
I have an XML file as follows:
<?xml version="1.0" standalone="yes"?>
<Employee>
<em name="Asha" id="1">
<details>456</details>
<details>897</details>
</em>
<em name="Siva" id="2">
<details>890</details>
<details>234</details>
</em>
<em name="Lekshmi" id="3">
<details>3768</details>
<details>777</details>
</em>
....
....
....
</Employee>
I am unable to bind these data in GridView.
Please help me to bind and edit these XML data using GridView Control or Repeater Control.
It is very urgent.
Thanks in Advance,
Regards,
Asha Sivan