using System; using System.Configuration; public partial class mod_titleMini : System.Web.UI.UserControl { protected void Page_Load(object sender, EventArgs e) { lblTitle.Text = string.Format("{0} {1}", ConfigurationManager.AppSettings.Get("portableAppName"), ConfigurationManager.AppSettings.Get("portableAppVersion")); } }