Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9166079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:04:40+00:00 2026-06-17T15:04:40+00:00

I have 5 different connectionStrings in my app.config file and would like to populate

  • 0

I have 5 different connectionStrings in my app.config file and would like to populate a combo with these values. How can I acheve this in VB ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T15:04:40+00:00Added an answer on June 17, 2026 at 3:04 pm

    Add a reference to the System.Configuration dll. Then you can get all connection-strings with the System.Configuration.ConfigurationManager class:

    Dim allConnections = System.Configuration.ConfigurationManager.ConnectionStrings
    For Each connection As ConnectionStringSettings In allConnections
        Dim connectionName = connection.Name
        Dim connectionString = allConnections(connection.Name).ConnectionString
        ddlConnections.Items.Add(connectionName)
    Next
    

    I assume that you don’t want to show the full connection string but only it’s name.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to have a .NET 3.5 DLL have its own config file. This
We have a different set of connection strings in our config file as follows.
I have an app.config file in my project as shown below. I have following
I have different values in different classes. I need to insert them in the
I have different php output in jQuery-based tabs. This output is formed from database
I have a console app containing an application configuration file containing one connection string
I have a Windows (not Web) NET 1.1 app which can accept the settings
I have two windows application. eg ., FormA and FormB The app.config of FormA
I currently have a site where different users can login, and depending on their
I have a Gridview like this picture. Easyly in my last column, i keep

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.