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
How to you can limit Access to Web API to Specific HTTP Verb?
What is the use of the tag in the web.config file?
Is razor a programming language?
What’s the difference between response .redirect and server.transfer?
What is a url string?
What is globalization and localization in asp net?
Is asp.net core faster?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Which validator control you use if you need to make sure the values in two different controls matched?
What is sdlc process?
How do you secure your connection string information?
What is cas?
What is the behavior of a Web browser when it receives an invalid element?
What are merge modules?
Define the term Scavenging in Caching?