Hello Everyone,
I need a bit of advice on how to implement an expandable list from a database query. If someone could provide the steps required, I would appreciate it. Here is the problem description:
I have a table that contains a list of cities. Each city has fields (population, state, etc..)
I would like to create and expandable list looks like this:
> Cities (A-C)
Austin
Boston
.
.
Chicago
> Cities (D-H)
Dallas
Denver
.
.
> Cities (I-K)
etc....
Can someone provide some guidance into how I would query a database and then place those results into an expandable list with a specific organization?
Thanks,
Jake
I need a bit of advice on how to implement an expandable list from a database query. If someone could provide the steps required, I would appreciate it. Here is the problem description:
I have a table that contains a list of cities. Each city has fields (population, state, etc..)
I would like to create and expandable list looks like this:
> Cities (A-C)
Austin
Boston
.
.
Chicago
> Cities (D-H)
Dallas
Denver
.
.
> Cities (I-K)
etc....
Can someone provide some guidance into how I would query a database and then place those results into an expandable list with a specific organization?
Thanks,
Jake