0
Reply

Xml

bert_cox

bert_cox

Mar 30 2004 7:42 AM
1.6k
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