Beispiel #1
0
        public void BindDD()
        {
            DDStreetTypeid.DataSource     = TaxiDAL.CatalogClass.GetListTypeID("12");
            DDStreetTypeid.DataTextField  = "CatalogName";
            DDStreetTypeid.DataValueField = "CatalogValue";
            DDStreetTypeid.DataBind();
            DDyear.DataSource     = TaxiDAL.CatalogClass.GetListTypeID("14");
            DDyear.DataTextField  = "CatalogName";
            DDyear.DataValueField = "CatalogValue";
            DDyear.DataBind();

            //     BindPeyman();
        }
        public void BindDD()
        {
            DDStreetTypeid.DataSource     = TaxiDAL.CatalogClass.GetListTypeID("12");
            DDStreetTypeid.DataTextField  = "CatalogName";
            DDStreetTypeid.DataValueField = "CatalogValue";
            DDStreetTypeid.DataBind();

            DDTreeTypeId.DataSource     = TaxiDAL.CatalogClass.GetListTypeID("16");
            DDTreeTypeId.DataTextField  = "CatalogName";
            DDTreeTypeId.DataValueField = "CatalogValue";
            DDTreeTypeId.DataBind();

            BindGrid();
        }