Only when current value in session state is null - deleted data reappearing
627274Aug 11 2008 — edited Aug 19 2008A form set fields to the value of the database column if the session state is null. The form also has a select with submit field. If a field on the form has its data removed using the delete key and the select with submit is processed, the data in the field reappears. If the data in the field is removed using the blanks it does not reappear. The delete key is setting the session variable to null and the database column is used. Is there a way to use the delete and not have the data reappear?