is there way to keep my dtp control blank if the data in the database is DB.NULL?...something like this.
VB Code:
If objDR("cancelled_date") Is DBNull.Value Then dp2.Value = " " Else dp2.Value = objDR("cancelled_date") End If
|
Results 1 to 2 of 2
Thread: date time pickerThreaded View
|
Click Here to Expand Forum to Full Width |