M
MattB
Hello. I'm pretty ignorant when it comes to asp.net but I'm working to
change that.
In another thread I was asking about using ReadXML to grab an ADO record set
I have in a string and make it usable. Eric offered a promising solution:
"The myDataSet.ReadXml method also has an overload that accepts an argument
derived from TextReader. Pass it a StringReader that wraps around the string
containing the XML you want to load and you're all set."
My problem is I'm at a total loss as to how I could implement such a thing.
Can anyone point me to an example or explain what's being brought up here?
Thanks!
change that.
In another thread I was asking about using ReadXML to grab an ADO record set
I have in a string and make it usable. Eric offered a promising solution:
"The myDataSet.ReadXml method also has an overload that accepts an argument
derived from TextReader. Pass it a StringReader that wraps around the string
containing the XML you want to load and you're all set."
My problem is I'm at a total loss as to how I could implement such a thing.
Can anyone point me to an example or explain what's being brought up here?
Thanks!