Datatable or generic list to return data from one layer to another ?
I am confused whether to use datatable or generic list to pass values from dal to bal and ui since the amount of data is same despite of using both datatable or generic list ?Some posts on google says it doesn't make much difference while some says list is better over datatable ?
Please justify.........?
Also, how to implement sorting in gridview through generic list in 3 tier architecture ?
Please provide a example with steps and its explanation.