Ejemplo n.º 1
0
 private void BindParentList()
 {
     ParentList.DataSource     = YAF.Classes.Data.DB.forum_listall_fromCat(PageContext.PageBoardID, CategoryList.SelectedValue);
     ParentList.DataValueField = "ForumID";
     ParentList.DataTextField  = "Title";
     ParentList.DataBind();
 }