コード例 #1
0
ファイル: Empresas.aspx.cs プロジェクト: javiertmezac/ASP.NET
    private void CargarInformacionDDL()
    {
        PrecioGranel entidadPrecio = new PrecioGranel();
        DataTable    dt            = entidadPrecio.Lista("");

        Utilerias.LlenarDDL(ddlTipoPrecio, dt, "id", "precio");
    }
コード例 #2
0
ファイル: Empresas.aspx.cs プロジェクト: JavierTMC/ASP.NET
    private void CargarInformacionDDL()
    {
        PrecioGranel entidadPrecio = new PrecioGranel();
        DataTable dt = entidadPrecio.Lista("");

        Utilerias.LlenarDDL(ddlTipoPrecio, dt, "id", "precio");
    }