protected void bind_type()
{
StuFeeSet sfs = new StuFeeSet();
DataSet ds = sfs.getAllFeeTye();
this.cbType.DataSource = ds.Tables[0];
this.cbType.DisplayMember ="类型";
this.cbType.ValueMember = "id";
}
this.cbType.SelectedIndex = this.cbType.FindString(“正常”);
{
StuFeeSet sfs = new StuFeeSet();
DataSet ds = sfs.getAllFeeTye();
this.cbType.DataSource = ds.Tables[0];
this.cbType.DisplayMember ="类型";
this.cbType.ValueMember = "id";
}
this.cbType.SelectedIndex = this.cbType.FindString(“正常”);
浙公网安备 33010602011771号