protected void bindSpecial() { int special_id = Convert.ToInt32(ViewState["special_id"].ToString()); model = special_bll.GetListById(special_id); txtTitle.Text = model.Special_title; ViewState["Special_img_url"] = model.Special_img_url; }
//绑定专题名称 protected void bindSpecial() { AUTO.Model.YouthSpecial model = new Model.YouthSpecial(); model = special_bll.GetListById(special_id); special_title = model.Special_title; }