I have a Gallery with Items.
Each Item has a Textbox associated with it.
Users can modify the values in the Textbox and submit them.
After they click submit, I wish to (re)set the values in the Textbox to some default value x.
How can I do that? What is the command to set 'Textbox.Value' to 'x'?