I have a form view that sends inserts and updates to the database. One of the fields is a datetime field into which I want to automatically insert the date/time of the insert or update.
What code do I need to make the textbox control in the formview automatically send the current date/time.
I am using an ObjectDataSource Control to bind to an Access Database.
Many thanks
Paul Beckett