|
500387 11/18/2005 |
At the page *edit.aspx.cs you can add the following code for the date fields: if (dr["SomeDateField"] == System.DBNull.Value ) fldSomeDateField.Enabled = false;
If dr["SomeDateField"] = System.DBNull.Value Then |
|
500388 11/18/2005 |
Thanks for the reply. I'm using vb, so I think .cs file is the wrong one to edit. Any chance you could elaborate on the fix? The date fields need to show blank values, and allow, but not require the user to fill them out when editing a record. |