M
Matthew Wells
Hello,
I'm using C# behind an aspx file. I'm trying to find a way to convert a
datatable to xml and assign that to a string variable without saving to a
file. Obviously I don't want to slow down the process by writing to disk,
but all the methods I've found so far (datatable.writexml) write to a file.
I think there's a way to use a stream object, but I haven't come up with
anything. How can I get this done without writing to disk?
Thanks.
Matthew Wells
(e-mail address removed)
I'm using C# behind an aspx file. I'm trying to find a way to convert a
datatable to xml and assign that to a string variable without saving to a
file. Obviously I don't want to slow down the process by writing to disk,
but all the methods I've found so far (datatable.writexml) write to a file.
I think there's a way to use a stream object, but I haven't come up with
anything. How can I get this done without writing to disk?
Thanks.
Matthew Wells
(e-mail address removed)