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
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 |
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 |
Where would you use an ihttpmodule, and what are the limitations if any?
What are the different authentication modes in the .NET environment?
Why we go for mvc instead of asp.net? : Asp.Net MVC
I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
What are the security types in ASP/ASP.NET? Different Authentication modes?
How can you provide an alternating color scheme in a Repeater control?
What is web application virtual directory ?
What are server activated objects?
Is it necessary to lock application state before accessing it ?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What namespaces are imported by default in ASMX files?