How to use the XMLDataReader
Does anybody have an example of how to use an XMLDataReader to return a string of XML
Hope you can help
Hope you can help
Can you explain what you're trying to do? The XmlDataReader is meant to build a DataSet out of an XML document, not return XML...
Regards,