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
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.