I have a problem in importing Rss feed from this website http://rss.oneindia.in/import.html
http://entertainment.oneindia.in/rss/entertainment-tamil-fb.xml
According to this (http://forums.asp.net/p/1482738/3464982.aspx ) link i tried on my own to the same as mentioned.
but it displays the blank page.
Please some one can help me to solve this prob.
here is my code
news.aspx
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
DataTable dt = new DataTable();
dt.Columns.Add("NewsSource");
...
Go to the complete details ...