Click here to Skip to main content
15,887,272 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to lock folders Pin
CodeItWell17-Jan-07 11:05
CodeItWell17-Jan-07 11:05 
QuestionReprotviewersessions prblm Pin
mahi988517-Jan-07 2:06
mahi988517-Jan-07 2:06 
Questionhow to set number of columns in repeater control? Pin
babutkchn17-Jan-07 1:33
babutkchn17-Jan-07 1:33 
AnswerRe: how to set number of columns in repeater control? Pin
Vinay Dornala17-Jan-07 1:41
Vinay Dornala17-Jan-07 1:41 
GeneralRe: how to set number of columns in repeater control? Pin
babutkchn17-Jan-07 1:48
babutkchn17-Jan-07 1:48 
GeneralRe: how to set number of columns in repeater control? Pin
Elina Blank17-Jan-07 2:38
sitebuilderElina Blank17-Jan-07 2:38 
Questiondate problem Pin
Tamimi - Code17-Jan-07 1:16
Tamimi - Code17-Jan-07 1:16 
AnswerRe: date problem Pin
Colin Angus Mackay17-Jan-07 1:50
Colin Angus Mackay17-Jan-07 1:50 
Tamimi - Code wrote:
On my computer this string "22-1-2007" considered as a valid date , but on the client computer its not, its throw an exception when I convert it to datetime , because the system date format is MM-dd-yyyy.
So what I have to avoid this problem ?


It depends on where the date string came from. If it was generated internally and is never displayed to the user before becoming a DateTime object then my recommendation is to always use ISO date format (year-month-day).

If the string did come from user input then you'll have to look at localising your application.


GeneralRe: date problem Pin
Tamimi - Code17-Jan-07 2:20
Tamimi - Code17-Jan-07 2:20 
AnswerRe: date problem Pin
Guffa17-Jan-07 1:55
Guffa17-Jan-07 1:55 
GeneralRe: date problem Pin
Tamimi - Code17-Jan-07 2:21
Tamimi - Code17-Jan-07 2:21 
QuestionOpenPathDialog? Pin
livez17-Jan-07 1:14
livez17-Jan-07 1:14 
AnswerRe: OpenPathDialog? Pin
JoeSharp17-Jan-07 1:22
JoeSharp17-Jan-07 1:22 
GeneralRe: OpenPathDialog? Pin
livez17-Jan-07 1:30
livez17-Jan-07 1:30 
Questionhow to drag and drop a label in a panel? Pin
greyzz17-Jan-07 1:06
greyzz17-Jan-07 1:06 
AnswerRe: how to drag and drop a label in a panel? Pin
Vinay Dornala17-Jan-07 1:36
Vinay Dornala17-Jan-07 1:36 
QuestionWriting message in eventlog Pin
ParagGupta16-Jan-07 23:52
ParagGupta16-Jan-07 23:52 
Questionhow to store data from c# into sql server data base Pin
rao raja16-Jan-07 23:29
rao raja16-Jan-07 23:29 
AnswerRe: how to store data from c# into sql server data base Pin
Colin Angus Mackay17-Jan-07 0:01
Colin Angus Mackay17-Jan-07 0:01 
AnswerRe: how to store data from c# into sql server data base Pin
Vinay Dornala17-Jan-07 0:08
Vinay Dornala17-Jan-07 0:08 
GeneralRe: how to store data from c# into sql server data base Pin
Colin Angus Mackay17-Jan-07 0:29
Colin Angus Mackay17-Jan-07 0:29 
GeneralRe: how to store data from c# into sql server data base Pin
Vinay Dornala17-Jan-07 1:29
Vinay Dornala17-Jan-07 1:29 
GeneralRe: how to store data from c# into sql server data base Pin
Colin Angus Mackay17-Jan-07 1:47
Colin Angus Mackay17-Jan-07 1:47 
QuestionC# WinForms: How to refresh an MdiChild.Icon when MdiChild is maximized Pin
H. Neville III16-Jan-07 23:02
H. Neville III16-Jan-07 23:02 
AnswerRe: C# WinForms: How to refresh an MdiChild.Icon when MdiChild is maximized Pin
il_masacratore17-Jan-07 3:21
il_masacratore17-Jan-07 3:21 

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.