---
title: "What is Repeater Control in ASP.Net ?"  
description: "What is Repeater Control in ASP.Net ?"  
author: "Anonymous User"  
published: 2011-07-04  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1083/what-is-repeater-control-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is Repeater Control in ASP.Net ?

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.\

Repeater control is an iterative control in the sense it loops each record in the Data Source and renders the specified template (Item Template) for each record in the Data Source collection.

## Answers

### Answer by Anonymous User

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.\

Repeater control is an iterative control in the sense it loops each record in the Data Source and renders the specified template (Item Template) for each record in the Data Source collection.


---

Original Source: https://www.mindstick.com/interview/1083/what-is-repeater-control-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
