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 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?
What is ispostback property?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Differentiate between globalization and localization.
What is a postback url?
What is a 401 redirect?
How does u call and execute a sp in .net?
Explain how do you deploy your asp.net application?
What is localhost in asp.net?
Explain diff. Betn dataset and recordset?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is advantage of code behind coding in ASP.NET?
What permissions do asp.net applications posses by default?
Who generates session id?
Explain different types of validators in asp.net?