1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how to fetch data in asp.net from external page.

Discussion in 'C#' started by rohit0714, Jul 18, 2010.

  1. #1
    i want to know how can i fetch data from external website in asp.net. please help.:confused:
     
    rohit0714, Jul 18, 2010 IP
  2. rohit0714

    rohit0714 Active Member

    Messages:
    144
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #2
    please guys reply
     
    rohit0714, Jul 18, 2010 IP
  3. urstop

    urstop Peon

    Messages:
    224
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What kind of data, you can use the HttpWebRequest class to call a URL fom your .NET application, read the response as string and process the string data to get the necessary information from it.

    Search on google on the above class name, you should find an example of how to do that. Let me know if you have any queries.
     
    urstop, Jul 18, 2010 IP