Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
GeneralRe: have a textbox go through every permutation Pin
crash8939-Mar-07 17:54
crash8939-Mar-07 17:54 
GeneralRe: have a textbox go through every permutation Pin
CPallini13-Mar-07 9:07
mveCPallini13-Mar-07 9:07 
GeneralRe: have a textbox go through every permutation Pin
crash89313-Mar-07 13:21
crash89313-Mar-07 13:21 
GeneralRe: have a textbox go through every permutation Pin
CPallini15-Mar-07 11:41
mveCPallini15-Mar-07 11:41 
GeneralRe: have a textbox go through every permutation Pin
crash89315-Mar-07 16:49
crash89315-Mar-07 16:49 
GeneralSorry, was a misunderstanding between ME & HTML Pin
CPallini15-Mar-07 23:20
mveCPallini15-Mar-07 23:20 
GeneralRe: Sorry, was a misunderstanding between ME & HTML Pin
crash89318-Mar-07 6:55
crash89318-Mar-07 6:55 
QuestionDataViewGrid and dates Pin
crzyank8-Mar-07 9:51
crzyank8-Mar-07 9:51 
Hi,

I have DataGridView in my application connecting to Oracle DB. Oracle table has a date as '03/12/2007' and same is returned to the front end via DataSet. However when this dataset is bound to the grid, the date displayed is '03/11/2007'!!! Similarly all the dates that have two (2) digit days (from 10 to 31) are reduced by a digit! e.g. instead of '03/30/2007' it shows '03/29/2007'. If I do not use any formatting for the .DefaultCellStyle property then the date displayed is '03/11/2007 11:00 PM'. Dates with single digit days i.e. '03/08/2007' stays the same though - with or without formatting. Please note that my SQL statement truncates the date to short date format - TRUNC(pay_date) - already.

Any help is really appreciated.

Thanks.

crzYank
AnswerRe: DataViewGrid and dates Pin
Frank Kerrigan8-Mar-07 11:41
Frank Kerrigan8-Mar-07 11:41 
GeneralRe: DataViewGrid and dates Pin
crzyank9-Mar-07 2:10
crzyank9-Mar-07 2:10 
GeneralRe: DataViewGrid and dates Pin
crzyank9-Mar-07 2:15
crzyank9-Mar-07 2:15 
QuestionSettings Regional And Language Settings Programaticaly Pin
Aztekman8-Mar-07 9:16
Aztekman8-Mar-07 9:16 
AnswerRe: Settings Regional And Language Settings Programaticaly Pin
Frank Kerrigan8-Mar-07 11:49
Frank Kerrigan8-Mar-07 11:49 
QuestionRe: Settings Regional And Language Settings Programaticaly Pin
Aztekman9-Mar-07 3:56
Aztekman9-Mar-07 3:56 
QuestionIP to hostname Pin
marwan_siala8-Mar-07 8:00
marwan_siala8-Mar-07 8:00 
AnswerRe: IP to hostname Pin
pbraun8-Mar-07 8:31
pbraun8-Mar-07 8:31 
GeneralRe: IP to hostname Pin
marwan_siala8-Mar-07 22:58
marwan_siala8-Mar-07 22:58 
GeneralRe: IP to hostname Pin
\laddie8-Mar-07 23:28
\laddie8-Mar-07 23:28 
GeneralRe: IP to hostname Pin
marwan_siala8-Mar-07 23:35
marwan_siala8-Mar-07 23:35 
QuestionNull reference exception Pin
error14088-Mar-07 7:48
error14088-Mar-07 7:48 
AnswerRe: Null reference exception Pin
Edmundisme8-Mar-07 8:32
Edmundisme8-Mar-07 8:32 
AnswerRe: Null reference exception Pin
Ennis Ray Lynch, Jr.8-Mar-07 8:56
Ennis Ray Lynch, Jr.8-Mar-07 8:56 
GeneralRe: Null reference exception Pin
Guffa8-Mar-07 11:37
Guffa8-Mar-07 11:37 
GeneralActually Pin
Ennis Ray Lynch, Jr.8-Mar-07 12:56
Ennis Ray Lynch, Jr.8-Mar-07 12:56 
GeneralRe: Actually not Pin
Guffa9-Mar-07 3:51
Guffa9-Mar-07 3:51 

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.