Click here to Skip to main content
16,019,199 members
Home / Discussions / C#
   

C#

 
AnswerRe: Convert SQL Data Type To C# Pin
Not Active30-Jun-11 16:01
mentorNot Active30-Jun-11 16:01 
AnswerRe: Convert SQL Data Type To C# Pin
OriginalGriff30-Jun-11 22:08
mveOriginalGriff30-Jun-11 22:08 
AnswerRe: Convert SQL Data Type To C# Pin
Shameel30-Jun-11 22:30
professionalShameel30-Jun-11 22:30 
AnswerRe: Convert SQL Data Type To C# Pin
Mario Majčica1-Jul-11 0:31
professionalMario Majčica1-Jul-11 0:31 
AnswerRe: Convert SQL Data Type To C# Pin
PIEBALDconsult1-Jul-11 2:45
mvePIEBALDconsult1-Jul-11 2:45 
AnswerRe: Convert SQL Data Type To C# Pin
BobJanova1-Jul-11 3:08
BobJanova1-Jul-11 3:08 
AnswerRe: Convert SQL Data Type To C# Pin
RaviRanjanKr2-Jul-11 8:10
professionalRaviRanjanKr2-Jul-11 8:10 
QuestionIs an Array of Dictionaries the solution here? Pin
TheBlindWatchmaker30-Jun-11 13:31
TheBlindWatchmaker30-Jun-11 13:31 
Hi all,

First some context to my question:

I am working on a utility that queries the Windows registry for a large number of keys set by a particular application.

I am using multiple DataGridView (DGV) controls to display the information (Reg Key and Value) on my form. Each DGV is tied to a Dictionary using a BindingSource.

This has worked out fine for all sets of keys except for one.

- This application has provision for 10 different user-profiles.
- Associated with each user-profile are 7 SETS of feature keys.
- At any given time, the user needs to see the settings for only ONE of the 10 profiles.
- On my form, I have a collection of radiobuttons that I use to select a profile.

PROBLEM:
1. Should I use an array of dictionaries (dimension 1: profile; dimension 2: feature)? If so, how do I do this? If not, what is a better solution?
2. Can I have only 1 set of DGVs (representing the feature keys), so when I click between profiles, the DGVs are updated with the values for that profile?

Thanks for your help!
AnswerRe: Is an Array of Dictionaries the solution here? Pin
PIEBALDconsult30-Jun-11 14:15
mvePIEBALDconsult30-Jun-11 14:15 
GeneralRe: Is an Array of Dictionaries the solution here? Pin
TheBlindWatchmaker4-Jul-11 20:19
TheBlindWatchmaker4-Jul-11 20:19 
AnswerRe: Is an Array of Dictionaries the solution here? Pin
BobJanova1-Jul-11 3:05
BobJanova1-Jul-11 3:05 
GeneralRe: Is an Array of Dictionaries the solution here? Pin
TheBlindWatchmaker4-Jul-11 20:22
TheBlindWatchmaker4-Jul-11 20:22 
GeneralRe: Is an Array of Dictionaries the solution here? Pin
TheBlindWatchmaker4-Jul-11 21:04
TheBlindWatchmaker4-Jul-11 21:04 
GeneralRe: Is an Array of Dictionaries the solution here? Pin
BobJanova5-Jul-11 7:17
BobJanova5-Jul-11 7:17 
GeneralRe: Is an Array of Dictionaries the solution here? Pin
TheBlindWatchmaker5-Jul-11 7:24
TheBlindWatchmaker5-Jul-11 7:24 
QuestionQuestion about embedding dll's into an executable Pin
turbosupramk330-Jun-11 10:13
turbosupramk330-Jun-11 10:13 
AnswerRe: Question about embedding dll's into an executable Pin
Not Active30-Jun-11 11:47
mentorNot Active30-Jun-11 11:47 
GeneralRe: Question about embedding dll's into an executable Pin
turbosupramk330-Jun-11 14:21
turbosupramk330-Jun-11 14:21 
GeneralRe: Question about embedding dll's into an executable Pin
Not Active30-Jun-11 15:00
mentorNot Active30-Jun-11 15:00 
GeneralRe: Question about embedding dll's into an executable Pin
turbosupramk330-Jun-11 15:24
turbosupramk330-Jun-11 15:24 
GeneralRe: Question about embedding dll's into an executable Pin
Not Active30-Jun-11 16:00
mentorNot Active30-Jun-11 16:00 
Questionscreen Boundary Pin
om_metab30-Jun-11 7:58
om_metab30-Jun-11 7:58 
AnswerRe: screen Boundary Pin
gavindon30-Jun-11 8:04
gavindon30-Jun-11 8:04 
AnswerRe: screen Boundary Pin
OriginalGriff30-Jun-11 9:24
mveOriginalGriff30-Jun-11 9:24 
AnswerRe: screen Boundary Pin
turbosupramk330-Jun-11 10:25
turbosupramk330-Jun-11 10:25 

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.