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
How do I publish my asp.net application to my isp's web server?
How you will handle session when deploying application in more than a server?
Can you explain one critical mapping?
What is the base class from which web forms are inherited?
What is a query string in a url?
when a request is made in Life cycle of ASP.NET page .
Which is better viewstate or session?
What is role-based security in asp.net?
What is the concepts of globalization and localization in .net?
How do I use response redirect?
What are the Types of chaching. How to implement caching
Explain culture and uiculture values.
What is the main differences between asp and asp.net?
Why is an object pool required?
Where the viewstate is stored after the page postback?