.NET: Which strategy is better for populating a gridview? using a Data Table and bind it or using a

Posted by odiseh on Stack Overflow See other posts from Stack Overflow or by odiseh
Published on 2010-05-08T10:47:47Z Indexed on 2010/05/08 10:58 UTC
Read the original article Hit count: 222

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about datatable