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
Which object encapsulates state or data of a user?
Why do we need master page in asp.net?
What is latest version of asp.net mvc? : Asp.Net MVC
What is the purpose of using MVC programming pattern in ASP.NET?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
How will you load dynamic assembly? How will create assesblies at run time?
What is aspect-oriented programming?
Explain the steps to be followed to use passport authentication.
What is caching in asp.net?
What is full trust in asp.net?
What is cross page posting? How is it done?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What are the asp.net 2.0 features?
Differentiate between a hyperlink control and a linkbutton control.
Elaborate differentiation between Cache and Application?