|
 |
ado_dotnet thread: xmltextwriter to string
Message #1 by "DT-Rene Vazquez" <renevazquez@c...> on Wed, 30 Oct 2002 12:05:59 -0500
|
|
Hi, I want to know how to move the xml content of an XmlTextWriter
filled in this way where data is a dataset:
data.WriteXml(auxWriter, XmlWriteMode.DiffGram);
to a string variable;
Message #2 by "Brian Smith" <bsmith@l...> on Wed, 30 Oct 2002 18:40:26 -0000
|
|
Data.GetXml() returns the string.
brian
-----Original Message-----
From: DT-Rene Vazquez [mailto:renevazquez@c...]
Sent: Wed, 30 Oct 2002 17:06
To: ADO.NET
Subject: [ado_dotnet] xmltextwriter to string
Hi, I want to know how to move the xml content of an XmlTextWriter
filled in this way where data is a dataset:
data.WriteXml(auxWriter, XmlWriteMode.DiffGram);
to a string variable;
---
ASP.NET Distributed Data Applications
This book will inspire you with a range of ideas on how data
can be used to drive Web applications, and how that data can
be most effectively utilized at each level of the design.
Inefficient data use leads to the sort of slow, unresponsive
Web applications that nobody enjoys using. By making good use
of both server and client-side code, we can solve these
problems. This book will arm you with the techniques you need
to build Web applications that fly.
http://www.wrox.com/ACON11.asp?ISBN=1861004923
|
|
 |