Missing default value property in TextBox

Are you trying to achieve something like this? It shows how to persist the current user and date for all entities entirely from server-side code.

Otherwise check the data-bound template form section. It shows how to set default values for input elements that are then persisted to the database.

A third option exists too - to use a partial method and set the username and date there.