private void getType() { IList <To_Post> com = To_PostManager.getTo_PostAll(); this.post.DataSource = com; this.post.DataBind(); }
private void getAddPost() { IList <To_Post> post = To_PostManager.getTo_PostAll(); this.rpPost.DataSource = post; this.rpPost.DataBind(); }