blob: 24c447d5281521ab1404149ed944b2f1e72ea0b0 (
plain)
1
2
3
4
5
6
7
8
|
<com:TContent ID="Content">
<com:Application.pages.TestHtmlArea ID="test1"/>
<com:TRequiredFieldValidator
ID="validator1"
ControlToValidate="test1"
ErrorMessage="required" />
<com:TButton Text="Click Me" />
</com:TContent>
|