Hi friends
Define ASP.Net repeater control with example.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 31, 2011, 5:56 AM
The Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control may be bound to a database table, an XML file, or another list of items
Please refer the below link
http://www.w3schools.com/aspnet/aspnet_repeater.asp
Thanks