Click here to Skip to main content
15,886,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Sharing config files between projects Pin
Not Active8-Jun-11 5:57
mentorNot Active8-Jun-11 5:57 
GeneralRe: Sharing config files between projects Pin
Priya Prk8-Jun-11 9:02
Priya Prk8-Jun-11 9:02 
Questioncreate a calendar using datalist Pin
sarumathis7-Jun-11 19:21
sarumathis7-Jun-11 19:21 
AnswerRe: create a calendar using datalist Pin
GlobX7-Jun-11 19:38
GlobX7-Jun-11 19:38 
QuestionURL rewrite sub.domain.com Pin
Jassim Rahma7-Jun-11 2:41
Jassim Rahma7-Jun-11 2:41 
AnswerRe: URL rewrite sub.domain.com Pin
Prasanta_Prince8-Jun-11 21:32
Prasanta_Prince8-Jun-11 21:32 
Questionhow to attach a link Pin
Jassim Rahma7-Jun-11 1:45
Jassim Rahma7-Jun-11 1:45 
AnswerRe: how to attach a link Pin
GlobX7-Jun-11 19:44
GlobX7-Jun-11 19:44 
What you're looking for is HttpWebRequest and HttpWebResponse. These can be used to talk to websites using HTTP and download their content just the same way your browser does.

Here's an article right here on CodeProject[^]. Also some MSDN reference material here [^]and here[^].

Basically you will take the URL, send a HTTP GET request, the server will return the HTML of the webpage. You will need some string processing (generally called "HTML scraping" if you want to Google) to get the content you're after. Then any image locations you find in your HTML scraping, you will need to get their URLs and send HTTP GET requests for each to download the image data.

Make sense? So, keywords for Google:

HttpWebRequest
HttpWebResponse
HTML Scraping


Typical n-tiered architecture:
DB <-> Junk(0) <-> ... <-> Junk(n-1) <-> Pretty

QuestionSeperator between menu items Pin
jayakodim6-Jun-11 19:45
jayakodim6-Jun-11 19:45 
AnswerRe: Seperator between menu items Pin
thatraja6-Jun-11 20:02
professionalthatraja6-Jun-11 20:02 
AnswerRe: Seperator between menu items Pin
Priya Prk8-Jun-11 9:08
Priya Prk8-Jun-11 9:08 
Questionassign domain name to multiple websites Pin
Praveen_S6-Jun-11 19:11
Praveen_S6-Jun-11 19:11 
AnswerRe: assign domain name to multiple websites Pin
Anurag Gandhi6-Jun-11 22:36
professionalAnurag Gandhi6-Jun-11 22:36 
QuestionHow to Use required field validator on Calander Control? Pin
mr_muskurahat6-Jun-11 8:54
mr_muskurahat6-Jun-11 8:54 
AnswerRe: How to Use required field validator on Calander Control? Pin
AspDotNetDev6-Jun-11 10:23
protectorAspDotNetDev6-Jun-11 10:23 
QuestionSearch engine such as google Pin
arkiboys6-Jun-11 7:59
arkiboys6-Jun-11 7:59 
AnswerRe: Search engine such as google Pin
Pete O'Hanlon6-Jun-11 8:43
mvePete O'Hanlon6-Jun-11 8:43 
GeneralRe: Search engine such as google Pin
arkiboys6-Jun-11 20:40
arkiboys6-Jun-11 20:40 
AnswerRe: Search engine such as google Pin
Luc Pattyn6-Jun-11 9:45
sitebuilderLuc Pattyn6-Jun-11 9:45 
Questionforums-enabled website Pin
Jassim Rahma6-Jun-11 4:49
Jassim Rahma6-Jun-11 4:49 
AnswerRe: forums-enabled website Pin
Ali Al Omairi(Abu AlHassan)6-Jun-11 21:16
professionalAli Al Omairi(Abu AlHassan)6-Jun-11 21:16 
QuestionReset a group of radio buttons Pin
Ali Al Omairi(Abu AlHassan)6-Jun-11 3:12
professionalAli Al Omairi(Abu AlHassan)6-Jun-11 3:12 
GeneralRe: Reset a group of radio buttons Pin
thatraja6-Jun-11 18:44
professionalthatraja6-Jun-11 18:44 
GeneralRe: Reset a group of radio buttons Pin
Ali Al Omairi(Abu AlHassan)6-Jun-11 21:02
professionalAli Al Omairi(Abu AlHassan)6-Jun-11 21:02 
GeneralRe: Reset a group of radio buttons Pin
thatraja6-Jun-11 21:21
professionalthatraja6-Jun-11 21:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.