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

Which method do you use to enforce garbage collection in .net?

599


Mention the namespace that is used to include .net data provider for sql server in .net code?

583


What is the basic difference between asp and asp.net?

598


How should I destroy my objects in asp.net?

679


To load your generated dataset with data which method do you invoke?

698






Why do we need url encoding?

615


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

622


Can one dll file contains the compiled code of more than one .net language?

634


What is cache in asp net?

623


Can you explain page lifecycle in net?

594


What is a server cookie?

591


What does occur first in ASP.Net, Authentication or Authorization?

650


What is the good practice to implement validations in aspx page?

723


Disable Mouse right click on web page in asp.net?

666


How can you identify that the page is post back?

654