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

What do you mean by serialize?

559


What are the modes of updation in an updatepanel?

557


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

598


What is the concepts of globalization and localization in .net?

535


How many types of session state management options available in asp.net?

553






Is asp.net mvc front end or backend? : Asp.Net MVC

494


What is a user session?

505


Explain difference between friend and protected friend?

533


What is the difference between the get method () and post method ()?

528


How to implement role based security in asp.net mvc? : Asp.Net MVC

443


What is intrinsic objects in asp.net?

649


What is user control in asp.net?

516


How do I create a web form?

535


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

562


Explain a program using code nuggets to create a simple application? : asp.net mvc

517