Exemple #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     this.Title = "签证办理_签证代办_出国签证查询及办理流程-" + Master.webinfo.WebName;
     Other.AddMeta(Page.Master.Page, "keywords", "签证代办,签证查询,签证办理");
     Other.AddMeta(Page.Master.Page, "description", "权威签证申请中心,拥有多年网上签证办理经验,方便的签证办理查询,详细说明办理费用及流程,拥有专业签证团队,为您解读2013出国签证各种问题。");
     if (!this.IsPostBack)
     {
         TravelAgent.Model.InfoSetting info = new TravelAgent.Model.InfoSetting();
         info.ds           = bll.GetList();
         divZYSX.InnerHtml = info.getValue("VisaZYSX");
     }
 }