When using ASP.NET to screen scrape as in scott's example how do you parse the results so you can return just a specific table or piece of information that the scrape returned ?<BR><BR>I used to use a com object then a set of string functions like instr(searchstring,urldata) then find the start and end position and return the data necessary... but i cant figure out how to do it in ASP.NET