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. General Programming
  3. C#
  4. Fetch Data from a Site

Fetch Data from a Site

Scheduled Pinned Locked Moved C#
question
4 Posts 4 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.
  • I Offline
    I Offline
    ivix4u
    wrote on last edited by
    #1

    Hi i want to fetch data from a website that which has 1000's of pages and put it in a excel file. how should i go about doing it?

    P A 2 Replies Last reply
    0
    • I ivix4u

      Hi i want to fetch data from a website that which has 1000's of pages and put it in a excel file. how should i go about doing it?

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      ivix4u wrote:

      how should i go about doing it?

      Well, I would start off by defining my requirements and then moving onto producing a fairly detailed breakdown. At this stage, I'd feel ready to fire up Visual Studio and start off a new project. From there on, it's just code.

      Deja View - the feeling that you've seen this post before.

      My blog | My articles | MoXAML PowerToys

      A 1 Reply Last reply
      0
      • P Pete OHanlon

        ivix4u wrote:

        how should i go about doing it?

        Well, I would start off by defining my requirements and then moving onto producing a fairly detailed breakdown. At this stage, I'd feel ready to fire up Visual Studio and start off a new project. From there on, it's just code.

        Deja View - the feeling that you've seen this post before.

        My blog | My articles | MoXAML PowerToys

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

        I might even throw in a few Visio pictures to help with the user review of the spec :-D

        Bob Ashfield Consultants Ltd

        1 Reply Last reply
        0
        • I ivix4u

          Hi i want to fetch data from a website that which has 1000's of pages and put it in a excel file. how should i go about doing it?

          A Offline
          A Offline
          Alan Balkany
          wrote on last edited by
          #4

          Use the WebRequest and HttpWebRequest classes in System.Net. This page gives a very clear example of using these classes to fetch an image from a website: http://www.dreamincode.net/code/snippet2555.htm[^]

          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