Free templates
Menu Search Free templates

Repeater control (C#, VB and ASP.NET) | Free code

Here you can download free code (C# and VB) for a Repeater control in ASP.NET that can be used to present data, add data, update data and delete data, and more.

A Repeater control is used to present items in a list, this list can be divided into pages with a little extra code. A Repeater control can be used to create a menu, a report, a list of content or an input form to add or update multiple records at a time.

A Repeater control has a high degree of flexibility but should absolutely not be used for everything as there may be other controls that meet a specific purpose in a better way, such a simple form to add data. In this template with free code for a Repeater control, we have chosen to give three examples of how a Repeater control can be used. The first example means that a repeater is used to create a grouped report with main groups and subgroups that contain sum calculations and that can be printed to a PDF.

The second example uses a Repeater control to add or update records in a database and in the third example are we using a Repeater control to present items in a list which is divided into pages.

In this template are we using a MySQL database and Itextsharp to create PDF files which means that the files "MySql.Data.dll" and "itextsharp.dll" must be in the "Bin" folder and that a connection string to the MySQL database must be created in the "Web.config" file.

Remember that you in your web hosting account must have made a setting for the correct version of "ASP.NET" on your website (the version listed in the "Web.config" file ). We are using Visual Web Developer 2005 (2010) Express Edition for web programming.
Updated: 01/01/2015 | Created by All-templates.biz

Download Repeater control (C#, VB and ASP.NET) | Free code ยป

Tags: data input data output