Quantcast
Channel: How to display RSS FEED of other website to my site in asp.net? - Stack Overflow
Browsing all 5 articles
Browse latest View live

Answer by Jeetendra for How to display RSS FEED of other website to my site...

I myself get in a same problem and fixed finally. Use this code to solve your problem.This code is an example but you are required to change your url and nodes of the XML in the RSS.public static...

View Article



Answer by Saurabh for How to display RSS FEED of other website to my site in...

<asp:DataList ID="DataList1" runat="server" DataSourceID="XmlDataSource1"><ItemTemplate> Title: <a href="<%# XPath("link") %>"><%# XPath("title") %></a><br />...

View Article

Answer by Muhammad Akhtar for How to display RSS FEED of other website to my...

Use this method to get to get feed, in this example, I am binding the Data to repeater control to show the RSS Feed.private void GetRSS(){ WebRequest rssReq = WebRequest.Create("URL"); //Create a Proxy...

View Article

Answer by Vladimir Tarasov for How to display RSS FEED of other website to my...

You can add external feed to Feedburner service and use BuzzBoost service to have a html code to embed to your page. This code will show the latest posts from external RSS feed.Example of...

View Article

How to display RSS FEED of other website to my site in asp.net?

I want to display RSS FEED of other website in my site made in ASP.NET.what should i do?

View Article

Browsing all 5 articles
Browse latest View live




Latest Images