I need to know when various controls (text boxes/check boxes/etc) have been edited, so when they save the information later only the changed information gets updated.

So, I was planning on storing the "object" in an array keyed off by the change event. Then when they go to save the information I can just use "object".text or "object".value, as it runs through the array.

How can I store an "object" in an array and read it out later?

Thanks for any assistance...
QuaffAPint