Hi,
Is it possible to put the image in the datagrid after getting the
the image url from the XML file.
My sample Xml look like this.
<WeatherData>
<Day>Saturday, May 19, 2007</Day>
<WeatherImage>http://www.nws.noaa.gov/weather/images/fcicons/few.jpg</We
atherImage>
<MaxTemperatureF>76</MaxTemperatureF>
<MinTemperatureF>43</MinTemperatureF>
<MaxTemperatureC>24</MaxTemperatureC>
<MinTemperatureC>6</MinTemperatureC>
</WeatherData>
My requirement is display the image after from the URL specified in the
"WeatherImage" tag.
Thanks & Regards,
Praveen