How to capture values in real time? (Best way)
Posted: Sat Jan 03, 2015 7:46 pm
I'm trying to grab the value of this page: http://it.soccerway.com/
in particulare i want grab the value that i underlined in the image:

I've actually make a code that's based on regex pattern, but i don't use the regex because this value is particular. Infact the site update it in real time.
I don't use a WebBrowser control because this value must be inserted in a specific control such as a textbox or datagridview.
There's a best way to grab the value from a web page without the using of regex and WebBrowser control?
I've seen in Internet the HtmlAgilityPack.1.4.6 but i don't know how to use it.
Can anyone help me do this?
HAPPY 2015
in particulare i want grab the value that i underlined in the image:

I've actually make a code that's based on regex pattern, but i don't use the regex because this value is particular. Infact the site update it in real time.
I don't use a WebBrowser control because this value must be inserted in a specific control such as a textbox or datagridview.
There's a best way to grab the value from a web page without the using of regex and WebBrowser control?
I've seen in Internet the HtmlAgilityPack.1.4.6 but i don't know how to use it.
Can anyone help me do this?
HAPPY 2015