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

C#

 
GeneralRe: boolean variable as null Pin
ltmnm27-Jul-07 8:40
ltmnm27-Jul-07 8:40 
GeneralRe: boolean variable as null Pin
Paul Conrad27-Jul-07 8:42
professionalPaul Conrad27-Jul-07 8:42 
GeneralRe: boolean variable as null Pin
ltmnm27-Jul-07 8:55
ltmnm27-Jul-07 8:55 
GeneralRe: boolean variable as null Pin
Paul Conrad27-Jul-07 8:59
professionalPaul Conrad27-Jul-07 8:59 
GeneralRe: boolean variable as null Pin
ltmnm27-Jul-07 9:07
ltmnm27-Jul-07 9:07 
GeneralRe: boolean variable as null Pin
Martin#27-Jul-07 9:14
Martin#27-Jul-07 9:14 
GeneralRe: boolean variable as null Pin
Paul Conrad27-Jul-07 9:38
professionalPaul Conrad27-Jul-07 9:38 
GeneralRe: boolean variable as null Pin
Luc Pattyn27-Jul-07 10:21
sitebuilderLuc Pattyn27-Jul-07 10:21 
to store three possible states one boolean is clearly insufficient.

they invented boolean? for this when C# 2.0 was launched

but I would also consider using a pair of booleans, one for hasValue, one for value.
that seems the most logical approach in your case.

Anyhow, you need to make sure the three states somehow get stored in the DB too.

Smile | :)


GeneralRe: boolean variable as null Pin
Colin Angus Mackay27-Jul-07 22:54
Colin Angus Mackay27-Jul-07 22:54 
QuestionHow do I display record when I click item in listbox c#.NET? Pin
bhopalite27-Jul-07 5:45
bhopalite27-Jul-07 5:45 
AnswerRe: How do I display record when I click item in listbox c#.NET? Pin
snorkie27-Jul-07 7:29
professionalsnorkie27-Jul-07 7:29 
AnswerRe: How do I display record when I click item in listbox c#.NET? Pin
Paul Conrad27-Jul-07 8:24
professionalPaul Conrad27-Jul-07 8:24 
QuestionWeb service question Pin
Steve Messer27-Jul-07 5:35
Steve Messer27-Jul-07 5:35 
AnswerRe: Web service question Pin
Drehmer28-Jul-07 10:21
Drehmer28-Jul-07 10:21 
GeneralRe: Web service question Pin
Steve Messer28-Jul-07 10:28
Steve Messer28-Jul-07 10:28 
QuestionMethods FTP.ListDirectory doesn't list all files Pin
jpm.mendy27-Jul-07 4:48
jpm.mendy27-Jul-07 4:48 
AnswerRe: Methods FTP.ListDirectory doesn't list all files Pin
Paul Conrad27-Jul-07 8:24
professionalPaul Conrad27-Jul-07 8:24 
GeneralRe: Methods FTP.ListDirectory doesn't list all files Pin
jpm.mendy27-Jul-07 10:35
jpm.mendy27-Jul-07 10:35 
AnswerRe: Methods FTP.ListDirectory doesn't list all files Pin
jpm.mendy1-Aug-07 6:14
jpm.mendy1-Aug-07 6:14 
Questiontreeview image Pin
topksharma198227-Jul-07 4:46
topksharma198227-Jul-07 4:46 
AnswerRe: treeview image Pin
Abisodun27-Jul-07 8:18
Abisodun27-Jul-07 8:18 
Questionpicturebox image path Pin
MYOSRI27-Jul-07 4:39
MYOSRI27-Jul-07 4:39 
AnswerRe: picturebox image path Pin
PhilDanger27-Jul-07 5:23
PhilDanger27-Jul-07 5:23 
AnswerRe: picturebox image path Pin
Luc Pattyn27-Jul-07 10:27
sitebuilderLuc Pattyn27-Jul-07 10:27 
Questionhow to Change BoldDates Backgroud color in MonthCalendar control Pin
ramesh_nrk27-Jul-07 4:20
ramesh_nrk27-Jul-07 4:20 

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.