|
-
Sep 30th, 2007, 07:21 PM
#1
Thread Starter
New Member
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
-
Sep 30th, 2007, 09:15 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|