Vahid Bakhtiary

Vahid Bakhtiary

  • NA
  • 143
  • 90.7k

How to bind xml to datagrid

Jan 1 2012 8:12 AM
hi
i have a string from xml below like :
string str= @" <QueryList xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""
xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
<ID>divid1</ID>
<ID>divid2</ID>
</QueryList>";

i want bind it to datagrid
please help me how to it do ?
 thanks

Answers (8)