difference between gridview,data list and repeater control
Answer Posted / palanivel
Difference between Repeater , Datalist, DataGrid(or GridView)
Repeater :
It contains Header Template, Item template , alternate
Item template and footer template . it can't support
Selection, editing, sorting and paging. this is read only
and fast.
Datalist :
It contains Header Template, Item template , alternate
Item template , Edit itm template and footer template . it
can't support sorting and paging but support selection and
editing
DataGrid(or GridView) :
It contains Header Template, Item template , alternate Item
template , Edit itm template and footer template . it can
support selection, editing , sorting and paging . Mostly
every developer caught used this control .
| Is This Answer Correct ? | 137 Yes | 5 No |
Post New Answer View All Answers
What is the difference between cookie and session?
Explain the difference between inline and code behind - which is best in?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is the purpose of using MVC programming pattern in ASP.NET?
What is the use of express session?
What are the benefits of view state?
What is gridview in asp.net?
What are the uses of list view control in Asp.net?
What are the advantages and disadvantages of Using Cookies?
What is a web server? What are the load limits in it?
What are the different kinds of assemblies?
What are the new web part controls in asp.net 2.0 ?
What is difference between cache and session?
What is cache in asp net?
What are uri parameters?