开发者

Performance of GridView vs DataList vs Repeater vs ListView

开发者 https://www.devze.com 2022-12-14 00:27 出处:网络
I have read some articles about this matter... and it seems that the Repeater is the one with best performance as explained in this other question.

I have read some articles about this matter... and it seems that the Repeater is the one with best performance as explained in this other question.

I know that the GridView is the heaviest of them all, and that it weights a lot in the ViewState. So the DataList has been the "best" option for some situations.

But how about Datalis开发者_如何学JAVAt performance vs ListView?

Also, the GridView has a Pager already built in... and it seems that the ListView has one to. But if it create a pager for the DataList... will it become heavier than the GridView? And how about DataList + Paging vs ListView with Paging?


performance reperter > datalist > gridview

simple control High-performance

0

精彩评论

暂无评论...
验证码 换一张
取 消