Mikos
Mikos

Reputation: 8563

Programmatically Submit form and loop through paging (C#.NET)

I need to write a custom web-scraper to mine some data. ?I know how to submit a form using HttpWebRequest class Post method. My challenge is to loop through the resulting pages and retrieve the records from each page.

Does anyone have a code sample or article to point to? Thanks

Upvotes: 1

Views: 1218

Answers (1)

prostynick
prostynick

Reputation: 6219

I recommend WatiN

Upvotes: 2

Related Questions