How are you getting the address information,
if from a database, then read up on ADO.Net, you only need to set the datasource to the datatable that has the address information.
Or you can create an arraylist and set that as a datasource.
Though that's all a different thread |