R
rockdale
Hi,
I have a edit interface with textbox, checkbox groups ..etc, users can
edit /check/uncheck these controls, these edit controls are seperate to
different zones, and there has one save button only. in the backend I
want to know which zone is changed so that I can update its respected
table. I am think using Javascript on client side - onblur, onclick
etc to set a flag on my hidden label, but this requires me to pass in
thje lable client id to every onblur functions. Is there a better to
know whether the user changed certain textbox/checkbox? I do not want
to compare to original value on database side and then do the updates.
Thanks
rockdale
I have a edit interface with textbox, checkbox groups ..etc, users can
edit /check/uncheck these controls, these edit controls are seperate to
different zones, and there has one save button only. in the backend I
want to know which zone is changed so that I can update its respected
table. I am think using Javascript on client side - onblur, onclick
etc to set a flag on my hidden label, but this requires me to pass in
thje lable client id to every onblur functions. Is there a better to
know whether the user changed certain textbox/checkbox? I do not want
to compare to original value on database side and then do the updates.
Thanks
rockdale