Q to the gurus:
I generate a DataGrid. It has Sorting turned on. Do I want to populate the DataGrid using a Reader or would it make more sense to fill the dataset using an adapter?
In other words, will the Reader return to the table for its information and sorting? Would a dataset prevent this and therefore be a better approach to reduce table connection requirements? An opinion or two. Thanks guys and gals.
I generate a DataGrid. It has Sorting turned on. Do I want to populate the DataGrid using a Reader or would it make more sense to fill the dataset using an adapter?
In other words, will the Reader return to the table for its information and sorting? Would a dataset prevent this and therefore be a better approach to reduce table connection requirements? An opinion or two. Thanks guys and gals.