I got the following warning
\'System.Configuration.ConfigurationSettings.AppSettings\' is obsolete: \'\"This method is obsolete, it has been replace
you must add reference of System.onfiguration in your project then add "Using System.onfiguration;"
next step using like this:
private string SQLConnectionString = ConfigurationManager.AppSettings["SQlConnectionString"];