Hello,
I have a form that on Page Load event populates all text box fields on the form with sql string and a dataset. The user can then change information in the fields and update. The data is pulled using the query string as identifieridentifier. All of that is working fine. However, once information is updated the user clicks save. Once the user clicks save it ignores the information that the user updated and updates the table with information populated from page load. The update command is working and updates the table, but ignoring the changes. What can I do to fix this? Attached is the code for Page Load and the on_click(update) event
I have a form that on Page Load event populates all text box fields on the form with sql string and a dataset. The user can then change information in the fields and update. The data is pulled using the query string as identifieridentifier. All of that is working fine. However, once information is updated the user clicks save. Once the user clicks save it ignores the information that the user updated and updates the table with information populated from page load. The update command is working and updates the table, but ignoring the changes. What can I do to fix this? Attached is the code for Page Load and the on_click(update) event