|
-
Jun 29th, 2003, 01:27 PM
#1
Thread Starter
Addicted Member
Result from XML Web Service
I got something like this from one web service but I don't know how to fill up my dataset because it return string value.
<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://www.webserviceX.NET">
<NewDataSet>
<Table>
<Name>Albania</Name>
</Table>
<Table>
<Name>Albania</Name>
</Table>
<Table>
<Name>Algeria</Name>
</Table>
<Table>
<Name>Algeria</Name>
</Table>
<Table>
<Name>American Samoa</Name>
</Table>
<Table>
<Name>American Samoa</Name>
</Table>
<Table>
<Name>Andorra, Principality of</Name>
</Table>
<Table>
<Name>Andorra, Principality of</Name>
</Table>
<Table>
<Name>Angola</Name>
</Table>
<Table>
<Name>Angola</Name>
</Table>
<Table>
<Name>Anguilla</Name>
</Table>
<Table>
<Name>Anguilla</Name>
</Table>
<Table>
<Name>Antarctica</Name>
</Table>
<Table>
<Name>Antarctica</Name>
</Table>
</NewDataSet>
</string>
-
Jun 29th, 2003, 10:15 PM
#2
Sleep mode
Here is how . Just use the dataset .ReadXML method to fill it then you can bind it to any control using datasource property .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|