difference between gridview,data list and repeater control
Answer Posted / venkatrami reddy
Gridview:
gridview is a collection of templates like header, bounded,edit ,item ,hyperlink,image fields.using this gridview control we can perform all most all database realations.
Datalist:
datalist is a collection of header template,edit item template,item template and footer templates.By using this control we can select and edit the data.
repeater:
Repeater is a collection of item template,header template and footer template.by comparing the repeater and datalist, in case of performance we prefer to repeater control.
| Is This Answer Correct ? | 13 Yes | 21 No |
Post New Answer View All Answers
What I need to create and run an asp.net application?
How can we create Tree control in asp.net?
Explain about asp.net state management?
Why is this service branded with windows livetm?
What are the disadvantages of using session?
How to implement role based security in asp.net mvc? : Asp.Net MVC
how to retrieve property settings from xml .config file.
What is difference between abstract class and an interface?
What is the difference between web.config and machine.config in ASP.NET?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is HTTPModule and HTTPcontext? What is the use of each?
How can we inherit a static member?
What are the difference between function and stored procedure in .net programming language?
Which method is used to force all the validation controls to run?
Explain the difference between an exe and a dll?