Click here to Skip to main content
15,886,830 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how send information from sql database to rss using webservice into asp.net
Posted

If you mean that you want to publish data from SQL Server using RSS, I guess one simple way would be to run a scheduled script using Windows Task Scheduler. The script itself would produce the XML to proper folder. To run the script you can use sqlcmd[^].
 
Share this answer
 
You might want to learn what an RSS feed is first. You don't "send" information from a database to rss.

You generate the RSS XML document from the data in your datastore upon request from a client.
 
Share this answer
 
Comments
[no name] 28-Jul-15 4:21am    
thank you i found this site wich i helped http://www.w3schools.com/webservices/rss_intro.asp, but do you know how i can get data to asp gridview from rss
Dave Kreskowiak 28-Jul-15 8:59am    
Now you've reversed the question.

Google for "C# rss to datatable".

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