login register Sysop! about ME  
qrcode
    최초 작성일 :    2002년 02월 10일
  최종 수정일 :    2002년 02월 19일
  작성자 :    taeyo
  편집자 :    Taeyo (김 태영)
  읽음수 :    47,190

강좌 목록으로 돌아가기

필자의 잡담~

공부를 하면 할 수록 재미있다고 느껴지는 .NET 입니다. 하지만, .NET을 하면서도 소홀할 수 없는 것.. 그것은 바로 데이터베이스 랍니다. 글치 않나요?

전용 HTML Control Class을 정리하고 보니 각 클래스의 프로퍼티들은 각 컨트롤의 원래의 속성의 이름과 거의 일치하다는 것을 느낄 수가 있네요. 이러한 클래스들이나 프로퍼트들을 외울 일은 없겠지만, 한번 머리속으로 정리를 해 둘 필요는 있을 것 같네요. 혹 잘못 정리된 것이나 오타가 있으면 연락 주세용

아시다시피, 이들 컨트롤들의 기초클래스는 System.Web.UI.HtmlControls.HtmlControl 랍니다.

HTML 요소 전용 프로퍼티 (A,B,C 순) 전용 이벤트
<input type="button">
<input type="reset">
<input type="submit">
클래스 이름 : HtmlInputButton
Name, Type, Value, CausesValidation OnServerClick
<input type="text">
<input type="password">
클래스 이름 : HtmlInputText
MaxLength, Name, Size, Type, Value OnServerChange
<input type="checkbox">
클래스 이름 : HtmlInputCheckBox
Checked, Name, Type, Value OnServerChange
<input type="radio">
클래스 이름 : HtmlInputRadioButton
Checked, Name, Type, Value OnServerChange
<input type="image">
클래스 이름 : HtmlInputImage
Align, Alt, Border, Name, Src,
Type, Value, CausesValidation
OnServerClick
<input type="file">
클래스 이름 : HtmlInputFile
Accept, MaxLength, Name, Size,
PostedFile, Type, Value
<input type="hidden">
클래스 이름 : HtmlInputHidden
Name, Type, Value OnServerChange
<a>
클래스 이름 : HtmlAnchor
Href, Target, Title, Name OnServerClick
<img>
클래스 이름 : HtmlImage
Align, Alt, Border, Height, Src, Width
<form>
클래스 이름 : HtmlForm
Name, EncType, Method, Target
<button>
클래스 이름 : HtmlButton
CausesValidation OnServerClick
<textarea>
클래스 이름 : HtmlTextArea
Cols, Name, Rows, Value OnServerChange
<select>
클래스 이름 : HtmlSelect
Multiple, SelectedIndex, Size,
Value, DataSource, DataTextField,
DataValueField, Items(collection)
OnServerChange
<table>
클래스 이름 : HtmlTable
Align, BgColor, Border, BorderColor, CellPadding, CellSpacing, Height, NoWrap, Width
<tr>
클래스 이름 : HtmlTableRow
Align, BgColor, Border, BorderColor, Height, VAlign,
Cells(collection)
<td>
클래스 이름 : HtmlTableCell
Align, BgColor, Border, BorderColor, ColSpan, Height, NoWrap, RowSpan, VAlign, Width

authored by

  bhlht
  2008-12-18(15:41)
test
  karujae77
  2012-01-13(15:02)
캐릭 이미지
수고하셨습니다.
  zkahsman
  2012-05-08(17:16)
캐릭 이미지
감솨감솨~~^^

 
 
.NET과 Java 동영상 기반의 교육사이트

로딩 중입니다...

서버 프레임워크 지원 : NeoDEEX
based on ASP.NET 3.5
Creative Commons License
{5}
{2} 읽음   :{3} ({4})