Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..
when i leave CalendarExtender text box is blank. it saves 1/1/1900 by default.
so How to Prevent to save default CalendarExtender Date.
Posted
Updated 6-Jul-11 3:10am
v2

Set the Value to NULL or Current Date as per your requirment
 
Share this answer
 
v2
Hi,
1/1/1900 is the default date MSSQL provides.if we have a table with a datetime field ,and we enter a null value in to this field then teh table value would be 1/1/1900.


so set the date as sysytem date using calendar properties.
regards,
shefeek
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900