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