using System; namespace DSWeb { public partial class About : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { this.hdISAbout.Value = System.Configuration.ConfigurationSettings.AppSettings["isabout"].ToString(); } } }