javascriptasp.netpaginationjsoupdopostback

analyse a .aspx site with paging with __doPostBack function


I want to analyse some data of a webpage, but here's the problem: the site has more pages which gets called with a __doPostBack function.

How can I "simulate" to go a page further and analyse this site, and so on..

At this time I analyse the data with JSoup in java - but I'm open to use some other language if it's necessary.


Solution

  • I used an automation library which is Selenium, which you can use in a lot of languages (C#, Java, Perl,...)

    For more information how to start this link is very helpful: this.