C
Chris
I have an admin class that has add/update/delete/getAll functionallity for
customers.
My add/update/delete's will return bool's for success/failure which is fine.
My getAll method will need to return all rows of customers, which in turn
will be bound to a datagrid/repeater.
My question is what is the best way to return the list of customers?
ArrayList of Customer Objects, Datasets?
Thanks for your opinions
Chris
customers.
My add/update/delete's will return bool's for success/failure which is fine.
My getAll method will need to return all rows of customers, which in turn
will be bound to a datagrid/repeater.
My question is what is the best way to return the list of customers?
ArrayList of Customer Objects, Datasets?
Thanks for your opinions
Chris