foreach (HtmlNode link in doc.DocumentNode.SelectNodes("//a[@href]"))
{
//Code
}
this is my code where i get the exception please help me in sugesting me a solution
Thanks in advance..........
this is my code where i get the exception please help me in sugesting me a solution Thanks in advance.......... | |||
|
feedback
|
|
First stop... run the debugger and see if Always try debugging before asking questions... | |||
|
feedback
|
|
make sure that doc or DocumentNode isn't null. you can wrap your code like this.
| |||
|
feedback
|
|
Try whether | ||||
|
feedback
|
doccome from? – Mahmoud Gamal Feb 7 at 8:48