Click here to Skip to main content
15,896,524 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to design my own stock exchange application in which I need to read some stock exchange and sensex values from websites like

http://money.rediff.com/
http://www.appuonline.com/

I am not getting any idea, that, how to read these values from respective websites

please help.


Thanks in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 26-Dec-11 13:28pm    
Not a question.
--SA

You need to write a screen scraper, i.e. a program that uses one of the .NET classes to read HTML and gives access to the DOM tree of the page that you read. Try a Google search for "screen scraper" for ideas.
 
Share this answer
 
Comments
djrocks0101 26-Dec-11 13:12pm    
Thanks Richard.
Sergey Alexandrovich Kryukov 26-Dec-11 13:33pm    
Agree, my 5.
I added some detail in my answer, credited you for this one, please see.
--SA
thatraja 27-Dec-11 21:46pm    
5!
If you really need to get data from Web sites, not Web services or something else, you really need to use Web scraping techniques, as Richard already pointed out. I explained how they work in my past answers:

How to get the data from another site[^],
get specific data from web page[^].

—SA
 
Share this answer
 
Comments
Richard MacCutchan 26-Dec-11 13:35pm    
+5 for the links also.
Sergey Alexandrovich Kryukov 26-Dec-11 13:36pm    
Thank you, Richard.
--SA
thatraja 27-Dec-11 21:46pm    
5!
Sergey Alexandrovich Kryukov 27-Dec-11 22:08pm    
Thank you, Raja.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900