I'm working on a small project and I got a little problem, hope you could help me....I got this basic few lines that load a given url and takes out some tags:...var webGet2 = new HtmlWeb();
HtmlAgilityPack.HtmlDocument doc = webGet2.Load(pattern);
var htm...