R
Rob W
Greetings again,
I have a form where data is loaded into textboxes, datepicker and a
checkbox.
The textbox modified property if data is loaded into the textbox will be set
to true, so I could simply reset it to false and then every time a change is
made, track it.
I was looking at a similar mechanism for the checkbox, as I want to build up
an SQL string to ONLY update fields if the data has been changed on the
form.
I was wondering is there such a property for the checkbox?
I did think about checking its value as integer when first loaded and then
when they press the save button, compare values.
Or perhaps use the CheckChanged event and use boolean variables to detect
changes.
Does anyone have any other solutions, ideally better than mine ;-)
Thanks
Rob
I have a form where data is loaded into textboxes, datepicker and a
checkbox.
The textbox modified property if data is loaded into the textbox will be set
to true, so I could simply reset it to false and then every time a change is
made, track it.
I was looking at a similar mechanism for the checkbox, as I want to build up
an SQL string to ONLY update fields if the data has been changed on the
form.
I was wondering is there such a property for the checkbox?
I did think about checking its value as integer when first loaded and then
when they press the save button, compare values.
Or perhaps use the CheckChanged event and use boolean variables to detect
changes.
Does anyone have any other solutions, ideally better than mine ;-)
Thanks
Rob