| Author: Chaitanya 15 Jul 2007 | Member Level: Silver | Rating: Points: 2 |
We can display the Data using datagrid in predefined design like it has predefined template.The data in the Datagrid id editable.
we can design the way how the data should get presented at the front end in datalist using HTML templates.The data displayed in the datalist is editable.
Repeater is also used for the display of data of our own way using html templates .But the data displayed over here is not editable.
|
| Author: Pankaj Mishra 15 Jul 2007 | Member Level: Diamond | Rating: Points: 2 |
Repeater - It is used to diplay values only. It does not have user interface. We caanot edit the data in this.
Datalist - it can BE edited. It has user interface but it cannot be sorted and paging.
Datagrid- It is one of the strong control to bind data values. I t displays values in Tabular format and can be edited and alows sorting and paging features.
|