DetailsViewDesigner.DataBind(BaseDataBoundControl) 메서드

정의

연결된 컨트롤을 디자인 타임 데이터 원본에 바인딩합니다.

protected:
 override void DataBind(System::Web::UI::WebControls::BaseDataBoundControl ^ dataBoundControl);
protected override void DataBind(System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
override this.DataBind : System.Web.UI.WebControls.BaseDataBoundControl -> unit
Protected Overrides Sub DataBind (dataBoundControl As BaseDataBoundControl)

매개 변수

dataBoundControl
BaseDataBoundControl

DetailsView 디자인 타임 데이터 원본에 바인딩할 컨트롤입니다.

설명

이 메서드는 DataBind 연결된 DetailsView 컨트롤을 디자인 타임 데이터 원본에 바인딩하고 호출기 수와 필요한 DetailsView행의 수를 계산합니다.

매개 변수는 dataBoundControl 이 디자이너와 연결된 컨트롤 또는 해당 컨트롤의 복사본을 나타냅니다 DetailsView .

적용 대상

추가 정보