Saving XmlDocument object to client computer as a file
I am working on a ASP .Net page with a C# back end that displays, and give
the option to save, an XmlDocument object. While displaying the XML in a
litteral was easy, I can't figure out how to allow the user to save the
XmlDocument as a file without creating an XML file on the server. It is
important that the XML file is not created server side.
Any insight to my problem would be most appreciated.
|