[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <com:TContent ID="main" > 2 Username: 3 <com:TTextBox ID="Username" /> 4 <com:TRequiredFieldValidator 5 ControlToValidate="Username" 6 Text="Username is required." 7 Display="Dynamic"/> 8 <br/> 9 Password: <com:TTextBox ID="Password" TextMode="Password" /><br/> 10 <com:TButton Text="Login" /> 11 <com:TCustomValidator 12 ControlToValidate="Password" 13 Text="Login failed." 14 Display="Dynamic" 15 OnServerValidate="login" 16 /> 17 <com:TLabel ID="Error" /> 18 </com:TContent>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |