I have a formview which is tied up to a LINQ datasource, both of which are created in the markup (aspx) page. I am able to insert records to my database without issue. The problem: I would like to timestamp the records as they are written into the database. A basic look at what my formview and datasource...