Home All Groups Group Topic Archive Search About

Serialize a dataset as xml

Author
3 Apr 2006 12:41 AM
Arne Garvander
How can I serialize a dataset as XML and send it back to the browser?
I would like to avoid a web method.
--
Arne Garvander
Certified Geek

Author
3 Apr 2006 1:07 AM
Sahil Malik [MVP C#]
DataSet.GetXml <---
or DataSet.WriteXml <--

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.malik/archive/2005/05/13/63199.aspx
__________________________________________________________
Show quote
"Arne Garvander" <ArneGarvan***@discussions.microsoft.com> wrote in message
news:78AA1507-7D47-4670-BB52-8DCDF9B721EC@microsoft.com...
> How can I serialize a dataset as XML and send it back to the browser?
> I would like to avoid a web method.
> --
> Arne Garvander
> Certified Geek
>

AddThis Social Bookmark Button