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

C#

 
AnswerRe: check email Pin
Abhinav S25-May-10 2:29
Abhinav S25-May-10 2:29 
AnswerRe: check email Pin
Ahmed Mohammed Hasan Hasan25-May-10 2:43
Ahmed Mohammed Hasan Hasan25-May-10 2:43 
GeneralRe: check email Pin
michaelgr125-May-10 3:16
michaelgr125-May-10 3:16 
AnswerRe: check email Pin
Sandesh M Patil25-May-10 3:17
Sandesh M Patil25-May-10 3:17 
GeneralRe: check email Pin
michaelgr125-May-10 3:37
michaelgr125-May-10 3:37 
QuestionIssue with Calibri Fonts in Crystal Report Pin
Sebastian T Xavier24-May-10 22:57
Sebastian T Xavier24-May-10 22:57 
AnswerRe: Issue with Calibri Fonts in Crystal Report Pin
Abhinav S25-May-10 2:32
Abhinav S25-May-10 2:32 
Questionoutlook contacts Pin
michaelgr124-May-10 22:04
michaelgr124-May-10 22:04 
AnswerRe: outlook contacts Pin
Peace ON24-May-10 22:17
Peace ON24-May-10 22:17 
GeneralRe: outlook contacts Pin
michaelgr124-May-10 23:46
michaelgr124-May-10 23:46 
GeneralRe: outlook contacts Pin
Eddy Vluggen25-May-10 5:25
professionalEddy Vluggen25-May-10 5:25 
QuestionPass Parameter in Method in .NET Pin
Isaac Gordon24-May-10 21:32
Isaac Gordon24-May-10 21:32 
AnswerRe: Pass Parameter in Method in .NET Pin
Richard MacCutchan24-May-10 21:41
mveRichard MacCutchan24-May-10 21:41 
AnswerRe: Pass Parameter in Method in .NET [modified] Pin
Hristo-Bojilov24-May-10 21:42
Hristo-Bojilov24-May-10 21:42 
GeneralRe: Pass Parameter in Method in .NET Pin
Isaac Gordon24-May-10 21:59
Isaac Gordon24-May-10 21:59 
GeneralRe: Pass Parameter in Method in .NET Pin
Hristo-Bojilov24-May-10 22:12
Hristo-Bojilov24-May-10 22:12 
GeneralRe: Pass Parameter in Method in .NET Pin
Łukasz Nowakowski24-May-10 22:45
Łukasz Nowakowski24-May-10 22:45 
Well, to my knowledge you don't have to. Using System.DBNull.Value is required when you retrieve data from nullable column in database. But if you pass parameter through SqlCommand.Parameters, .NET does some magic and sends data, that SQL server understands as DBNull value.
However, when you retrieve data from database, the value in SqlDataReader is DBNull.Value, and it's of course not the same as null in C#.
GeneralRe: Pass Parameter in Method in .NET Pin
Hristo-Bojilov24-May-10 22:50
Hristo-Bojilov24-May-10 22:50 
GeneralRe: Pass Parameter in Method in .NET Pin
Łukasz Nowakowski24-May-10 22:59
Łukasz Nowakowski24-May-10 22:59 
GeneralRe: Pass Parameter in Method in .NET Pin
Hristo-Bojilov24-May-10 23:06
Hristo-Bojilov24-May-10 23:06 
GeneralRe: Pass Parameter in Method in .NET Pin
Łukasz Nowakowski24-May-10 23:13
Łukasz Nowakowski24-May-10 23:13 
AnswerRe: Pass Parameter in Method in .NET Pin
Abhinav S25-May-10 2:37
Abhinav S25-May-10 2:37 
QuestionHow to persist user input value in textbox in windows application? Pin
amit_8324-May-10 21:06
professionalamit_8324-May-10 21:06 
AnswerRe: How to persist user input value in textbox in windows application? Pin
Peace ON24-May-10 21:09
Peace ON24-May-10 21:09 
QuestionWeb Project Type not available Pin
satsumatable24-May-10 19:06
satsumatable24-May-10 19:06 

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.