SLT tous le monde

je suis debutant en C# ,je veut utiliser le service web GlobaWeather pour afficher la metio des villes ,quand je le fait g reçut le resultat en format XML comme suite
"
<?xml version="1.0" encoding="utf-8"
?>
<string xmlns="http://www.webserviceX.NET"><?xml version="1.0"
encoding="utf-16"?> <CurrentWeather> <Location>Annaba, Algeria
(DABB) 36-50N 007-49E 4M</Location> <Time>Mar 11, 2008 - 11:30 AM
EST / 2008.03.11 1630 UTC</Time> <Wind> from the NNW (330 degrees)
at 16 MPH (14 KT):0</Wind> <Visibility> greater than 7
mile(s):0</Visibility> <SkyConditions> partly
cloudy</SkyConditions> <Temperature> 62 F (17 C)</Temperature>
<DewPoint> 53 F (12 C)</DewPoint> <RelativeHumidity>
72%</RelativeHumidity> <Pressure> 30.00 in. Hg (1016
hPa)</Pressure> <Status>Success</Status>
</CurrentWeather></string>"
alors je veut afficher se resultat on utilisant un datagridview ou dataliste ,
alors comment faire SVP c urgent .
Merci ...
