Watched Tutorials on Pagination but

I'm pulling contact information from Chiropractor sites, the root has the list of records and you have to click to pull the data which is working fine. But I've tried all of the pagination options for this site and I can not get it to go to page 2.

What am I doing wrong with scrape?

Url: https://www.oscachiro.org/searchserver/people.aspx?id=96381B23-6180-46D8-8A82-22A49DF10D8F&cdbid=&canconnect=0&canmessage=0&map=True&toggle=False&hhSearchTerms=

Sitemap:
{"_id":"chiropractor","startUrl":["https://www.oscachiro.org/searchserver/people.aspx?id=96381B23-6180-46D8-8A82-22A49DF10D8F&cdbid=&canconnect=0&canmessage=0&map=True&toggle=False&hhSearchTerms="],"selectors":[{"id":"pagination","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":".DotNetPager a","multiple":true,"delay":0},{"id":"Record","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"tr:nth-of-type(n+2) a[onmouseover]","multiple":true,"delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["Record"],"selector":"b","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorText","parentSelectors":["Record"],"selector":".ViewTable1[width] tr:nth-of-type(1) a","multiple":false,"regex":"","delay":0},{"id":"phone-business","type":"SelectorText","parentSelectors":["Record"],"selector":"td#tdWorkPhone","multiple":false,"regex":"","delay":0},{"id":"phone-mobile","type":"SelectorText","parentSelectors":["Record"],"selector":"td#tdHomePhone","multiple":false,"regex":"","delay":0}]}

This site uses older tech (aspx) and WS often can't deal with aspx links. So you may need to look at other products.

Darn, this was going so well lol