Hello Everyone.
I was trying to use this blog's syndication feed when an error started coming while reading the xml file http://blog.consultflux.com/syndication.axd
I was playing with this code.
Dim ds As New DataSetDim rdr As New XmlTextReader("http://blog.consultflux.com/syndication.axd")
ds.ReadXml(rdr)
dgRSS.DataSource = ds.Tables(2)
dgRSS.DataBind()
Now the problem is coming at line ds.ReadXml(rdr) and its saying "A column named 'title' already belongs to this DataTable"
So, I would like to take the focus of the creator of this blog Software [BlogEngine.NET] Mr. Mads Kristensen to see this issue and see if he can help.
In the meanwhile, I will try to make this problem resolve on my own.