Making DateTime null |
10/29/2016 12:42:55 | |
| ASPRunner.NET General questions | ||
|
On my add page before record added and edit page record updated before events I have this code and it works fine |
||
|
|
jadach authorDevClub member 10/31/2016 |
|
Well, I did figure out a way to make my application work. I ended up using a case statement in table Order1 to hide 1900-01-01 00:00:00.000 right in the ASPR.Net SQL Editor. Seems to work fine. |
|
|
|
Pete K 11/10/2016 |
|
Jerry, did you try setting it to the null character? i.e.: Order1.Value["StatusDate"] =(char)0 |
|
|
|
jadach authorDevClub member 11/10/2016 |
|
Hmmm, didn't try that but will. Thanks. I will post back my results. |
|
|
|
jadach authorDevClub member 11/11/2016 |
|
char can't work because i am using datetime field. |
|
|
|
Pete K 11/14/2016 |
|
char can't work because i am using datetime field.
|
|