I have created a form from a database table One of the fields is the Submission date, which is a datetime field (Allow nulls). When I genereated the form I created it as a hidden field, but now I can't find the way to set this value. Is it any way I can easily pass the current date/time to the database ? Maybe creatining a class that inherits from pplicationEventHandler ? If not, how come I can set the existing date in the record ? Is it any place where I can update the value without too much hassle ?
Update Submission DateTime in sql table
HI :
I have created a form from a database table One of the fields is the Submission date, which is a datetime field (Allow nulls). When I genereated the form I created it as a hidden field, but now I can't find the way to set this value. Is it any way I can easily pass the current date/time to the database ? Maybe creatining a class that inherits from pplicationEventHandler ? If not, how come I can set the existing date in the record ? Is it any place where I can update the value without too much hassle ?
is working on a reply...