what is Repeater Control, When it is used,How it is used,
what type of template is used for repeater control?
Answer Posted / krishnasamy
It is used to displaying information from datasource using
sqlcommands(Select Statement).if you have generate output
that time used to repeater control.There are several type of
templates we are using,
1.Header template
2.Item Template
3.Alternate Itemtemplate
4.Footer template
5.Separator Template
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to reduce the width of textbox in editcommandcolumn of datagrid?
Do you know caching feature?
Is asp.net and .net are same or different?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Explain how can you debug your .net application?
When Cookies are expired in ASP.NET?
What is voluum?
What is tracing? Where is it used?
What is form submit?
Why is global asax is used?
What are the types of validation in asp net?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How to display Alert in ASP.NET
What is the use of response redirect in asp.net?
Explain how asp.net different from asp?