... | ... | @@ -38,25 +38,25 @@ |
|
|
|
|
|
- UI구성요소는 알맞는 접두어를 붙여서 다른 변수와 구분해야 한다.
|
|
|
|
|
|
| Control | Prefix |
|
|
|
| --- | --- |
|
|
|
| Label | lbl |
|
|
|
| TextBox | txt |
|
|
|
| DataGrid | dtg |
|
|
|
| Button | btn |
|
|
|
| ImageButton | imb |
|
|
|
| Hyperlink | hlk |
|
|
|
| DropDownList | ddl |
|
|
|
| ListBox | lst |
|
|
|
| DataList | dtl |
|
|
|
| Repeater | rep |
|
|
|
| Checkbox | chk |
|
|
|
| CheckBoxList | cbl |
|
|
|
| RadioButton | rdo |
|
|
|
| RadioButtonList | rbl |
|
|
|
| Image | img |
|
|
|
| Control | Prefix
|
|
|
| --- | ---
|
|
|
| Label | lbl
|
|
|
| TextBox | txt
|
|
|
| DataGrid | dtg
|
|
|
| Button | btn
|
|
|
| ImageButton | imb
|
|
|
| Hyperlink | hlk
|
|
|
| DropDownList | ddl
|
|
|
| ListBox | lst
|
|
|
| DataList | dtl
|
|
|
| Repeater | rep
|
|
|
| Checkbox | chk
|
|
|
| CheckBoxList | cbl
|
|
|
| RadioButton | rdo
|
|
|
| RadioButtonList | rbl
|
|
|
| Image | img
|
|
|
| Panel | pnl
|
|
|
| PlaceHolder | phd |
|
|
|
| Table | tbl |
|
|
|
| Validators | val |
|
|
|
| PlaceHolder | phd
|
|
|
| Table | tbl
|
|
|
| Validators | val
|
|
|
|