DomDocument

  • Thread starter Thread starter jty202
  • Start date Start date
J

jty202

I remember in Visual Basic 6, I can retrieve a HTML file to a DOMDocument
then do a search for a word or a unique string of code contain in the HTML
then extract the <table> that contains the search string and then parse it

Can I do that in ASP.net? Code samples? Tutorials?

There must be because its very often used in Visual Basic 6 (RSS feeds and
etc). Thanks in advance.
 
Back
Top