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 method do you use to enforce garbage collection in .net?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is the basic difference between asp and asp.net?
How should I destroy my objects in asp.net?
To load your generated dataset with data which method do you invoke?
Why do we need url encoding?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Can one dll file contains the compiled code of more than one .net language?
What is cache in asp net?
Can you explain page lifecycle in net?
What is a server cookie?
What does occur first in ASP.Net, Authentication or Authorization?
What is the good practice to implement validations in aspx page?
Disable Mouse right click on web page in asp.net?
How can you identify that the page is post back?