I have a list of urls which i need to parse and dump data from. The pages require ajax and i require the DOM (and not html) to parse correctly. So i am using a webbrowser control. How do i iterator through a list and parse each page? I am writingI have a list of urls which i need to parse and