How to List Banks in a Country in web site
-
Create a list containing the names and save it in your database. Load the list as required.
Thanks for your replay Richard. But actually , i am looking for a solution like with out storing that list in my db. so i need to know is there any web services or any other options like this available to get the world wide banks list. eg:- as we can get the city list in a country.
Thanks
-
Thanks for your replay Richard. But actually , i am looking for a solution like with out storing that list in my db. so i need to know is there any web services or any other options like this available to get the world wide banks list. eg:- as we can get the city list in a country.
Thanks
-
Why do you think that Richard will look for the answer for you? It's your work, not his.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Storing the data should not be too difficult. Have two tables, one with the bank name joined to another that is contains country data. The likely problem here is collating this data from a reliable source.
WP Apps - Color Search | Arctic | XKCD | Sound Meter | Speed Dial
-
Why do you think that Richard will look for the answer for you? It's your work, not his.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier