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
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the use of asp.net web api?
Define cookie.
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Is it possible to create web application with both webforms and mvc?
What a diffgram is, and a good use for one?
How do I know asp.net mvc version? : Asp.Net MVC
How can we communicate with each server in N-tier Architecture? and what are the methods?
How Session use Cookies in State Management?
What is a viewstate?
How does asp net store session ids by default?
Explain about Automatic resource management?
What is the concept of view state in asp.net?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What are the memory-mapped files?