Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi everyone
I would like information on a daily basis in the rss database save! every day once you saved and loads after the database connection is called once per day per site rss! in the next database to be written to be read in their performances! no need to link to an rss source!

my code:
VB
Dim RSSReader As XmlReader = XmlReader.Create(ConfigurationManager.AppSettings("rssUri"))
Dim formatter As New Rss20FeedFormatter()
formatter.ReadFrom(RSSReader)
lblTitle.Text = formatter.Feed.Title.Text
lblDescription.Text = formatter.Feed.Description.Text
hlRss.NavigateUrl = formatter.Feed.Links(0).Uri.AbsoluteUri
lvRSS.DataSource = formatter.Feed.Items
lvRSS.DataBind()


thanks
Posted
Updated 6-Jun-13 5:49am
v2
Comments
srezay 26-Jul-13 1:52am    
its my question too!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900