hi all,

i created a custom control that accepts only datetime values.

http://www.vbforums.com/showthread.php?p=3551859

but i'm having some issues with it when it is bound to a column and then i navigate thru records. it seems to trigger a rowchange to all navigated records even though i haven't manually change anything on these records.

this is affecting the last_update_date and last_updated_by fields of my tables. i need to only affect records that were manually changed.

can anyone help me?

also, any date field should be bound to the Value property of this control instead of Text. haven't figured out how to remove the Text from bindable properties yet.

thanks