Exemplo n.º 1
0
 private void BindData()
 {
     if (Request.QueryString["id"] != null)
     {
         zs.Model.Tbl_Xueyuan model = bll.GetModel(int.Parse(Request.QueryString["id"].ToString()));
         this.tb_name.Text   = model.name;
         this.tb_nameen.Text = model.nameen;
         //this.ASPxHtmlEditor_yuanzhang.Html = model.yuanzhang;
         //this.ASPxHtmlEditor_conts.Html = model.conts;
         jianjie           = Server.HtmlDecode(model.conts);
         this.btn_add.Text = "修改信息";
     }
 }