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 is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?

1668


What is ispostback property?

726


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

759


Differentiate between globalization and localization.

775


What is a postback url?

696


What is a 401 redirect?

733


How does u call and execute a sp in .net?

772


Explain how do you deploy your asp.net application?

713


What is localhost in asp.net?

826


Explain diff. Betn dataset and recordset?

777


Can we set which type of comparison we want to perform by the CompareValidator control?

784


What is advantage of code behind coding in ASP.NET?

818


What permissions do asp.net applications posses by default?

860


Who generates session id?

722


Explain different types of validators in asp.net?

753