.NET: Which strategy is better for populating a gridview? using a Data Table and bind it or using a
- by odiseh
hi
ASP.NET: Which strategy is better for populating a gridview? filling a Data Table and bind it or using a data reader ? Which one has a better performance?