kminev
07-01-2008, 07:45 PM
I have a web service which returns string object.
The string return is in the following format:
<Accounts>
<Acc>
<Name>A1<ID>7</ID></Name>
</Acc>
</Accounts>
and this data is coming as a string from web service.
Is there a way I can convert this string to an xml of ArrayCollection so I can use it and bind it to combobox?
Thank in advance.
The string return is in the following format:
<Accounts>
<Acc>
<Name>A1<ID>7</ID></Name>
</Acc>
</Accounts>
and this data is coming as a string from web service.
Is there a way I can convert this string to an xml of ArrayCollection so I can use it and bind it to combobox?
Thank in advance.