summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page
blob: 3ab9d8fb9db1b812c1171061cf4c2e8cf06a755f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<com:TContent ID="Content">
<h1>Populate active list controls</h1>

<com:TActiveListBox ID="list1" OnCallback="list_changed" />

<com:TActiveDropDownList ID="list2" OnCallback="list_changed"  />


<com:TActiveLabel ID="label1" />

<com:TActiveButton ID="button1" Text="populate list 1" OnClick="populate_list1" />

<com:TActiveButton ID="button2" Text="populate list 2" OnClick="populate_list2" />


</com:TContent>