How to Send XML to client

Tech-Archive recommends: Fix windows errors by optimizing your registry



I am using VS2005 to develop Asp.Net program.
I use the codes below to create a XML stream:
How can I set the Stream to client?



//-----------------------------------------------------------------------------
MemoryStream sm= new MemoryStream();
dsHealth.WriteXml(sm);




.



Relevant Pages

  • Re: How to Send XML to client
    ... the XML onto the page that the client will see in his browser. ... I use the codes below to create a XML stream: ... How can I set the Stream to client? ... MemoryStream sm= new MemoryStream; ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Web Service Response not Serializing
    ... understand at position 2292 on line 2 of the xml stream. ... Delphi web service client has no trouble reading this same result. ... Using a packet sniffer I can see the Soap request go out and the Soap ...
    (microsoft.public.dotnet.framework.webservices)
  • to update database with ado format dataset
    ... I have an xml stream in ado recordset format in vb.net. ... comes from a vb 6 client through soap. ... different columns to the server side DB table. ...
    (microsoft.public.dotnet.framework.adonet)
  • Webservice Fehler auf einem Win2003
    ... Der Service wird von einem VB Client aufgerufen und liest einen ... Datensatz aus eine Datenbank und sendet ihn als xml Stream an den ... Auf zwei Win2000 Servern und einem neu aufgesetzten ...
    (microsoft.public.de.german.entwickler.dotnet.asp)