Click here to Skip to main content
15,907,395 members
Home / Discussions / C#
   

C#

 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 11:29
Sajjad Izadi1-Jul-08 11:29 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 11:35
User 66581-Jul-08 11:35 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 11:42
Sajjad Izadi1-Jul-08 11:42 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 11:46
User 66581-Jul-08 11:46 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 11:53
Sajjad Izadi1-Jul-08 11:53 
GeneralRe: accessing objects in form by index or somthing like index [MODIFIED!] Pin
User 66581-Jul-08 12:03
User 66581-Jul-08 12:03 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 12:05
Sajjad Izadi1-Jul-08 12:05 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 12:08
User 66581-Jul-08 12:08 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 12:11
Sajjad Izadi1-Jul-08 12:11 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 12:13
User 66581-Jul-08 12:13 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 12:18
Sajjad Izadi1-Jul-08 12:18 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 12:20
User 66581-Jul-08 12:20 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 12:24
Sajjad Izadi1-Jul-08 12:24 
QuestionHow to use DrawString to position text Pin
shultas1-Jul-08 9:07
shultas1-Jul-08 9:07 
AnswerRe: How to use DrawString to position text Pin
Pete O'Hanlon1-Jul-08 9:48
mvePete O'Hanlon1-Jul-08 9:48 
AnswerRe: How to use DrawString to position text Pin
luisnike191-Jul-08 9:56
luisnike191-Jul-08 9:56 
QuestionFont Format in DataGrid Pin
cidmi.dovic1-Jul-08 8:40
cidmi.dovic1-Jul-08 8:40 
AnswerRe: Font Format in DataGrid Pin
Kjetil Svendsen1-Jul-08 9:38
Kjetil Svendsen1-Jul-08 9:38 
QuestionIs it possible to Load Console APP in background in C# ? Pin
Mohammad Dayyan1-Jul-08 8:08
Mohammad Dayyan1-Jul-08 8:08 
AnswerRe: Is it possible to Load Console APP in background in C# ? Pin
Colin Angus Mackay1-Jul-08 10:37
Colin Angus Mackay1-Jul-08 10:37 
GeneralRe: Is it possible to Load Console APP in background in C# ? Pin
Mohammad Dayyan1-Jul-08 15:33
Mohammad Dayyan1-Jul-08 15:33 
QuestionSaving & Retrieving null Dates Pin
belzer1-Jul-08 7:00
belzer1-Jul-08 7:00 
Hello
I am using C# with MSSQL and in my project i have a typed DataSet that contains a DateTime Field.

In my case the DateTime Filed could be Null,

I have set the AllowNulls to Yes.

When i am retrieving or saving records with null date an error pops up

StrongTypingException was unhanded by user code - The value for column 'Date' in table 'SpecialGroupRules' is DBNull.

in the DataSet Properties for the Date Column I tried to set NullValue to Null, but i wouldn't allow me

only to set it to (Throw exception)

Please Help
AnswerRe: Saving & Retrieving null Dates Pin
User 66581-Jul-08 7:20
User 66581-Jul-08 7:20 
GeneralRe: Saving & Retrieving null Dates Pin
belzer1-Jul-08 7:28
belzer1-Jul-08 7:28 
GeneralRe: Saving & Retrieving null Dates Pin
User 66581-Jul-08 7:33
User 66581-Jul-08 7:33 

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.