This is the line of code I am using, when I look in the watch window, 'c' is null....HtmlNodeCollection c = doc.DocumentNode.SelectNodes("//*[@id=\"content\"]/table/tbody/tr[2]/td/center[2]/b");
...But when I declare 'c' as this, the watch window shows it...