Click here to Skip to main content
15,905,967 members
Home / Discussions / C#
   

C#

 
AnswerRe: Expand/collapsable data grid view for .NET 2.0 Pin
Manas Bhardwaj9-Sep-08 5:33
professionalManas Bhardwaj9-Sep-08 5:33 
GeneralRe: Expand/collapsable data grid view for .NET 2.0 Pin
vankayalapati9-Sep-08 17:11
vankayalapati9-Sep-08 17:11 
QuestionDirectInput with mouse help Pin
Fudge Mutator7-Sep-08 17:49
Fudge Mutator7-Sep-08 17:49 
QuestionManagementclass Pin
Mycroft Holmes7-Sep-08 17:19
professionalMycroft Holmes7-Sep-08 17:19 
AnswerRe: Managementclass Pin
N a v a n e e t h7-Sep-08 18:29
N a v a n e e t h7-Sep-08 18:29 
AnswerRe: Managementclass - idiot Pin
Mycroft Holmes7-Sep-08 20:51
professionalMycroft Holmes7-Sep-08 20:51 
Questionreflection method Pin
George_George7-Sep-08 17:04
George_George7-Sep-08 17:04 
Questionusing reflection to invoke a method Pin
George_George7-Sep-08 16:16
George_George7-Sep-08 16:16 
AnswerRe: using reflection to invoke a method Pin
PIEBALDconsult7-Sep-08 16:36
mvePIEBALDconsult7-Sep-08 16:36 
GeneralRe: using reflection to invoke a method Pin
George_George7-Sep-08 16:50
George_George7-Sep-08 16:50 
AnswerRe: using reflection to invoke a method Pin
N a v a n e e t h7-Sep-08 18:23
N a v a n e e t h7-Sep-08 18:23 
GeneralRe: using reflection to invoke a method Pin
George_George7-Sep-08 18:31
George_George7-Sep-08 18:31 
GeneralRe: using reflection to invoke a method Pin
N a v a n e e t h7-Sep-08 18:41
N a v a n e e t h7-Sep-08 18:41 
GeneralRe: using reflection to invoke a method Pin
George_George7-Sep-08 18:47
George_George7-Sep-08 18:47 
GeneralRe: using reflection to invoke a method Pin
N a v a n e e t h7-Sep-08 19:03
N a v a n e e t h7-Sep-08 19:03 
GeneralRe: using reflection to invoke a method Pin
George_George7-Sep-08 20:57
George_George7-Sep-08 20:57 
GeneralRe: using reflection to invoke a method Pin
George_George10-Sep-08 0:23
George_George10-Sep-08 0:23 
QuestionHow Pin
Silvyster7-Sep-08 15:07
Silvyster7-Sep-08 15:07 
AnswerRe: How Pin
Anthony Mushrow7-Sep-08 23:00
professionalAnthony Mushrow7-Sep-08 23:00 
QuestionChanging image size ? Pin
Mohammad Dayyan7-Sep-08 12:31
Mohammad Dayyan7-Sep-08 12:31 
AnswerRe: Changing image size ? Pin
N a v a n e e t h7-Sep-08 18:36
N a v a n e e t h7-Sep-08 18:36 
QuestionString Obfusication cause program not to work. Pin
Buckleyindahouse7-Sep-08 11:11
Buckleyindahouse7-Sep-08 11:11 
AnswerRe: String Obfusication cause program not to work. Pin
Mbah Dhaim7-Sep-08 11:34
Mbah Dhaim7-Sep-08 11:34 
AnswerRe: String Obfusication cause program not to work. Pin
#realJSOP7-Sep-08 23:53
professional#realJSOP7-Sep-08 23:53 
GeneralGetting DataGridView to work with 3 DB tables Pin
jocke4u7-Sep-08 9:58
jocke4u7-Sep-08 9:58 
Hello,

(I'm a newbie at C# but have programming experience)

I have a database with three tables. The model can be seen here: Data model[^]

I would like these tables to be populated in the DataGridView as can be seen here: DataGridView[^]

The start, end, ..text fields will be filled with entries from the table WBS.
The task combobox should have the WBS description selected
The project combobox should have the WBS's project name selected.

The project combobox should have been populated with all available projects in the project table and task combo box should have been populated with all available tasks for the chosen project.

How can I get this working (or at least guide me in the right direction)

Best Regards
Jocke

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.