Home All Groups Group Topic Archive Search About

How to convert datagrid's data to xml?

Author
13 May 2006 1:26 AM
Risen
Hi,

How to convert datagrid control's data to xml? thx all.

Author
13 May 2006 2:15 AM
Chris
Risen wrote:
> Hi,
>
> How to convert datagrid control's data to xml? thx all.
>
>

It depends on what you attached to the grid.  The DataTable has a save
method that will do it.

Chris
Author
13 May 2006 2:21 AM
Risen
Thanks.

Risen

Show quoteHide quote
"Chris" <no@spam.com> ??????:%23T90TMjdGHA.3***@TK2MSFTNGP04.phx.gbl...
> Risen wrote:
>> Hi,
>>
>> How to convert datagrid control's data to xml? thx all.
>>
>>
>
> It depends on what you attached to the grid.  The DataTable has a save
> method that will do it.
>
> Chris