Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem in passing '&' symbol Pin
Simon P Stevens25-Sep-08 0:32
Simon P Stevens25-Sep-08 0:32 
AnswerRe: Problem in passing '&' symbol Pin
Harvey Saayman25-Sep-08 0:36
Harvey Saayman25-Sep-08 0:36 
AnswerRe: Problem in passing '&' symbol Pin
Guffa25-Sep-08 4:39
Guffa25-Sep-08 4:39 
AnswerRe: Problem in passing '&' symbol Pin
Prasanna Kumar Pete25-Sep-08 18:08
Prasanna Kumar Pete25-Sep-08 18:08 
QuestionWinform app not closing Pin
Chazzysb25-Sep-08 0:21
Chazzysb25-Sep-08 0:21 
AnswerRe: Winform app not closing Pin
Simon P Stevens25-Sep-08 0:29
Simon P Stevens25-Sep-08 0:29 
AnswerRe: Winform app not closing Pin
Mbah Dhaim25-Sep-08 1:09
Mbah Dhaim25-Sep-08 1:09 
QuestionHow can i Run my application form the WIndows service? Pin
Sifar - 025-Sep-08 0:12
Sifar - 025-Sep-08 0:12 
AnswerRe: How can i Run my application form the WIndows service? Pin
Venkat Eswaran25-Sep-08 4:22
Venkat Eswaran25-Sep-08 4:22 
QuestionRe: How can i Run my application form the WIndows service? Pin
Mark Salsbery25-Sep-08 7:33
Mark Salsbery25-Sep-08 7:33 
QuestionSetting property Enable32BitAppOnWin64 for IIS 7 in C# Pin
Mushtaque Nizamani24-Sep-08 23:48
Mushtaque Nizamani24-Sep-08 23:48 
AnswerRe: Setting property Enable32BitAppOnWin64 for IIS 7 in C# Pin
Pete O'Hanlon25-Sep-08 0:44
mvePete O'Hanlon25-Sep-08 0:44 
GeneralRe: Setting property Enable32BitAppOnWin64 for IIS 7 in C# Pin
Mushtaque Nizamani25-Sep-08 17:32
Mushtaque Nizamani25-Sep-08 17:32 
GeneralRe: Setting property Enable32BitAppOnWin64 for IIS 7 in C# Pin
Mushtaque Nizamani8-Oct-08 19:23
Mushtaque Nizamani8-Oct-08 19:23 
QuestionIDbParameter return value string only gives first character Pin
jVersteegen24-Sep-08 23:35
jVersteegen24-Sep-08 23:35 
AnswerRe: IDbParameter return value string only gives first character Pin
Pete O'Hanlon25-Sep-08 0:09
mvePete O'Hanlon25-Sep-08 0:09 
GeneralRe: IDbParameter return value string only gives first character Pin
jVersteegen25-Sep-08 0:16
jVersteegen25-Sep-08 0:16 
GeneralRe: IDbParameter return value string only gives first character Pin
Ashfield25-Sep-08 0:24
Ashfield25-Sep-08 0:24 
GeneralRe: IDbParameter return value string only gives first character Pin
jVersteegen25-Sep-08 0:37
jVersteegen25-Sep-08 0:37 
GeneralRe: IDbParameter return value string only gives first character Pin
Pete O'Hanlon25-Sep-08 1:08
mvePete O'Hanlon25-Sep-08 1:08 
GeneralRe: IDbParameter return value string only gives first character Pin
jVersteegen25-Sep-08 1:31
jVersteegen25-Sep-08 1:31 
GeneralRe: IDbParameter return value string only gives first character Pin
Pete O'Hanlon25-Sep-08 1:59
mvePete O'Hanlon25-Sep-08 1:59 
GeneralRe: IDbParameter return value string only gives first character Pin
jVersteegen25-Sep-08 2:29
jVersteegen25-Sep-08 2:29 
GeneralRe: IDbParameter return value string only gives first character Pin
jVersteegen25-Sep-08 2:39
jVersteegen25-Sep-08 2:39 
QuestionDateTimePicker and BindingSource Problem Pin
Ahmad Safwat24-Sep-08 23:31
Ahmad Safwat24-Sep-08 23:31 
Hi all,
I have a problem with DateTimePicker and BindingSource.

The BindingSource DataSource is a DataTable of 3 Columns (ID, Name, and Date).

The "ID" Field is Primary key that of cource doesn't allow nulls.
Both "ID" and "Name" fields are bound to TextBoxes, and "Date" Field is bound to a DateTimePicker control.

Now when I'm trying to add a new record, I got an exception of:
"Column 'ID' does not allow nulls."
although it has a value.

when I don't bind "Date" field, problem doesn't occur

Can you help meeee?? Cry | :((

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.