다음을 통해 공유


GridViewDesigner.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

디자인 타임 데이터 원본에 바인딩할 GridView입니다.

설명

DataBind 메서드는 연결 된 바인딩합니다 GridView 컨트롤을 디자인 타임 데이터 소스에 고유 값을 할당 하 고는 DesignerRegionAttributeName 필드의 각 셀에는 GridView 컨트롤의 디자인 타임 렌더링 합니다.

합니다 dataBoundControl 매개 변수는는 GridView 해당 컨트롤의 복사본을이 디자이너와 연결 된 컨트롤입니다.

적용 대상

추가 정보