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

Re: Serialize a dataset as xml by Sahil

Sahil
Sun Apr 02 20:07:56 CDT 2006

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
__________________________________________________________
"Arne Garvander" <ArneGarvander@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
>