I am dynamically generating a form based on a drop down list. The form consists of fields (data input for decimal values ββ+ several text fields). You must add all decimal values ββat the end and update the Total TextBox with this value. Shared text field is disabled.
When I click the "Save" button on the form after the user has entered their values, the entire form is saved in the viewstate, except for the disabled text field. When I turn on the text box, everything works fine. Keep in mind, I dynamically generate the form and update the value of the full text field with javascript to calculate (add all decimal fields).
PS I'm doing everything right to persist in the submission.
So, what is on / off, got support on viewstate
source share