what is Repeater Control, When it is used,How it is used,
what type of template is used for repeater control?
Answer Posted / rahul
Repeater control is used to display the list of items from
the data source in a customized format. The default layout
of repeater control is Item Template. U can drag the
repeated control from toolbox menu and u can create the
controls in the html view.
1.Header template
2.Item Template
3.Alternate Itemtemplate
4.Footer template
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we use html in asp.net?
What are the media types of http requests and response?
Give 2 examples for scenarios when routing is not applied?
What is the difference between runtime version and version?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Describe how ASP.NET maintains process isolation for each Web application?
How would you implement inheritance using c#?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is the current version of asp.net?
What is repository pattern in mvc.net? : asp.net mvc
What is state management technique?
What is enableviewstate?
Explain asp.net mvc request life cycle? : asp.net mvc
Is there any alternative to avoid name collisions other then Namespaces?
Is asp.net 64-bit enabled? How?