How to develop own News section in C# ASP.Net 2.0 ??
-
Hello Friends, I want to develop a news section on the site, this section will collect the latest news from some of web servise or like resource in XML or related format and will display in my developed news section. How can I do this using C# & ASP.Net 2.0 ? If anyone of you have any idea, please answer me. I will be much thankful to you. Many thanks in advance. Navin C Pandit E-Mail: navin2k6@gmail.com
-
Hello Friends, I want to develop a news section on the site, this section will collect the latest news from some of web servise or like resource in XML or related format and will display in my developed news section. How can I do this using C# & ASP.Net 2.0 ? If anyone of you have any idea, please answer me. I will be much thankful to you. Many thanks in advance. Navin C Pandit E-Mail: navin2k6@gmail.com
Navin C. Pandit wrote:
E-Mail: navin2k6@gmail.com
Bad idea. Expect loads of spam.
Navin C. Pandit wrote:
this section will collect the latest news from some of web servise
Have a look at the various news providers, most have rss feeds which you can use.
Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP
-
Hello Friends, I want to develop a news section on the site, this section will collect the latest news from some of web servise or like resource in XML or related format and will display in my developed news section. How can I do this using C# & ASP.Net 2.0 ? If anyone of you have any idea, please answer me. I will be much thankful to you. Many thanks in advance. Navin C Pandit E-Mail: navin2k6@gmail.com
I think you need to display RSS feed to your site .. Look for the article : RSS Feed using ASP.NET 2.0[^]:thumbsup:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
I think you need to display RSS feed to your site .. Look for the article : RSS Feed using ASP.NET 2.0[^]:thumbsup:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using JavascriptThis is by far the easiest method. Anyone trying to implement this must be aware that directory on the server the application wants to use must have it's asp.net trust levels lowered to 'medium' - most server administrators will have this set to 'high' - which is probably default. This was a stumbling block I came across when I tried using this.
-
Hello Friends, I want to develop a news section on the site, this section will collect the latest news from some of web servise or like resource in XML or related format and will display in my developed news section. How can I do this using C# & ASP.Net 2.0 ? If anyone of you have any idea, please answer me. I will be much thankful to you. Many thanks in advance. Navin C Pandit E-Mail: navin2k6@gmail.com
Navin C. Pandit wrote:
How can I do this using C# & ASP.Net 2.0 ?
You can do it using RSS Feed as all suggested or you can read content from web sites using HTTPRequest and HTTPResponse. Now how to display them in your web sites depends on you.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
This is by far the easiest method. Anyone trying to implement this must be aware that directory on the server the application wants to use must have it's asp.net trust levels lowered to 'medium' - most server administrators will have this set to 'high' - which is probably default. This was a stumbling block I came across when I tried using this.
John Bracey wrote:
This is by far the easiest method.
And the most smartest one... As one dont need to find latest news as there are already tons of RSS / ATOM feeds available for free. :-D
John Bracey wrote:
application wants to use must have it's asp.net trust levels lowered to 'medium'
Yes .. good addition. Thanks.:rose:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
Navin C. Pandit wrote:
How can I do this using C# & ASP.Net 2.0 ?
You can do it using RSS Feed as all suggested or you can read content from web sites using HTTPRequest and HTTPResponse. Now how to display them in your web sites depends on you.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
Thanks a lot for your nice answer.
-
Navin C. Pandit wrote:
E-Mail: navin2k6@gmail.com
Bad idea. Expect loads of spam.
Navin C. Pandit wrote:
this section will collect the latest news from some of web servise
Have a look at the various news providers, most have rss feeds which you can use.
Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP
Thanks lot for your nice responce n quick answer
-
I think you need to display RSS feed to your site .. Look for the article : RSS Feed using ASP.NET 2.0[^]:thumbsup:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using JavascriptThanks lot for your nice responce n quick answer :)
-
Thanks lot for your nice responce n quick answer :)
You are most welcome... Dont forget to click "Good Answer" if you like the solution. :laugh: :laugh:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
I think you need to display RSS feed to your site .. Look for the article : RSS Feed using ASP.NET 2.0[^]:thumbsup:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using JavascriptHii, I am getting this error while using RSS feed on my application: Error: "The remote server returned an error: (407) Proxy Authentication Required" I am using yahoo rss feed, the XPath link is : http://rss.news.yahoo.com/rss/topstories Plz suggest me, if you ahve any answer. Thanks.
-
Hii, I am getting this error while using RSS feed on my application: Error: "The remote server returned an error: (407) Proxy Authentication Required" I am using yahoo rss feed, the XPath link is : http://rss.news.yahoo.com/rss/topstories Plz suggest me, if you ahve any answer. Thanks.
Check this out.. http://forums.asp.net/t/1087293.aspx[^] This will help I think
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript