Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: Data labels ? Pin
SRJ9213-Nov-10 13:56
SRJ9213-Nov-10 13:56 
GeneralRe: Data labels ? Pin
Henry Minute13-Nov-10 14:19
Henry Minute13-Nov-10 14:19 
GeneralRe: Data labels ? Pin
SRJ9214-Nov-10 1:54
SRJ9214-Nov-10 1:54 
QuestionManaging Connection Strings Pin
Kevin Marois11-Nov-10 9:00
professionalKevin Marois11-Nov-10 9:00 
AnswerRe: Managing Connection Strings Pin
OriginalGriff11-Nov-10 9:10
mveOriginalGriff11-Nov-10 9:10 
GeneralRe: Managing Connection Strings Pin
Kevin Marois11-Nov-10 9:15
professionalKevin Marois11-Nov-10 9:15 
GeneralRe: Managing Connection Strings Pin
OriginalGriff11-Nov-10 9:24
mveOriginalGriff11-Nov-10 9:24 
GeneralRe: Managing Connection Strings Pin
Kevin Marois11-Nov-10 9:29
professionalKevin Marois11-Nov-10 9:29 
This does:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <connectionStrings>
    <add name="Office"
        connectionString="Data Source=(local);Initial Catalog=TDC;Integrated Security=True"
        providerName="System.Data.SqlClient" />
    <add name="Home"
        connectionString="Data Source=(local);Initial Catalog=TDC;Integrated Security=True"
        providerName="System.Data.SqlClient" />
    <add name="Clients_PC"
        connectionString="Data Source=(local);Initial Catalog=TDC;Integrated Security=True"
        providerName="System.Data.SqlClient" />
  </connectionStrings>
</configuration>


What I was considering doing was poping up an simple UI with a list of the 3 key names. Then IO can pick one and it's used for the duration of that session. When I'm done with the app, disable the UI and use the Client's connstring.
Everything makes sense in someone's mind

GeneralRe: Managing Connection Strings Pin
Not Active11-Nov-10 10:11
mentorNot Active11-Nov-10 10:11 
GeneralRe: Managing Connection Strings Pin
Not Active11-Nov-10 10:13
mentorNot Active11-Nov-10 10:13 
AnswerRe: Managing Connection Strings Pin
PIEBALDconsult11-Nov-10 14:47
mvePIEBALDconsult11-Nov-10 14:47 
QuestionHow i can to activate a method automatically like a task programed Pin
msaez11-Nov-10 5:01
msaez11-Nov-10 5:01 
AnswerRe: How i can to activate a method automatically like a task programed Pin
OriginalGriff11-Nov-10 5:07
mveOriginalGriff11-Nov-10 5:07 
AnswerRe: How i can to activate a method automatically like a task programed Pin
Luc Pattyn11-Nov-10 6:18
sitebuilderLuc Pattyn11-Nov-10 6:18 
GeneralRe: How i can to activate a method automatically like a task programed Pin
Lutosław11-Nov-10 9:59
Lutosław11-Nov-10 9:59 
AnswerRe: How i can to activate a method automatically like a task programed Pin
Eddy Vluggen11-Nov-10 10:04
professionalEddy Vluggen11-Nov-10 10:04 
QuestionDummy question, when i close the GUI from the "X" from upper left corner, how to call another function ? Pin
588311-Nov-10 4:11
588311-Nov-10 4:11 
AnswerRe: Dummy question, when i close the GUI from the "X" from upper left corner, how to call another function ? Pin
Lutosław11-Nov-10 4:17
Lutosław11-Nov-10 4:17 
GeneralRe: Dummy question, when i close the GUI from the "X" from upper left corner, how to call another function ? [modified] Pin
Jeff Connelly15-Nov-10 11:07
Jeff Connelly15-Nov-10 11:07 
QuestionCopy SQL Table with ADO Pin
musefan11-Nov-10 3:45
musefan11-Nov-10 3:45 
AnswerRe: Copy SQL Table with ADO Pin
musefan11-Nov-10 4:56
musefan11-Nov-10 4:56 
AnswerRe: Copy SQL Table with ADO Pin
Mycroft Holmes11-Nov-10 12:02
professionalMycroft Holmes11-Nov-10 12:02 
AnswerRe: Copy SQL Table with ADO Pin
Henry Minute11-Nov-10 13:13
Henry Minute11-Nov-10 13:13 
QuestionCoding style -- instantiating a nested class Pin
Lutosław11-Nov-10 2:33
Lutosław11-Nov-10 2:33 
AnswerRe: Coding style -- instantiating a nested class Pin
Dave Kreskowiak11-Nov-10 4:31
mveDave Kreskowiak11-Nov-10 4:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.