Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
QuestionRead PDF file in C# Pin
Sunil G 37-Dec-10 20:04
Sunil G 37-Dec-10 20:04 
AnswerRe: Read PDF file in C# Pin
Manfred Rudolf Bihy7-Dec-10 20:20
professionalManfred Rudolf Bihy7-Dec-10 20:20 
AnswerRe: Read PDF file in C# Pin
Hiren solanki7-Dec-10 20:42
Hiren solanki7-Dec-10 20:42 
GeneralRe: Read PDF file in C# Pin
TweakBird7-Dec-10 22:55
TweakBird7-Dec-10 22:55 
GeneralRe: Read PDF file in C# Pin
Sunil G 37-Dec-10 23:49
Sunil G 37-Dec-10 23:49 
QuestionCustomized DateTime Picker Control Pin
Varun Sareen7-Dec-10 17:54
Varun Sareen7-Dec-10 17:54 
AnswerRe: Customized DateTime Picker Control Pin
Hiren solanki7-Dec-10 20:01
Hiren solanki7-Dec-10 20:01 
AnswerRe: Customized DateTime Picker Control Pin
Luc Pattyn8-Dec-10 0:32
sitebuilderLuc Pattyn8-Dec-10 0:32 
You should never store a date, a time or a datetime as a string if there are alternatives. Most databases do have some kind of date or datetime field type, so use it. A database cares about storing data, not formatting it; your app must deal with formatting data when presented to the user.

This[^] little article may tell you more about datetime type.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, and update CP Vanity to V2.0 if you haven't already.

Questionfile in c# Pin
maheshwari.vetri7-Dec-10 6:06
maheshwari.vetri7-Dec-10 6:06 
AnswerRe: file in c# Pin
J4amieC7-Dec-10 6:13
J4amieC7-Dec-10 6:13 
AnswerRe: file in c# Pin
Luc Pattyn7-Dec-10 6:28
sitebuilderLuc Pattyn7-Dec-10 6:28 
GeneralRe: file in c# Pin
Dalek Dave7-Dec-10 12:28
professionalDalek Dave7-Dec-10 12:28 
JokeRe: file in c# Pin
Luc Pattyn7-Dec-10 12:37
sitebuilderLuc Pattyn7-Dec-10 12:37 
GeneralRe: file in c# Pin
Manfred Rudolf Bihy7-Dec-10 16:35
professionalManfred Rudolf Bihy7-Dec-10 16:35 
Questionchange the following code [modified] Pin
maheshwari.vetri7-Dec-10 5:22
maheshwari.vetri7-Dec-10 5:22 
AnswerRe: change the following code Pin
Henry Minute7-Dec-10 5:55
Henry Minute7-Dec-10 5:55 
GeneralRe: change the following code Pin
maheshwari.vetri7-Dec-10 6:04
maheshwari.vetri7-Dec-10 6:04 
GeneralRe: change the following code Pin
Henry Minute7-Dec-10 6:36
Henry Minute7-Dec-10 6:36 
Questionaccessing child thread from the parent thread Pin
prasadbuddhika7-Dec-10 4:50
prasadbuddhika7-Dec-10 4:50 
AnswerRe: accessing child thread from the parent thread Pin
jschell7-Dec-10 10:13
jschell7-Dec-10 10:13 
QuestionHow to scroll ListView from your source code? Pin
Chesnokov Yuriy7-Dec-10 2:50
professionalChesnokov Yuriy7-Dec-10 2:50 
AnswerRe: How to scroll ListView from your source code? Pin
Luc Pattyn7-Dec-10 3:26
sitebuilderLuc Pattyn7-Dec-10 3:26 
AnswerRe: How to scroll ListView from your source code? Pin
Chesnokov Yuriy7-Dec-10 19:47
professionalChesnokov Yuriy7-Dec-10 19:47 
AnswerRe: How to scroll ListView from your source code? Pin
Luc Pattyn7-Dec-10 22:53
sitebuilderLuc Pattyn7-Dec-10 22:53 
AnswerRe: How to scroll ListView from your source code? Pin
#realJSOP7-Dec-10 23:30
mve#realJSOP7-Dec-10 23:30 

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.