Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
AnswerRe: mask attack Pin
Dave Kreskowiak2-Sep-14 1:54
mveDave Kreskowiak2-Sep-14 1:54 
RantRe: mask attack Pin
Eddy Vluggen2-Sep-14 2:57
professionalEddy Vluggen2-Sep-14 2:57 
GeneralRe: mask attack Pin
Richard Deeming2-Sep-14 3:22
mveRichard Deeming2-Sep-14 3:22 
GeneralRe: mask attack Pin
Eddy Vluggen2-Sep-14 3:25
professionalEddy Vluggen2-Sep-14 3:25 
GeneralRe: mask attack Pin
Richard Deeming2-Sep-14 3:45
mveRichard Deeming2-Sep-14 3:45 
GeneralRe: mask attack Pin
Eddy Vluggen2-Sep-14 7:36
professionalEddy Vluggen2-Sep-14 7:36 
GeneralRe: mask attack Pin
Dave Kreskowiak2-Sep-14 4:23
mveDave Kreskowiak2-Sep-14 4:23 
GeneralRe: mask attack Pin
OriginalGriff2-Sep-14 5:59
mveOriginalGriff2-Sep-14 5:59 
AnswerRe: mask attack Pin
Eddy Vluggen2-Sep-14 3:00
professionalEddy Vluggen2-Sep-14 3:00 
GeneralRe: mask attack Pin
Manfred Rudolf Bihy2-Sep-14 3:07
professionalManfred Rudolf Bihy2-Sep-14 3:07 
Questionpin it to whatever version of VS you have - windows 8.1 Pin
jojoba201-Sep-14 23:04
jojoba201-Sep-14 23:04 
AnswerRe: pin it to whatever version of VS you have - windows 8.1 Pin
Richard MacCutchan2-Sep-14 0:36
mveRichard MacCutchan2-Sep-14 0:36 
QuestionRe: pin it to whatever version of VS you have - windows 8.1 Pin
jojoba202-Sep-14 4:27
jojoba202-Sep-14 4:27 
AnswerRe: pin it to whatever version of VS you have - windows 8.1 Pin
Richard MacCutchan2-Sep-14 7:39
mveRichard MacCutchan2-Sep-14 7:39 
QuestionPopulate Checkboxlist from Database, and Populate second checkboxlist from selected values in first checkboxlist, all with databases Pin
Member 1004319229-Aug-14 18:21
Member 1004319229-Aug-14 18:21 
AnswerRe: Populate Checkboxlist from Database, and Populate second checkboxlist from selected values in first checkboxlist, all with databases Pin
Richard MacCutchan29-Aug-14 23:00
mveRichard MacCutchan29-Aug-14 23:00 
AnswerRe: Populate Checkboxlist from Database, and Populate second checkboxlist from selected values in first checkboxlist, all with databases Pin
Kornfeld Eliyahu Peter30-Aug-14 9:06
professionalKornfeld Eliyahu Peter30-Aug-14 9:06 
AnswerRe: Populate Checkboxlist from Database, and Populate second checkboxlist from selected values in first checkboxlist, all with databases Pin
V.31-Aug-14 8:10
professionalV.31-Aug-14 8:10 
look into the topic linked lists.
Basically you need to have a link in the database to begin with and load that link with the object in the checkboxlist. When you need to populate the second list based on the selection of the first you pass the foreign key and select the values corresponding to that.

Foreign key can be a number, guid or a category name eg...
V.

(MQOTD rules and previous solutions)

GeneralRe: Populate Checkboxlist from Database, and Populate second checkboxlist from selected values in first checkboxlist, all with databases Pin
Paul Cong2-Sep-14 20:47
Paul Cong2-Sep-14 20:47 
GeneralRe: Populate Checkboxlist from Database, and Populate second checkboxlist from selected values in first checkboxlist, all with databases Pin
V.2-Sep-14 20:59
professionalV.2-Sep-14 20:59 
QuestionNeed Help!! Pin
Member 1104570529-Aug-14 5:57
Member 1104570529-Aug-14 5:57 
AnswerRe: Need Help!! Pin
OriginalGriff29-Aug-14 8:24
mveOriginalGriff29-Aug-14 8:24 
QuestionRe: Need Help!! Pin
Eddy Vluggen29-Aug-14 11:53
professionalEddy Vluggen29-Aug-14 11:53 
AnswerRe: Need Help!! Pin
Pete O'Hanlon29-Aug-14 12:09
mvePete O'Hanlon29-Aug-14 12:09 
QuestionAfter create setup Window form Application Following Error:- Pin
Nishant.Chauhan8029-Aug-14 2:17
Nishant.Chauhan8029-Aug-14 2:17 

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.