yaniv Posted February 20, 2006 Posted February 20, 2006 I need to add lists from another page, where the data organize in table (the kind of table on line stores build for "comparing" sites. i don't know how to strat... how can i read another site table page and use the data? Quote
Administrators PlausiblyDamp Posted February 20, 2006 Administrators Posted February 20, 2006 You could always use something like System.Net.WebClient to read the raw data from the page in question. However the big issue is going to be parsing the page contents correctly. If you know the format of the page isn't going to change then you may be able to do this. Probably the way forward is to look at regular expressions - be warned though that they are not a trivial thing to learn. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.