Saving null values to a DateTime field

by
admin
Posted August 7th, 2005 at 1:06 pm
It seems that because datetime is a value type it is impossible to save a null value. If you use 2-way databinding in formview for saving dates. You will have problems even when just using a calendar control. This is the solution I found to my problem
In the html view change the Bind(”Date_Column”) into Eval(”Date_Column”)
Width="124px">FONT color=#800000>asp:TextBox>
should then become
Width="124px">FONT color=#800000>asp:TextBox>
I also want to store null values for unentered d...
Creating pdf in .NET without crystal reports

by
admin
Posted August 4th, 2005 at 1:03 pm
More in the article you can find here :
http://www.geekswithblogs.net/casualjim/articles/49098.aspx
...