CompositeControl.DataBind 메서드

정의

CompositeControl과 그 자식 컨트롤 모두에 데이터 소스를 바인딩합니다.

public:
 override void DataBind();
public override void DataBind ();
override this.DataBind : unit -> unit
Public Overrides Sub DataBind ()

설명

합니다 DataBind 메서드는 데이터 소스를 바인딩합니다는 CompositeControl 컨트롤과 모든 자식 컨트롤입니다. 이 DataBind 메서드 모든 자식 컨트롤을 데이터 소스에 바인딩하기 전에 만들어졌는지 확인 하려면 해당 기본 구현을 재정의 합니다.

적용 대상

추가 정보