J
John A Grandy
In regard to a GridView that must support searching, filtering, sorting, and
paging ...
There is a tradeoff in performing the sorting and paging in the database
versus to creating a CLR sort expression and allowing the GridView to
perform the sorting and paging.
How do people feel about each option for
(1) simple sorts (alphabetical, compound alphabetical)
(2) complex sorts (derived attributes, date-time manipulations, etc.)
paging ...
There is a tradeoff in performing the sorting and paging in the database
versus to creating a CLR sort expression and allowing the GridView to
perform the sorting and paging.
How do people feel about each option for
(1) simple sorts (alphabetical, compound alphabetical)
(2) complex sorts (derived attributes, date-time manipulations, etc.)