Exemple #1
0
 private void ShowInfo(int _id)
 {
     Model.wx_wq_xiaoshou model = bll.GetModel(_id);
     this.txtHeadpic.Text      = model.headpic;
     this.imgHeadpic.ImageUrl  = model.headpic;
     this.txtName.Text         = model.Name;
     this.txtSort_id.Text      = model.sort_id.ToString();
     this.txtSummary.InnerText = model.remark;
     this.txtTelephone.Text    = model.telephone;
 }