tags:

views:

132

answers:

1

how to clear the gmdatepicker value in the textbox

i have a Datepicker where i pass the value while inserting into the table as

frmdate.Date

it will store my date which im selecting in the datepicker

but how to clear this selected value in the textbox once the value is inserted???????

A: 

Hi, It's impossible because the datetimepicker is based on DateTime Value and DateTime isn't Nullable. So, the possibility is to cheked or unechecked the datetimePicker (with the property Checked) or use another control, like the DateTimePicker form ComponentOne.

Julien

Garcia Julien