ASP.Net RSS
-
how do i add a RSS to my webpage using asp.net 2.0?????. i already created one rss xml file. how browser know about current page has rss feed?
-
how do i add a RSS to my webpage using asp.net 2.0?????. i already created one rss xml file. how browser know about current page has rss feed?
This will help you Consuming an RSS Feed with ASP.NET [^]
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
how do i add a RSS to my webpage using asp.net 2.0?????. i already created one rss xml file. how browser know about current page has rss feed?
Have you tried using ASP.NET RSS toolkit that I told you in this post[^]? Consuming RSS is the same as reading the XML file from ASP.NET. If you know how to read the XML file then you also know how to read the RSS.. Example? Consuming an RSS Feed with ASP.NET [^] Developing a Simple RSS Reader Custom Control in Asp.net[^]
rajanandal wrote:
how browser know about current page has rss feed?
Why does the browser need to know whether the current page has RSS Feed or not?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)