Question
How to Dynamically Set the Value of a Hidden Field
I have an insert form and would like to control the value
that is inserted for the Primary Key field of the databse. To do
this i have inserted a Hidden Field which value will be used for
the Primary Key of the databse.
Now what I would like to do is to dynamically set the value of the hidden field when the form is submitted. Therefore when the record is inserted the value that i have calculated via code for the hidden field is insereted into the database.
I guess my question then is how do you dynamically set the value of a hidden field?
Now what I would like to do is to dynamically set the value of the hidden field when the form is submitted. Therefore when the record is inserted the value that i have calculated via code for the hidden field is insereted into the database.
I guess my question then is how do you dynamically set the value of a hidden field?
