Click here to Skip to main content
15,913,280 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read binary files with Progressbar Pin
Ian Uy15-Apr-08 1:26
Ian Uy15-Apr-08 1:26 
GeneralRe: Read binary files with Progressbar Pin
Christian Graus15-Apr-08 1:33
protectorChristian Graus15-Apr-08 1:33 
GeneralRe: Read binary files with Progressbar Pin
Ian Uy15-Apr-08 3:00
Ian Uy15-Apr-08 3:00 
QuestionPDF to HTML conversion Pin
cincy15-Apr-08 1:06
cincy15-Apr-08 1:06 
GeneralRe: PDF to HTML conversion Pin
Christian Graus15-Apr-08 1:21
protectorChristian Graus15-Apr-08 1:21 
QuestionCaramel - code generator: Anyone interested in joining? Pin
Roger Alsing15-Apr-08 1:01
Roger Alsing15-Apr-08 1:01 
GeneralC# SQL date issue Pin
AJ du Plessis15-Apr-08 0:42
AJ du Plessis15-Apr-08 0:42 
GeneralRe: C# SQL date issue Pin
Christian Graus15-Apr-08 1:01
protectorChristian Graus15-Apr-08 1:01 
Your core problem is that you're doing things badly. Don't store dates as strings, it limits what you can do with them, and causes these sort of problems. If you must write it that way for now ( even tho I hope you'd learn never to do it again ), you can write code that forces a format string, something like datetime.ToString("MM-DD-YYYY"), I believe.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: C# SQL date issue Pin
Harvey Saayman15-Apr-08 1:14
Harvey Saayman15-Apr-08 1:14 
GeneralRe: C# SQL date issue Pin
J4amieC15-Apr-08 1:19
J4amieC15-Apr-08 1:19 
GeneralRe: C# SQL date issue Pin
Harvey Saayman15-Apr-08 22:26
Harvey Saayman15-Apr-08 22:26 
General[Message Deleted] Pin
sarilee15-Apr-08 0:02
sarilee15-Apr-08 0:02 
GeneralRe: combobox in datagrid Pin
Christian Graus15-Apr-08 0:14
protectorChristian Graus15-Apr-08 0:14 
GeneralRe: combobox in datagrid Pin
sarilee15-Apr-08 0:48
sarilee15-Apr-08 0:48 
GeneralRe: combobox in datagrid Pin
Christian Graus15-Apr-08 0:50
protectorChristian Graus15-Apr-08 0:50 
GeneralRe: combobox in datagrid Pin
sarilee15-Apr-08 1:15
sarilee15-Apr-08 1:15 
Generaltemplates in datagrid Pin
sarilee14-Apr-08 23:45
sarilee14-Apr-08 23:45 
GeneralRe: templates in datagrid Pin
Christian Graus14-Apr-08 23:53
protectorChristian Graus14-Apr-08 23:53 
GeneralStreamWriter Pin
George_George14-Apr-08 23:44
George_George14-Apr-08 23:44 
GeneralRe: StreamWriter Pin
N a v a n e e t h15-Apr-08 0:25
N a v a n e e t h15-Apr-08 0:25 
GeneralRe: StreamWriter Pin
George_George15-Apr-08 2:55
George_George15-Apr-08 2:55 
GeneralRe: StreamWriter Pin
N a v a n e e t h15-Apr-08 20:36
N a v a n e e t h15-Apr-08 20:36 
GeneralRe: StreamWriter Pin
George_George16-Apr-08 0:05
George_George16-Apr-08 0:05 
GeneralRe: StreamWriter Pin
N a v a n e e t h16-Apr-08 2:00
N a v a n e e t h16-Apr-08 2:00 
GeneralRe: StreamWriter Pin
George_George16-Apr-08 2:22
George_George16-Apr-08 2:22 

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.