I am using HtmlAgility pack for parsing the html page. I am able to locate my section from where i have to get data.Actually its a table and i have to parse its tr.
Basically, I have two queries....When i load a page in parser, it took around 20-30 secs t...