Пример #1
0
    protected void PopulateControls()
    {
        this.TypeHid.Value = "0";

        DataTable dt = UserAccess.GetAdminUserListByDate(date);

        AdminList.DataSource = dt;
        AdminList.DataBind();
        this.Label1.Text = "记录:" + dt.Rows.Count;
    }