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
What are the HTML server controls in ASP.NET?
How does session work?
When you use Ajax controls in the ASP.NET application?
Can you change a Master Page dynamically at runtime?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is the difference between custom controls and user controls?
How to implement form based authentication in asp.net application?
What is the Difference between MVC And MVP design pattrens
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is viewstate information stored?
what is loosely coupled solution? How it can be used?
What is the state management in asp.net?
In which event are the controls fully loaded?
What is asp net objects?
Give some salient points of difference between request processor and request dispatcher.