Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

  • Administrators
Posted

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.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...