Results 1 to 2 of 2

Thread: Reading webforms data in windows form

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    7

    Reading webforms data in windows form

    Hi All,
    I have a small project to do where I have to read a web page and store the data into the database. We got our own secondary site and I need to read all the 20 records that it displays in that page and store it into a database.

    Can anyone help me out how to read a data from a webpage and store it into the database.

    just guide me up how to do that

    Thanks in advance,
    Nimesh

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339

    Re: Reading webforms data in windows form

    If you control the website then this sounds like a place for a web service otherwise you can use WebClient to download the text of the page then just parse the stuff you need out of it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width