I want generally to get information about a web page. I manage to get the htm code and save it, in order to parse it. But the page (.aspx) has multiple pages that you can select by pressing selecting the page.

I know that if I select the page it will do
Code:
javascript:_doPostBack(something)
Can I do this programmatically? Like force it to execute the javascript function with the specific parameter I choose? Is there another way to make it load a page that you don't know the specific link?