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(“正常”);
posted on 2008-05-31 10:05  code life  阅读(94)  评论(0)    收藏  举报