I dont have any background in ASP.
So I need to access page 1, 2 and so on from the following link address http://www.itftennis.com/beachtennis/rankings/rankings-full-lists/men.aspx
I tried to use /men.aspx?page=2 and nothing happened. Also, when I copied the link address from button of page 2 I get this javascript:__doPostBack('ctl00$ctl00$ctl00$ctl00$ContentPlaceHolderDefault$ContentContainerCentre$BaselineContainerCentre$playerrankings_6$grdBeachTennisRankings','Page$2')
The expected solution is /men.aspx?page=n or similar.
Is there any way to find URL path for each page from above link address?