website as it navigates through each page it depends on client side scripts after the page loads .
As we are scraping a secure webpage the HTML from the server C# doesn't execute any client scripts like ajax or javascript as it not a real web browser.
I dn't know how complex to call these AJAX calls from the website into our C# application. I have analysed through Fiddler or IE to see how the requests are made but there is no simple solution for this problem am afraid.
Any suggestions welcome ?