I'm on this page and I'm trying to get to page 2 and it seems they use JavaScript to load the pages.
If I open up the Console in Firefox and paste in
javascript:__doPostBack('ctl00$PlaceHolderMain$CICContract1$gvSSP','Page$2')
the second page is loaded.
I was wondering if there is a way to do this in C#, perhaps through the WebClient? I'm looking to loop through all the listed pages and the alternative using WebRequests was extremely unwieldy.
Edit: I don't have access to the internals or source code of the site. I'm writing a web crawler.