hi,
in
vb Datetimepicker behave in two format date and time
when we select time format it behave like a clock
in c# i use DTP in my applicatin .i use time format
it store both date and time in date base .time is store in
database is current time .in the form when i click on dtp it show in
calender in drop down just like when its format is set as date
my secanrio for dtp is that
1 if i select time format it only store only time in datebase
not require date
2 it not store current time it store those time which i require
3 it not show calender in form when i set time format
all these task done in
vb easily
can Dtp of c# perform all these task ?
if it possible how i achevie this task ?
plz someone give idea about this