Hi

I'm a bit new to this so here goes my question:

I need to get the XML from a dataset as a string. I've been beating my head
against the wall trying to use the overload methods of the
[mydataset].WriteXML methods but with no sucess. I'm sure I'm missing
something easy..

Can anyone lend a hand?

TIA
Steve

Re: Getting XML as string by Sahil

Sahil
Tue Jan 04 13:52:08 CST 2005

DataSet.GetXml() <--- is your friend.

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik



"Steve Peterson" <speterson@nospam.com> wrote in message
news:uSLKoXp8EHA.1260@TK2MSFTNGP12.phx.gbl...
> Hi
>
> I'm a bit new to this so here goes my question:
>
> I need to get the XML from a dataset as a string. I've been beating my
head
> against the wall trying to use the overload methods of the
> [mydataset].WriteXML methods but with no sucess. I'm sure I'm missing
> something easy..
>
> Can anyone lend a hand?
>
> TIA
> Steve
>
>



Re: Getting XML as string by Steve

Steve
Tue Jan 04 15:32:25 CST 2005

Oh man!!! And a VERY good friend at that!!!!

I can't believe I overlooked that method, especially when it pops up right
there in intelsense.... duuuuuh!

Thxs Sahil!




"Sahil Malik" <contactmethrumyblog@nospam.com> wrote in message
news:%23RfAgbp8EHA.3028@TK2MSFTNGP10.phx.gbl...
> DataSet.GetXml() <--- is your friend.
>
> - Sahil Malik
> http://dotnetjunkies.com/weblog/sahilmalik
>
>
>
> "Steve Peterson" <speterson@nospam.com> wrote in message
> news:uSLKoXp8EHA.1260@TK2MSFTNGP12.phx.gbl...
>> Hi
>>
>> I'm a bit new to this so here goes my question:
>>
>> I need to get the XML from a dataset as a string. I've been beating my
> head
>> against the wall trying to use the overload methods of the
>> [mydataset].WriteXML methods but with no sucess. I'm sure I'm missing
>> something easy..
>>
>> Can anyone lend a hand?
>>
>> TIA
>> Steve
>>
>>
>
>



Re: Getting XML as string by Sahil

Sahil
Tue Jan 04 23:06:44 CST 2005

LOL !!!


"Steve Peterson" <speterson@nospam.com> wrote in message
news:O0hgkTq8EHA.2804@TK2MSFTNGP15.phx.gbl...
> Oh man!!! And a VERY good friend at that!!!!
>
> I can't believe I overlooked that method, especially when it pops up right
> there in intelsense.... duuuuuh!
>
> Thxs Sahil!
>
>
>
>
> "Sahil Malik" <contactmethrumyblog@nospam.com> wrote in message
> news:%23RfAgbp8EHA.3028@TK2MSFTNGP10.phx.gbl...
>> DataSet.GetXml() <--- is your friend.
>>
>> - Sahil Malik
>> http://dotnetjunkies.com/weblog/sahilmalik
>>
>>
>>
>> "Steve Peterson" <speterson@nospam.com> wrote in message
>> news:uSLKoXp8EHA.1260@TK2MSFTNGP12.phx.gbl...
>>> Hi
>>>
>>> I'm a bit new to this so here goes my question:
>>>
>>> I need to get the XML from a dataset as a string. I've been beating my
>> head
>>> against the wall trying to use the overload methods of the
>>> [mydataset].WriteXML methods but with no sucess. I'm sure I'm missing
>>> something easy..
>>>
>>> Can anyone lend a hand?
>>>
>>> TIA
>>> Steve
>>>
>>>
>>
>>
>
>