Hi,
Which is more performant? A typed list of a dynamic list?
Cheers, I.
shouldn't matter much. With a typedlist the columns are already setup, which shouldbe a bit faster perhaps, with a dynamic list, the dataadapter has to setup teh columns first.