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


Please Help Members By Posting Answers For Below Questions

Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

596


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

506


Can we handle the error and redirect to some pages using web.config?

907


Where is cookie used in asp.net?

575


Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?

549






What is asp net theme?

518


What is aspect-oriented programming?

541


What is asp net application object?

535


Write a code for sending an email from asp.net application.

538


How can you send an email message from an asp.net web page?

521


Disable browser cache for entire ASP.NET website?

661


What is the use of global.asax file?

544


What’s the difference between response .redirect and server.transfer?

512


How do session tokens work?

510


What is the extension of master page in asp.net?

543