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

How do I publish my asp.net application to my isp's web server?

807


How you will handle session when deploying application in more than a server?

853


Can you explain one critical mapping?

753


What is the base class from which web forms are inherited?

758


What is a query string in a url?

754


when a request is made in Life cycle of ASP.NET page .

725


Which is better viewstate or session?

713


What is role-based security in asp.net?

738


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

734


How do I use response redirect?

750


What are the Types of chaching. How to implement caching

788


Explain culture and uiculture values.

765


What is the main differences between asp and asp.net?

747


Why is an object pool required?

818


Where the viewstate is stored after the page postback?

867