Ejemplo n.º 1
0
    // danh muc :

    private void loadDanhMuc()
    {
        danhmucBLL bs = new danhmucBLL();

        menusubtitle.DataSource = bs.getMenu();
        menusubtitle.DataBind();
    }