示例#1
0
        public void bindDropdown()
        {
            CustomProfile         profile        = CustomProfile.GetProfile();
            iUCCommonFilterClient UCCommonFilter = new iUCCommonFilterClient();
            DataSet ds = new DataSet();

            ds = UCCommonFilter.GetStateList(profile.DBConnection._constr);
            ddlState.DataSource = ds;
            ddlState.DataBind();
        }