Hi,
How can I clear the control's Time if I want to blank it out? I tried in several ways like trying by setting SelectedValue=null, SelectedDate=null. Nothing seems to work. It sets null behind the scene, means when I access value of cantrol at codebehind I find null. But on the UI it still displaying the SelectedTime. It doesn't blank out the control.
Thanks
How can I clear the control's Time if I want to blank it out? I tried in several ways like trying by setting SelectedValue=null, SelectedDate=null. Nothing seems to work. It sets null behind the scene, means when I access value of cantrol at codebehind I find null. But on the UI it still displaying the SelectedTime. It doesn't blank out the control.
Thanks