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
How do I publish my asp.net application to my isp's web server?
Describe the .net base class library.
What does uri mean?
What is the state management in asp.net?
What is enableviewstate in asp net?
What does session_start () do?
Where code pages are used?
What are the session variables?
What is difference between Lambda Expression and LINQ in ASP.NET?
What are the two properties that are common on every validation control?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the difference between function and stored procedure in .net programming language?
How about the security in Activex DLL and Activex EXE ?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are the session management techniques asp net?