C# 클래스 ExamWeb.editButtonTemplate

Template to be used in databinding to add an edit button functionality to the datagrid.
상속: ITemplate
파일 보기 프로젝트 열기: pragmaticpat/EdwardsFoundation 1 사용 예제들

공개 메소드들

메소드 설명
InstantiateIn ( Control container ) : void

비공개 메소드들

메소드 설명
container_DataBinding ( object sender, EventArgs e ) : void

메소드 상세

InstantiateIn() 공개 메소드

public InstantiateIn ( Control container ) : void
container System.Web.UI.Control
리턴 void