raiees wani

raiees wani

  • NA
  • 6
  • 8.6k

want to read below mentioned xml file and displaying it in gridview

Mar 26 2011 7:43 AM
Hello Sir,
I want to read below mentioned xml file and displaying it in gridview.

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
<channel>
<title>AspDotNetStorefront</title>
<link>http://www.bigbuyindia.com/</link>
<description></description>
<language>en-US</language>
<pubDate>Sat, 26 Mar 2011 06:39:12 GMT</pubDate>
<lastBuildDate>Sat, 26 Mar 2011 06:39:12 GMT</lastBuildDate>
<item>
<title>Playstation 3</title>
<link>http://www.bigbuyindia.com//p-1-playstation-3.aspx</link>
<description>&lt;img border="0" id="ProductPic1" name="ProductPic1" style="cursor:hand;cursor:pointer;" src="/images/Product/icon/1.jpg" /&gt;As DVD playback made.</description>
<g:image_link>http://www.bigbuyindia.com/images/Product/medium/1.jpg</g:image_link>
<g:price>399.99</g:price>
<g:brand>Sony</g:brand>
<g:condition>NEW</g:condition>
<g:location>Gift and Home</g:location>
<g:mpn>01-0001</g:mpn>
</item>
<item>
<title>PlaysStation Portable(PSP)</title>
<link>http://www.bigbuyindia.com//p-2-playsstation-portablepsp.aspx</link>
<description>&lt;img border="0" id="ProductPic2" name="ProductPic2" style="cursor:hand;cursor:pointer;" src="/images/Product/icon/2.jpg" /&gt;The PSP is primarily a game console (PSP games come in UMD, or Universal Media Disc, format), but it can also play UMD-format movies. Using a memory stick, the PSP can play music and video files, and display picture files such as photos. This portable console can also connect to the internet via a web browser (not incuded in early firmware releases) and built-in wi-fi.</description>
<g:image_link>http://www.bigbuyindia.com/images/Product/medium/2.jpg</g:image_link>
<g:price>169.00</g:price>
<g:brand>Sony</g:brand>
<g:condition>NEW</g:condition>
<g:location>Gift and Home</g:location>
<g:mpn>01-0002</g:mpn>
</item>
</channel>
</rss>

Answers (2)