예제 #1
0
        protected override void OnLoad(EventArgs e)
        {
            if (Page.Master != null)
            {
                body = AdminMasterPage.FindControl("AdminSection") as HtmlGenericControl;
            }

            if (!IsPostBack)
            {
                ControlHelper.ApplyRecursively(SetTextBoxStyle, this);
                ControlHelper.ApplyRecursively(SetButtonStyle, this);
                DataBind();
            }
            base.OnLoad(e);
        }