Click here to Skip to main content
15,905,616 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Forms or WPF? Pin
Pete O'Hanlon22-Aug-13 0:49
mvePete O'Hanlon22-Aug-13 0:49 
GeneralRe: Windows Forms or WPF? Pin
Dave Kreskowiak22-Aug-13 1:50
mveDave Kreskowiak22-Aug-13 1:50 
GeneralRe: Windows Forms or WPF? Pin
N8tiv22-Aug-13 3:46
N8tiv22-Aug-13 3:46 
GeneralRe: Windows Forms or WPF? Pin
Dave Kreskowiak22-Aug-13 6:13
mveDave Kreskowiak22-Aug-13 6:13 
AnswerRe: Windows Forms or WPF? Pin
Ravi Bhavnani23-Aug-13 5:44
professionalRavi Bhavnani23-Aug-13 5:44 
QuestionInterprocess communication Pin
ExcellentOrg21-Aug-13 21:54
ExcellentOrg21-Aug-13 21:54 
AnswerRe: Interprocess communication Pin
Richard Andrew x6421-Aug-13 23:17
professionalRichard Andrew x6421-Aug-13 23:17 
AnswerRe: Interprocess communication Pin
jschell22-Aug-13 8:16
jschell22-Aug-13 8:16 
GeneralRe: Interprocess communication Pin
AeroClassics3-Nov-13 4:23
professionalAeroClassics3-Nov-13 4:23 
Questioninsert table into Richtextbox Pin
trivedijignesh21-Aug-13 21:26
trivedijignesh21-Aug-13 21:26 
AnswerRe: insert table into Richtextbox Pin
Thomas Daniels21-Aug-13 21:30
mentorThomas Daniels21-Aug-13 21:30 
QuestionExtract Comment from Project/Website Pin
keyur satyadev21-Aug-13 20:26
keyur satyadev21-Aug-13 20:26 
AnswerRe: Extract Comment from Project/Website Pin
Bernhard Hiller21-Aug-13 21:25
Bernhard Hiller21-Aug-13 21:25 
GeneralRe: Extract Comment from Project/Website Pin
keyur satyadev22-Aug-13 3:38
keyur satyadev22-Aug-13 3:38 
GeneralRe: Extract Comment from Project/Website Pin
Bernhard Hiller22-Aug-13 20:16
Bernhard Hiller22-Aug-13 20:16 
AnswerRe: Extract Comment from Project/Website Pin
Simon_Whale22-Aug-13 3:59
Simon_Whale22-Aug-13 3:59 
GeneralRe: Extract Comment from Project/Website Pin
keyur satyadev22-Aug-13 20:08
keyur satyadev22-Aug-13 20:08 
GeneralRe: Extract Comment from Project/Website Pin
Simon_Whale22-Aug-13 23:06
Simon_Whale22-Aug-13 23:06 
QuestionCOM Visibility Pin
Richard Andrew x6421-Aug-13 18:16
professionalRichard Andrew x6421-Aug-13 18:16 
AnswerRe: COM Visibility Pin
Bernhard Hiller21-Aug-13 21:23
Bernhard Hiller21-Aug-13 21:23 
GeneralRe: COM Visibility Pin
Richard Andrew x6421-Aug-13 23:12
professionalRichard Andrew x6421-Aug-13 23:12 
QuestionRemove the time part in record access Pin
juliogyn21-Aug-13 5:39
juliogyn21-Aug-13 5:39 
QuestionRe: Remove the time part in record access Pin
Eddy Vluggen21-Aug-13 6:15
professionalEddy Vluggen21-Aug-13 6:15 
AnswerRe: Remove the time part in record access Pin
juliogyn21-Aug-13 9:27
juliogyn21-Aug-13 9:27 
AnswerRe: Remove the time part in record access Pin
Mycroft Holmes21-Aug-13 12:45
professionalMycroft Holmes21-Aug-13 12:45 
As Eddy has said, your explanation is not very clear!

Your use of stringformat indicates you are trying to display a datetime - what you have will work for the display.

If you are then storing the value in a datetime field in database it MUST always have a time component and will be 00:00:00 for that format. You can use the Date format in SQL Server but that is a relatively new data type.

NEVER store dates as strings.
Never underestimate the power of human stupidity
RAH

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.