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


Please Help Members By Posting Answers For Below Questions

What is the difference between client-side and server-side validations in ASP.NET?

656


What is viewstate? In which event of the page life cycle, is the viewstate available?

603


How would you create a permanent cookie?

564


Explain About WebService

649


Define view state.

548






What is session handling in a webfarm, how it can work with its limits?

621


What is the size of Get method and how much data it can store?

561


Which method is used to enforce garbage collection in .net?

423


What is the difference between asp.net and mvc?

578


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

533


What is asp.net caching?

576


What are the components of ado.net?

527


What’s the catch?

617


What is asp.net file?

629


Explain the difference between inline and code behind - which is best in?

502