Hi guru,
Here's the code snippet.
System.Xml.XmlTextReader reader =
new System.Xml.XmlTextReader(returnParm,
System.Xml.XmlNodeType.Element, null);
DataSet ds = new DataSet();
ds.ReadXml(reader);
this.dataGrid1.DataSource = ds;
this.dataGrid1.DataMember = "Return";
Try it out. Remember "Return" must have atleast
one child node.
If you need any help lemme know.
Arindam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C-Sharp (C#)" group.
To post to this group, send email to C_Sharp googlegroups.com
To unsubscribe from this group, send email to
C_Sharp-unsubscribe googlegroups.com
For more options, visit this group at http://groups.
google.com/group/C_Sharp
-~----------~----~----~----~------~----~------~--~---
|