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

C#

 
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 | :((
AnswerRe: DateTimePicker and BindingSource Problem Pin
Acid_Inex25-Sep-10 18:25
Acid_Inex25-Sep-10 18:25 
AnswerRe: DateTimePicker and BindingSource Problem Pin
PeSVe24-Aug-12 3:59
PeSVe24-Aug-12 3:59 
Questiondelegate Pin
Mogaambo24-Sep-08 23:26
Mogaambo24-Sep-08 23:26 
AnswerRe: delegate Pin
leppie24-Sep-08 23:28
leppie24-Sep-08 23:28 
GeneralRe: delegate Pin
Mogaambo25-Sep-08 0:08
Mogaambo25-Sep-08 0:08 
GeneralRe: delegate Pin
leppie25-Sep-08 0:16
leppie25-Sep-08 0:16 
JokeRe: delegate Pin
DaveyM6925-Sep-08 0:18
professionalDaveyM6925-Sep-08 0:18 

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.