Click here to Skip to main content
15,881,803 members
Home / Discussions / C#
   

C#

 
GeneralRe: Highlight Character Pin
Nevin Janzen23-Nov-11 3:59
Nevin Janzen23-Nov-11 3:59 
GeneralRe: Highlight Character Pin
phani.sv23-Nov-11 17:37
phani.sv23-Nov-11 17:37 
GeneralRe: Highlight Character Pin
V.23-Nov-11 20:29
professionalV.23-Nov-11 20:29 
QuestionC# 5.0 Pin
Nevin Janzen22-Nov-11 17:35
Nevin Janzen22-Nov-11 17:35 
AnswerRe: C# 5.0 Pin
Dan Mos22-Nov-11 20:46
Dan Mos22-Nov-11 20:46 
GeneralRe: C# 5.0 Pin
Nevin Janzen23-Nov-11 3:56
Nevin Janzen23-Nov-11 3:56 
AnswerRe: C# 5.0 Pin
emardini27-Nov-11 16:49
emardini27-Nov-11 16:49 
QuestionC# and datacontext object Pin
rachel_m22-Nov-11 14:38
rachel_m22-Nov-11 14:38 
I have a C#.net 2010 new application that I am writing where I use linq to sql so I can work with the datacontext object. On the first menu tab page, I update the 'main'table with default values and values the user enters. The user clicks the next button the user is allowed to change some values based upon when customers submitted work. Basically some of the dates that are loaded on the first page come off of a schedule due date table. If the customer submits various parts of the paperwork late, the user changes the dates in the database.

So the question is if a date was loaded into a sql server 2008 r2 datqabase, and the user finds that they need to change the value to NULL is that allowed? Basically on some of the paperwork that is supplied by the customer if they do not supply a date, the data needs to be set to NULL. Thus in the application how do I pass the null value to the database via the datacontext object? Do I pass the value as '' or 'NULL', or some other value?

Thus can you tell me how to pass this Null value to the appropriate column in the database?
AnswerRe: C# and datacontext object Pin
Richard MacCutchan22-Nov-11 21:08
mveRichard MacCutchan22-Nov-11 21:08 
QuestionHow i Can open my c# form only automatically to user when user open windows. Pin
Honeyboy_2022-Nov-11 2:57
Honeyboy_2022-Nov-11 2:57 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
Richard MacCutchan22-Nov-11 3:40
mveRichard MacCutchan22-Nov-11 3:40 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
Not Active22-Nov-11 3:41
mentorNot Active22-Nov-11 3:41 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
Bernhard Hiller22-Nov-11 4:48
Bernhard Hiller22-Nov-11 4:48 
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
:)9/1122-Nov-11 21:27
:)9/1122-Nov-11 21:27 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
Honeyboy_2022-Nov-11 8:29
Honeyboy_2022-Nov-11 8:29 
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
Bernhard Hiller23-Nov-11 2:55
Bernhard Hiller23-Nov-11 2:55 
SuggestionRe: How i Can open my c# form only automatically to user when user open windows. Pin
Clark Kent12322-Nov-11 9:43
professionalClark Kent12322-Nov-11 9:43 
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
Mark Salsbery22-Nov-11 9:47
Mark Salsbery22-Nov-11 9:47 
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
Clark Kent12322-Nov-11 10:05
professionalClark Kent12322-Nov-11 10:05 
GeneralRe: How i Can open my c# form only automatically to user when user open windows. Pin
Dave Kreskowiak22-Nov-11 19:13
mveDave Kreskowiak22-Nov-11 19:13 
AnswerRe: How i Can open my c# form only automatically to user when user open windows. Pin
BillWoodruff22-Nov-11 15:11
professionalBillWoodruff22-Nov-11 15:11 
QuestionKeyPress events in a console window? Pin
Member 840468922-Nov-11 1:11
Member 840468922-Nov-11 1:11 
AnswerRe: KeyPress events in a console window? Pin
PIEBALDconsult22-Nov-11 2:10
mvePIEBALDconsult22-Nov-11 2:10 
AnswerRe: KeyPress events in a console window? Pin
OriginalGriff22-Nov-11 2:14
mveOriginalGriff22-Nov-11 2:14 
GeneralRe: KeyPress events in a console window? Pin
Member 840468922-Nov-11 2:54
Member 840468922-Nov-11 2:54 

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.