Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to develop own News section in C# ASP.Net 2.0 ??

How to develop own News section in C# ASP.Net 2.0 ??

Scheduled Pinned Locked Moved ASP.NET
csharpquestionasp-netcomxml
12 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Navin Pandit

    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

    A Offline
    A Offline
    Ashfield
    wrote on last edited by
    #2

    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

    N 1 Reply Last reply
    0
    • N Navin Pandit

      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

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #3

      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

      J N 3 Replies Last reply
      0
      • A Abhishek Sur

        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

        J Offline
        J Offline
        John Bracey
        wrote on last edited by
        #4

        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.

        A 1 Reply Last reply
        0
        • N Navin Pandit

          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

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #5

          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.

          N 1 Reply Last reply
          0
          • J John Bracey

            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.

            A Offline
            A Offline
            Abhishek Sur
            wrote on last edited by
            #6

            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

            1 Reply Last reply
            0
            • A Abhijit Jana

              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.

              N Offline
              N Offline
              Navin Pandit
              wrote on last edited by
              #7

              Thanks a lot for your nice answer.

              1 Reply Last reply
              0
              • A Ashfield

                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

                N Offline
                N Offline
                Navin Pandit
                wrote on last edited by
                #8

                Thanks lot for your nice responce n quick answer

                1 Reply Last reply
                0
                • A Abhishek Sur

                  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

                  N Offline
                  N Offline
                  Navin Pandit
                  wrote on last edited by
                  #9

                  Thanks lot for your nice responce n quick answer :)

                  A 1 Reply Last reply
                  0
                  • N Navin Pandit

                    Thanks lot for your nice responce n quick answer :)

                    A Offline
                    A Offline
                    Abhishek Sur
                    wrote on last edited by
                    #10

                    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

                    1 Reply Last reply
                    0
                    • A Abhishek Sur

                      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

                      N Offline
                      N Offline
                      Navin Pandit
                      wrote on last edited by
                      #11

                      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.

                      A 1 Reply Last reply
                      0
                      • N Navin Pandit

                        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.

                        A Offline
                        A Offline
                        Abhishek Sur
                        wrote on last edited by
                        #12

                        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

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups