Class file: RegionDisplay.php
Template file: RegionDisplay.tpl
Template file: Sample1.page
Class file: Sample1.php
Template file: Sample2.page
Class file: Sample2.php
Template file: Sample3.page
Class file: Sample3.php
Template file: Sample4.page
Class file: Sample4.php
Template file: Sample5.page
Class file: Sample5.php

/Controls/Samples/TRepeater/Sample4.page

<com:TContent ID="body">

<h1>TRepeater Sample 4</h1>

<p>Please enter the URL of your favorite websites in the following:</p>
<com:TRepeater ID="Repeater"
	OnItemCreated="itemCreated"
	ItemRenderer="TTextBox"
	/>

<br/>

<com:TButton Text="Submit" OnClick="buttonClicked" />

<br/><br/>

<com:TLabel Text="You have entered the following URLs:" 
	Visible="<%= $this->IsPostBack %>" />
<br/>

<com:TRepeater ID="Repeater2"
	OnItemCreated="itemCreated"
	ItemRenderer="THyperLink"
	/>


</com:TContent>