// danh muc : private void loadDanhMuc() { danhmucBLL bs = new danhmucBLL(); menusubtitle.DataSource = bs.getMenu(); menusubtitle.DataBind(); }