I have several controls ( mainly edit ) which are fires Ajax onchange events to detect modifications and enable a "Save" button.
My problem is when i want to fill the edit with data in a procedure called by an ajax event , the event onchange are fired after the procedure ends so i have my button save enabled

How can i overcome this ?
sorry if my question seems to be stupid for Ajax familiar people
