C# Simple Question

07/14/2012 05:28 badguy4you#1
I am using httpwebrequest & response to get a page

I want to get some elements from this page using DOM Path cuz I inspected the page using firebug and got the path of one of the elements I want to get to be this

Code:
resources.needed.pre1
so how could I got the value of this DOM Path ?

NOTE: I Tried HTMLAGILITYPACK but seems not getting the results I want

Any Help .H.E.L.P.