what is Repeater Control, When it is used,How it is used,
what type of template is used for repeater control?
Answer Posted / suresh mk
Repeater control used to just reads the information from
the data source and we can not edit the information.
when you have to use this control you have must provide
the ItemTemplate, and set the DataSource property and call
the DataBind method, in order to display data in a Repeater
control.
Repeater control have five type of template
1.HeaderTemplate
2.ItemTemplate
3.AlternatingItemTemplate
4.SeparatorTemplate
5..FooterTemplate
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the asp.net mvc request life cycle? : asp.net mvc
Explain Life cycle of ASP.NET page when a request is made.
How asynchronous call can be implemented using delegates?
Why SessionID changes in every request in asp.net?
What are the two properties that are common on every validation control?
What is server redirect?
Which of the following .NET framework supports Web API?
What is authorization in asp.net?
What does passport and windows authentication mean in ASP.NET?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is the meaning of TestApi?
How dataadapter.fill works?
Which object wraps the state or data of a user?
What is the difference between Session and response.Redirect?