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 이 디자이너와 연결된 컨트롤 또는 해당 컨트롤의 복사본입니다.

적용 대상

추가 정보