Click here to Skip to main content
15,881,757 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to use NotifyParentPropertyAttribute Pin
Heath Stewart26-Jul-04 10:13
protectorHeath Stewart26-Jul-04 10:13 
GeneralRe: How to use NotifyParentPropertyAttribute Pin
jjansen27-Jul-04 21:02
jjansen27-Jul-04 21:02 
GeneralProblems with GC and HttpWebResponse Pin
Amir Zicherman25-Jul-04 8:38
Amir Zicherman25-Jul-04 8:38 
GeneralRe: Problems with GC and HttpWebResponse Pin
Heath Stewart26-Jul-04 10:02
protectorHeath Stewart26-Jul-04 10:02 
GeneralRe: Problems with GC and HttpWebResponse Pin
Amir Zicherman27-Jul-04 7:59
Amir Zicherman27-Jul-04 7:59 
GeneralRe: Problems with GC and HttpWebResponse Pin
Heath Stewart27-Jul-04 10:43
protectorHeath Stewart27-Jul-04 10:43 
Questionif(DateTime.Now>=OldDateTime)..???? Pin
Adel83k25-Jul-04 6:02
Adel83k25-Jul-04 6:02 
AnswerRe: if(DateTime.Now>=OldDateTime)..???? Pin
ChrisAdams25-Jul-04 12:43
ChrisAdams25-Jul-04 12:43 
Why are you converting the DateTime to a string. Why not keep it as instance of a DateTime object, you can then use the compare method.

Also, use DateTime.UtcNow, instead of Now - this will ensure that your time is always stored using the same timezone. It's should be quite easy to convert it back to the user's timezone for display purposes.

If your stuck saving it as a string to the database, then you should be able to use the string format objects to control the format it is saved as.
AnswerRe: if(DateTime.Now>=OldDateTime)..???? Pin
DougW4825-Jul-04 19:17
DougW4825-Jul-04 19:17 
GeneralDotNet DataGrid RowHeight Pin
Aerobatty25-Jul-04 5:08
Aerobatty25-Jul-04 5:08 
GeneralRe: DotNet DataGrid RowHeight Pin
DougW4825-Jul-04 19:45
DougW4825-Jul-04 19:45 
GeneralNeed C# Tutorial Writers - Will pay Pin
checker_src24-Jul-04 16:49
checker_src24-Jul-04 16:49 
GeneralRe: Need C# Tutorial Writers - Will pay Pin
Small Rat24-Jul-04 17:57
Small Rat24-Jul-04 17:57 
GeneralRe: Need C# Tutorial Writers - Will pay Pin
checker_src24-Jul-04 19:15
checker_src24-Jul-04 19:15 
GeneralRe: Need C# Tutorial Writers - Will pay Pin
Grimolfr25-Jul-04 2:57
Grimolfr25-Jul-04 2:57 
GeneralRe: Need C# Tutorial Writers - Will pay Pin
checker_src25-Jul-04 3:39
checker_src25-Jul-04 3:39 
GeneralConsole Applications Pin
Vickie Madigan24-Jul-04 15:33
Vickie Madigan24-Jul-04 15:33 
GeneralRe: Console Applications Pin
Small Rat24-Jul-04 17:53
Small Rat24-Jul-04 17:53 
GeneralRe: Console Applications Pin
Grimolfr25-Jul-04 2:54
Grimolfr25-Jul-04 2:54 
GeneralRe: Console Applications Pin
Vickie Madigan25-Jul-04 17:24
Vickie Madigan25-Jul-04 17:24 
GeneralRe: Console Applications Pin
Grimolfr26-Jul-04 3:54
Grimolfr26-Jul-04 3:54 
GeneralXML Data Pin
Anonymous24-Jul-04 10:16
Anonymous24-Jul-04 10:16 
QuestionHow to prevent WebBrowser control correspond to click event twice after loads html file twice? Pin
nakey_yang24-Jul-04 8:40
nakey_yang24-Jul-04 8:40 
GeneralMicrosoft SQL Server Express Pin
Marlun24-Jul-04 5:30
Marlun24-Jul-04 5:30 
GeneralRe: Microsoft SQL Server Express Pin
Dave Kreskowiak24-Jul-04 9:21
mveDave Kreskowiak24-Jul-04 9: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.