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