Ask a Question related to ASP.NET General, Design and Development.
-
yma #1
How to get data from a website?
Hi All,
I need to get the interest rate data from a bank's website. What is the
good way to do it?
Thank you.
Chris
yma Guest
-
Form in email to send cf data to website
:confused; Okay so I am doing this newsletter and I want to include a form in the newsletter to get reader response. Now when the submit button... -
Transfering data from website to ???????
I need to be able to get files from the user?s computer. The might be somewhat large so I am not sure what the best way to do this. The files will... -
retrieving data from website
hi there all, me again... is it possible if you know the layout of a web site, to retrieve data from it? i mean things like a weather site that... -
securing data access via website
I would like to use anonymous access for a public access, Win2k/IIS website. The database, however, should be accessed via a secured,... -
Data in Access database changed when display in website
Hi Everyone, I am trying to figure why the data of an Access database changed when displayed in a web-based administrative tool. The column data... -
Steve C. Orr, MCSD #2
Re: How to get data from a website?
Well, ideally you'd make an agreement with the bank for them to expose this
information as a web service or some other programatic interface.
If that is not an option then you'll probably have to screen scrape it from
their web site. In other words, grab the HTML from their page and parse out
the value you need.
Here's info on screen scraping with .NET:
[url]http://www.aspalliance.com/stevesmith/articles/netscrape.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"yma" <yma@pacbell.net> wrote in message
news:elNrYvEQDHA.3768@tk2msftngp13.phx.gbl...> Hi All,
>
> I need to get the interest rate data from a bank's website. What is the
> good way to do it?
>
> Thank you.
>
> Chris
>
>
Steve C. Orr, MCSD Guest
-
Chance Hopkins #3
Re: How to get data from a website?
If your eyes can see it on a page, scrape it and use regular expressions to> I need to get the interest rate data from a bank's website. What is the
> good way to do it?
parse the required value.
Chance Hopkins Guest



Reply With Quote

