string strTitle = ConfigurationManager.AppSettings["appTitle"];
lblISBN.Text = ConfigurationManager.AppSettings["appISBN"];
