bert_cox

bert_cox

  • NA
  • 14
  • 0

Xml

Mar 30 2004 7:42 AM
I have a Xml document like this and i want to show the databases of session "Development" in a datagrid. But i don't know how. If i do it like this: ds.ReadXml(@"c:\xmlfile.xml"); dataGrid1.DataSource = ds; dataGrid1.DataMember = "database"; He will take the databases of both sessions, i just want the databases of the first OR the second session. Thx in advance. fastforward 1 fastforward\ffw100 1