I want to take some exchange rate informations from some web pages. There are the exchange rate in these pages.
For example;

http://www.tcmb.gov.tr/kurlar/today.html
(I want to take from first character to the last of some lines in the page)


http://themoneyconverter.com/TRY/PLN.aspx

(I want to take from a character to other one of some lines in the page.)

And then I will save them in datagrid.

How can I do this?

Thanks for your helping.

Best regards.