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 open an ashx file in windows 7?
What does session_start () do?
How we implement web farm and web garden concept in asp.net?
How does session work?
What is the adavantage of using ASP.NET routing?
What are client activated objects and server activated objects?
Where are session variables stored?
What are the differences between application object and session object?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is asp short for?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Which data type does the rangevalidator control support?
Define static function?