What is a Repeater Control and how does it works? and what
is the diffrence b/w Gridview,datalist and repeater control?

Answers were Sorted based on User's Feedback



What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist a..

Answer / narasimha reddy

Gridview,Repeater and Datalist all are Data controls, which
are used to display the data.

Gridview:It contains predifined Structure
Repeater,Datalist Controls are Userdefined Based on
Templates

Is This Answer Correct ?    5 Yes 1 No

What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist a..

Answer / vamshi krishna

Repeater having better performance compared to Gridview and
datalist.But, almost repeater can be done with custom
coding only.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Where would you use an ihttpmodule, and what are the limitations if any?

0 Answers  


What are the different authentication modes in the .NET environment?

2 Answers   Veritas,


Why we go for mvc instead of asp.net? : Asp.Net MVC

0 Answers  


I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?

6 Answers   EMR, Wipro,


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


How can you provide an alternating color scheme in a Repeater control?

6 Answers   Siebel Systems,


What is web application virtual directory ?

2 Answers   Satyam,


What are server activated objects?

0 Answers  


Is it necessary to lock application state before accessing it ?

1 Answers  


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

0 Answers  


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

0 Answers  


What namespaces are imported by default in ASMX files?

2 Answers  


Categories