예제 #1
0
        private void getType()
        {
            IList <To_Post> com = To_PostManager.getTo_PostAll();

            this.post.DataSource = com;
            this.post.DataBind();
        }
예제 #2
0
        private void getAddPost()
        {
            IList <To_Post> post = To_PostManager.getTo_PostAll();

            this.rpPost.DataSource = post;
            this.rpPost.DataBind();
        }