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