need guidance in reading scores from website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sofh
    New Member
    • Mar 2010
    • 2

    need guidance in reading scores from website

    Hi, Can anyone guide me how to fetch the scores from

    http://www.cricinfo.co m/rsadomestic-09/engine/current/match/423195.html

    to database using c#.
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    You could use sockets to download that website in text format and look for "mainScoresTabl e" you could then either input that entire <table>...</table> into the database or parse out what you want. But either way you are going to have some work to do interpreting what is there.

    Comment

    • ThatThatGuy
      Recognized Expert Contributor
      • Jul 2009
      • 453

      #3
      You can also look in for feeds ..... if the website provides

      Comment

      • sofh
        New Member
        • Mar 2010
        • 2

        #4
        Feeds are available for only score updates, where as i require full scoreboard feeds which i have not find yet

        Comment

        Working...