I want to display the data from the second database from the config file to my text box. How can I display the data from the second database in window form?
My code is
string connStr1 = ConfigurationSettings.AppSettings("myConnectionString1");
string connStr2 = ConfigurationSettings.AppSettings("myConnectionString2");
So, I want to get the data from the myDb2. Please guide me.
Sreekanth ReddyPosted Jan 17, 2019, 2:44 AM