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
in which protocol ASP.NET WEB API Work?
What is the significance of finalize method in .net?
How to disable disable browser's Back button in asp.net (JavaScript)?
In asp.net, how can you validate drop down box?
Difference between .NET and previous version?
How to send a DataReader as a parameter to a remote client ?
What does mvc represent in asp.net? : asp.net mvc
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is the difference between a page theme and a global theme?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is the use of worker process in asp.net?
How do you declare static variable? What is its lifetime?
Define tracing.
Mention few asp.net validators.
What is the main function of url routing system in asp.net mvc? : asp.net mvc