DataSet myDs = new DataSet();
string xmlUrl = "http://www.rssfeeder.net/HOROSCOPE_FEED.asp";
myDs.ReadXml(xmlUrl);
GridView1.DataSource = myDs;
GridView1.DataBind();
Arvixe offers ASP.net hosting that's good for testing plugins. Here is a good arvixe review if you want to know more.
Other Titles