Changes on a Form
Hello,
Is there a way to select what textboxes & DDL get updated on a update command?
Here's my situration:
I have a form, with txtName, txtAddress, ddlCity, ddlProvince, txtPostalCode. Then a button called Save.
If the contents/values in ddlCity and ddlProvince change, when I click Save I want the related fields in DB updated. If only one of these change I want the other NOT to update once I click save.
Futhermore, if neither is changed, I only want the txtboxes to be updated.
Please help...I think this is very simple, but I'm not having a good day...
Thanks in Adavnce,
Mark
|