Scraping webpage generated by JavaScript with C#
I have a web browser, and a label in Visual Studio, and basically what I'm trying to do is grab a section from another webpage. I tried using WebClient.DownloadString and WebClient.DownloadFile, an...