Microsoft
Software
Hardware
Network
Question : How to capture data from website into c#
I am working on a test project so further expand my knowledge of C# and I need your help understanding how to do something.
There is a website that has data on it which updates every 0-10 seconds (kinda like a stock ticker)...
I want to be able to capture that data into my c# application so that I can determine patterns, track data, etc.
I have already tried using the web services and capturing the data that way, but it only captures the html source code, and because the code that I need to capture is css, or something, it doesn't appear to be grabbing it anywhere.
For an example of the data that I'm trying to capture, you can visit
www.qu
ibids.com and click on one of the items listed that is being bid on.
The data that I want to capture is on the right, under "bidding history". I would like to capture the "BID", the "BIDDER", and the "TYPE".
Thank you in advance for helping me learn how to do this.
Answer : How to capture data from website into c#
Aha, found a nice piece of software that did the job for me:
http://www.emailaddressman
ager.com/o
utlook/ema
il-
extract
or.html
Random Solutions
Auto start and mount RAID array Linux
Data adapter Insert/Update
checking login & pass with curl
How to change the from field on auto-generated SharePoint emails.
How to access a folder on an SERVER when the domain server is offline ?
MSExchange ActiveSync Event ID 1040 Annoying?!
Compare Internet Explorer (IE6) Security Settings
Exchange 2010 & GroupWIse 7
Find Label in Datalist within Gridview
Include C++ header files in .Net Application