Answer: Suppose i have a key named
File_Path defined in Web.Config file,then to access this key value we will write on code behind as:
string file_path = System.Configuration.ConfigurationSettings.AppSettings["File_Path"];
Asked In: Many Interviews |
Alert Moderator