Пример #1
0
        protected void BindDataDicInfoList()
        {
            var studentList = DataInfo.GetDataDicInfoById(Id);

            this.rptDataDicList.DataSource = studentList;
            this.rptDataDicList.DataBind();
        }