Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to make objects are visble/invisble.. Pin
Xmen Real 25-Feb-09 4:38
professional Xmen Real 25-Feb-09 4:38 
QuestionFolder Lock and Hiding. Pin
ncc1701e25-Feb-09 3:38
ncc1701e25-Feb-09 3:38 
AnswerRe: Folder Lock and Hiding. Pin
EliottA25-Feb-09 5:35
EliottA25-Feb-09 5:35 
GeneralRe: Folder Lock and Hiding. Pin
Curtis Schlak.25-Feb-09 9:23
Curtis Schlak.25-Feb-09 9:23 
GeneralRe: Folder Lock and Hiding. Pin
EliottA25-Feb-09 9:37
EliottA25-Feb-09 9:37 
GeneralRe: Folder Lock and Hiding. Pin
ncc1701e27-Feb-09 1:29
ncc1701e27-Feb-09 1:29 
QuestionRe: Folder Lock and Hiding. Pin
archananaresh29-Mar-09 19:14
archananaresh29-Mar-09 19:14 
QuestionLooping though Dataset Pin
kanchoette25-Feb-09 3:16
kanchoette25-Feb-09 3:16 
I have a boolean value in a dataset bound to a checkbox control

If the user clicks on the checkbox I want to loop through the dataset and set the boolean to false for all other rows. In other words only one of the rows in the dataset/databinding can have the boolean field set to true.

How can I achieve this please?

I had thought to use something like:

foreach (DebtorDataSet.GuarantorRow grow in DebtorDataSet.Guarantor.Rows)
{
test this row against the current databinding.position/current somehow and set the boolean for this row accordingly
}

Not sure how to actually implement it though Blush | :O
AnswerRe: Looping though Dataset Pin
Xmen Real 25-Feb-09 3:29
professional Xmen Real 25-Feb-09 3:29 
GeneralRe: Looping though Dataset Pin
kanchoette25-Feb-09 3:32
kanchoette25-Feb-09 3:32 
GeneralRe: Looping though Dataset Pin
Xmen Real 25-Feb-09 4:25
professional Xmen Real 25-Feb-09 4:25 
AnswerRe: Looping though Dataset Pin
PIEBALDconsult25-Feb-09 3:35
mvePIEBALDconsult25-Feb-09 3:35 
AnswerRe: Looping though Dataset Pin
ABitSmart25-Feb-09 3:35
ABitSmart25-Feb-09 3:35 
GeneralRe: Looping though Dataset Pin
kanchoette25-Feb-09 3:44
kanchoette25-Feb-09 3:44 
GeneralRe: Looping though Dataset Pin
ABitSmart25-Feb-09 4:10
ABitSmart25-Feb-09 4:10 
QuestionHow to add a ScrollBar where there is none? Pin
Megidolaon25-Feb-09 3:12
Megidolaon25-Feb-09 3:12 
AnswerRe: How to add a ScrollBar where there is none? Pin
Xmen Real 25-Feb-09 3:19
professional Xmen Real 25-Feb-09 3:19 
GeneralRe: How to add a ScrollBar where there is none? [modified] Pin
Megidolaon25-Feb-09 21:23
Megidolaon25-Feb-09 21:23 
GeneralRe: How to add a ScrollBar where there is none? Pin
Xmen Real 25-Feb-09 23:01
professional Xmen Real 25-Feb-09 23:01 
GeneralRe: How to add a ScrollBar where there is none? Pin
Megidolaon25-Feb-09 23:41
Megidolaon25-Feb-09 23:41 
GeneralRe: How to add a ScrollBar where there is none? Pin
Xmen Real 25-Feb-09 23:47
professional Xmen Real 25-Feb-09 23:47 
GeneralRe: How to add a ScrollBar where there is none? Pin
Megidolaon26-Feb-09 2:02
Megidolaon26-Feb-09 2:02 
GeneralRe: How to add a ScrollBar where there is none? Pin
Xmen Real 26-Feb-09 2:49
professional Xmen Real 26-Feb-09 2:49 
GeneralRe: How to add a ScrollBar where there is none? [modified] Pin
Megidolaon26-Feb-09 20:49
Megidolaon26-Feb-09 20:49 
GeneralRe: How to add a ScrollBar where there is none? Pin
Xmen Real 27-Feb-09 1:37
professional Xmen Real 27-Feb-09 1:37 

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.