sachinvibhute
hi Young Fang
thanks for reply will u plz gv me some links from where i can get complete reference for ASP.NET 2.0 framework.
thanks
You can take a look at Tutorials on How to Start Learning ASP.NET.
For you problem please try following code:
// Create the XmlReader object.
XmlTextReader reader = new XmlTextReader("http://www.rediff.com/rss/inrss.xml");
dataset.ReadXml(reader);
reader.Close();
Please feel free to let us know if there is any problem.