Hello Friends,
I want a small help...
I have created a text box....a button and a date time picker control
I have showed the calander control on click of the button event....when a value is selected in the datetimepicker the value should be showed in the text box...
I have done this....in the datetimepicker value change event
But then I want that the datetimepicker control to hide again...but this code I cant write in the value change event since if I write the hide code in datetimepicker value change event it will hide it every time...
cant write in lost focus also since it will have to wait till the focus is lost
cant write the code in text box value change event since the value will be changed after every click in datetimepicker
I want to write the code when the value in calander is doubleclicked...can anyone help on this???