Quantcast
Channel: Rss feed on a Repeater is giving an error - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Darjan Bogdan for Rss feed on a Repeater is giving an error

You are getting exception due to this lines of code:XmlTextReader reader = new XmlTextReader(new StringReader(rssContent.ToString()));ds.ReadXml(reader);That behavior is expected because you are trying...

View Article



Rss feed on a Repeater is giving an error

I am trying to parce the Rss feed on a Repeater (or Gridview) But I am unable to. Keeps "Data at the root level is invalid. Line 1, position 1." error. XmlDocument rssXmlDoc = new XmlDocument();// Load...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images