Exemple #1
0
        public void BindDD()
        {
            ////DDCarModel.DataSource = CatalogClass.GetListTypeID("2");
            ////DDCarModel.DataTextField = "CatalogName";
            ////DDCarModel.DataValueField = "CatalogValue";
            ////DDCarModel.DataBind();

            DDCarCapacity.DataSource     = CatalogClass.GetListTypeID("3");
            DDCarCapacity.DataTextField  = "CatalogName";
            DDCarCapacity.DataValueField = "CatalogValue";
            DDCarCapacity.DataBind();

            //DDCarType.DataSource = CatalogClass.GetListTypeID("1");
            //DDCarType.DataTextField = "CatalogName";
            //DDCarType.DataValueField = "CatalogValue";
            //DDCarType.DataBind();
        }
Exemple #2
0
        public void BindDD()
        {
            ////DDCarModel.DataSource = CatalogClass.GetListTypeID("2");
            ////DDCarModel.DataTextField = "CatalogName";
            ////DDCarModel.DataValueField = "CatalogValue";
            ////DDCarModel.DataBind();

            DDCarCapacity.DataSource     = CatalogClass.GetListTypeID("3");
            DDCarCapacity.DataTextField  = "CatalogName";
            DDCarCapacity.DataValueField = "CatalogValue";
            DDCarCapacity.DataBind();

            lblCarOFcompanyID.Text = lblPersonID.Text;
            CompnaytypeID();
            //DDCarType.DataSource = CatalogClass.GetListTypeID("1");
            //DDCarType.DataTextField = "CatalogName";
            //DDCarType.DataValueField = "CatalogValue";
            //DDCarType.DataBind();
        }