private void showSoftcategory() { LearnSite.BLL.Soft fbll = new LearnSite.BLL.Soft(); DDLCategory.DataSource = fbll.GetListCategory(); DDLCategory.DataTextField = "Ytitle"; DDLCategory.DataValueField = "Yid"; DDLCategory.DataBind(); }
private void showCategory() { LearnSite.BLL.Soft fbll = new LearnSite.BLL.Soft(); DLCategory.DataSource = fbll.GetListCategory(); DLCategory.DataBind(); }