difference between gridview,data list and repeater control
Answer Posted / vikas
GridView provides ability to allow the end-user to edit the page data or sort the page records. But it comes at a cost of speed. Secondly, the display format is very simple i.e. is in row and columns.
With its templates, DataList provides more control over the look and feel of the displayed data than the GridView. And it offers better performance than GridView.
With Repeater, the only HTML emitted are the values of the databinding statements in the templates along with the HTML markup specified in the templates—no "extra" HTML is emitted, as with the Gridview and DataList.
for details check below link.
https://csharpquestions1.blogspot.in/2016/10/what-is-difference-between-data-list.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
From which base class all web forms are inherited?
What do you mean by authentication?
What are the different methods of session maintenance in asp.net?
What is Razor View Engine
what is a .xap file? Explain with an example.
What do you understand from custom control?
Explain the flow of processing of the request? : asp.net mvc
What is the biggest disadvantage of “Other Return Types” in Web API?
What is different in .net 1.1 and .net 2.0?
In which event of the page viewstate is available?
How do I use response redirect?
How does session work?
Explain advantages of caching?
How does windows service lifecycle differ from a .standard. Exe?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?