difference between gridview,data list and repeater control
Answer Posted / nitish
1. Datagrid has paging while Datalist doesnt.
2. Datalist has a property called repeat.
Direction=vertical/horizontal.(This is of great help in
designing layouts). This is not there in Datagrid.
3. A repeater is used when more intimate control over html
generation is required.
4. When only checkboxes/radiobuttons are repeatedly served
then a checkboxlist or radiobuttonlist are used as they
involve fewer overheads than a Datagrid.
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
14. What are your Future Plans for Swatz Oils GROUP U.K?
What is difference between View State and Hidden Field in ASP.NET?
Which .NET framework supports Web API?
What is a postback in asp net?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the difference between mechine.config and web.config?
What is the use of global.asax file?
How can we identify that the page is post back in asp net?
What are html helpers in asp.net?
How will you load dynamic assembly? How will create assesblies at run time?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How Session outproc in Sqlserver stored?
What is the difference between Classic ASP and ASP.Net?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?