DIFFERENCE BETWEEN DATA LIST,REPEATER AND GRID VIEW.


=> Difference between Data List and Repeater.




                            Data List

                                  Repeater

Rendered as table.

Template driven.

Automatically generate columns from the data source.

This features is not supported.


Selection of row is supported.

Selection of row is not supported.

Editing of contents is supported.

Editing of contents is not supported.

We can arrange data items horizontally or
vertically in data list by using property repeat direction.

This features is not supported.


Performance is slow as compared to repeater.

This is very light weight and fast data
control among all the data control.


 Difference between Grid View and Data List.



                            Grid View

                                  Data List

It was introduced with Asp.net 2.0

It was introduced with Asp.net 1.0

Built in paging and sorting is provided.

You need to write custom code.

Built in support for update and delete
operations.

Need to write code for implementing update
and delete operations.

Support auto format or style features.

This features is not supported.

Repeat direction property is not supported.
We can arrange data items horizontally or
vertically in data list by using property repeat direction.

Doesn’t support customizable row separator.

Support customizable row separator by using
separator template.

Performance is slow as compared to Data List.

Performance is fast as compared to Grid View.

Share

& Comment

0 comments:

Post a Comment

 

Copyright © 2019 HART™ is a registered trademark.