protected void Page_Load(object sender, EventArgs e)
{
Response.AppendHeader("refresh", "10");
// XmlTextReader reader = new XmlTextReader("http://cricket.ndtv.com/cricket/ndtvcricket/rssnews/ndtv/cat/news/rss.html");
DataSet ds = new DataSet();
ds.ReadXml(reader);
GridView1.DataSource = ds.Tables[3];
GridView1.DataBind();
}
Showing posts with label Work with RSS. Show all posts
Showing posts with label Work with RSS. Show all posts
Friday, March 12, 2010
Subscribe to:
Posts (Atom)