コード例 #1
0
        public void LoadComment(int DocumentID)
        {
            commentLogic = new CommentModel();

            rpComment.DataSource = commentLogic.GetCommentByDocumentID(DocumentID);
            rpComment.DataBind();
        }