웹 폼에 등록된 컨트롤의 주요 속성은 다음과 같다.
컨트롤 |
속성 |
값 |
TextBox |
ID |
txtPassword |
TextMode |
Password |
|
TextBox |
ID |
txtPasswordConfirm |
TextMode |
Password |
|
CompareValidator |
ID |
valPasswordConfirm |
ControlToValidate |
txtPasswordConfirm |
|
ErrorMessage |
암호를 다시 확인해주세요. |
|
ControlToCompare |
txtPassword |
|
SetFocusOnError |
True |
|
Button |
ID |
btnConfirm |
Text |
확인 |