private void load_rptTagsEventNew(int PostID) { tags = new TagsBLL(); rptTagsEventNew.DataSource = tags.TbTagsByPostID(PostID); rptTagsEventNew.DataBind(); }