blob: 0b1b2c5f6e0961a612650edbd6c6a98e31609d77 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<com:TContent ID="Content">
<h1>TActiveButton Functional Test</h1>
<com:TActiveButton ID="button2" Text="Button 1"
OnClick="button2_onclick" OnCallback="button2_oncallback" />
<com:TActiveLabel ID="label1" Text="Label 1" />
</com:TContent>
|