Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
Questionsaving data into excel file Pin
sindhutiwari21-Jan-08 18:33
sindhutiwari21-Jan-08 18:33 
GeneralRe: saving data into excel file Pin
Giorgi Dalakishvili21-Jan-08 20:11
mentorGiorgi Dalakishvili21-Jan-08 20:11 
GeneralRe: saving data into excel file Pin
Justin Perez22-Jan-08 4:00
Justin Perez22-Jan-08 4:00 
QuestionChange system date style formate through codding Pin
Naveed72721-Jan-08 18:04
Naveed72721-Jan-08 18:04 
GeneralRe: Change system date style formate through codding Pin
imsathy21-Jan-08 18:30
imsathy21-Jan-08 18:30 
GeneralRe: Change system date style formate through codding Pin
Naveed72721-Jan-08 19:20
Naveed72721-Jan-08 19:20 
GeneralRe: Change system date style formate through codding Pin
DaveyM6921-Jan-08 23:28
professionalDaveyM6921-Jan-08 23:28 
GeneralRe: Change system date style formate through codding Pin
Pete O'Hanlon21-Jan-08 23:54
mvePete O'Hanlon21-Jan-08 23:54 
You asked the same question yesterday and were informed that this was not a good idea back then. Why do you think you'll get a different answer today?

The simple answer is that your application should not change the behaviour of the system to suit itself - this is a bad thing to do because you are upsetting the customer experience of the system. Instead, you need to bite the bullet and actually do some work yourself - if your code requires a particular date format, use the DateTime class to manage this in your code. This is the responsible, professional thing to do and you could have achieved this in the time you've spent faffing about trying to get people to tell you how to upset your users.


Deja View - the feeling that you've seen this post before.

My blog | My articles



QuestionRemove Databinding Pin
thachil21-Jan-08 17:52
thachil21-Jan-08 17:52 
GeneralRe: Remove Databinding Pin
SVb.net21-Jan-08 21:35
SVb.net21-Jan-08 21:35 
GeneralRe: Remove Databinding Pin
thachil21-Jan-08 21:51
thachil21-Jan-08 21:51 
GeneralWrong ToString being called Pin
Jordanwb21-Jan-08 13:07
Jordanwb21-Jan-08 13:07 
GeneralRe: Wrong ToString being called Pin
J$21-Jan-08 13:46
J$21-Jan-08 13:46 
GeneralRe: Wrong ToString being called Pin
Jordanwb21-Jan-08 14:42
Jordanwb21-Jan-08 14:42 
GeneralRe: Wrong ToString being called Pin
Luc Pattyn21-Jan-08 14:40
sitebuilderLuc Pattyn21-Jan-08 14:40 
GeneralRe: Wrong ToString being called Pin
Jordanwb21-Jan-08 14:43
Jordanwb21-Jan-08 14:43 
GeneralRe: Wrong ToString being called Pin
Luc Pattyn21-Jan-08 15:43
sitebuilderLuc Pattyn21-Jan-08 15:43 
GeneralProblem with master pages Pin
garrywh21-Jan-08 11:31
garrywh21-Jan-08 11:31 
GeneralI need help with C# loops Pin
Alex50121-Jan-08 10:47
Alex50121-Jan-08 10:47 
GeneralRe: I need help with C# loops Pin
Pete O'Hanlon21-Jan-08 11:16
mvePete O'Hanlon21-Jan-08 11:16 
GeneralRe: I need help with C# loops [modified] Pin
PIEBALDconsult21-Jan-08 11:33
mvePIEBALDconsult21-Jan-08 11:33 
GeneralRe: I need help with C# loops Pin
Colin Angus Mackay21-Jan-08 14:26
Colin Angus Mackay21-Jan-08 14:26 
GeneralRe: I need help with C# loops Pin
PIEBALDconsult21-Jan-08 15:27
mvePIEBALDconsult21-Jan-08 15:27 
GeneralRe: I need help with C# loops Pin
Colin Angus Mackay21-Jan-08 14:40
Colin Angus Mackay21-Jan-08 14:40 
GeneralRe: I need help with C# loops Pin
PIEBALDconsult21-Jan-08 16:11
mvePIEBALDconsult21-Jan-08 16:11 

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.