How to Send XML to client
- From: "ad" <flying@xxxxxxxxxxxxxxx>
- Date: Thu, 13 Jul 2006 05:43:59 +0800
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);
.
- Follow-Ups:
- Re: How to Send XML to client
- From: Francois Bonin [C# MVP]
- Re: How to Send XML to client
- Prev by Date: Re: Copy all records from access MDB to others via ADONET
- Next by Date: Re: Proper resource deallocation through Dispose()
- Previous by thread: Foreign key constraints from DB at runtime
- Next by thread: Re: How to Send XML to client
- Index(es):
Relevant Pages
|