Home Forums Programming General C# - Passing parameters on launch RE: C# - Passing parameters on launch

  • Thank you Sean!

    SO you are suggesting I create two connection strings for example:

    CompanyOneConnectionString

    and

    CompanyTwoConnectionString

    If yes, on what page would I sent the variable? Or would I need to do an If statement everytime there is a connectionstring to check for the args?

    Thanks again!