There is one website named "www.localbanya.com", i wanted to grab the HTML information from that site, they list products, the structure of their display is:
- First they display some around 8-10 products on page-load, and
- later when user scrolls down it generates more products.
Now as this is happening based on javascript, i am not able to get the whole page source using WebClient.
I wanted to know is there any way i can update the page-source while using WebClient class in .net to retrieve whole page information or any other alternative i can use to get the whole page HTML information, at once.
You can refer this for reference localbanya product page
Any help will be a appreciated.