views:

797

answers:

2

Hello all,

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 Datalist 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?

Thx in advance.

A: 

Check Comparison from this article and also avaialble here which control what support...

comparison Listview-gridview-datalist-and-repeater/

Repeater is light weight and much better in performance comparitively Gridview,ListView and Datalist

Datalist much better in performance wise compartively Gridview and listview

Muhammad Akhtar
Thanks you for the answer. However im not talking about functionality, im talking more about performance of the controls.
Marco
+2  A: 

performance reperter > datalist > gridview

simple control High-performance

Clover
Thx for the comment. But how about the ListView? Where does it fit in therms of performance? Before the datalist? before the gridView?
Marco