Exemplo n.º 1
0
        /// <summary>
        /// 显示附件信息
        /// </summary>
        protected void LoadAttach()
        {
            DataTable dt = ImageStorageClass.GetAttachList(new Guid(this.Hidden_ImgItemId.Value));

            this.attList.DataSource = dt;
            this.attList.DataBind();
        }