예제 #1
0
        protected void SetDDLExamPlaceGroup()
        {
            BLL.DataCenterBiz biz = new BLL.DataCenterBiz();
            var ls = biz.GetExamPlaceGroup(SysMessage.DefaultSelecting);

            BindToDDL(ddlExamPlaceGroup, ls.DataResponse);
        }
예제 #2
0
        private void GetExamPlaceGroup()
        {
            BLL.DataCenterBiz biz = new BLL.DataCenterBiz();
            var ls = biz.GetExamPlaceGroup(SysMessage.DefaultSelecting);

            BindToDDL(ddlPlace, ls.DataResponse);
        }
예제 #3
0
        protected void btnTest2_Click(object sender, EventArgs e)
        {
            var biz = new BLL.DataCenterBiz();
            var res = biz.GetExamPlaceGroup("เลือก");

            GridView1.DataSource = res.DataResponse;
            GridView1.DataBind();
        }