I am making an user interface where a user can search the database for a particular record.My problem is when the record is displayed and if the user changes the contents of any text boxes I need to save the changes.I want to display the save button as soon as the user makes any changes.I have created a flag .Where should I put the code .If I put it in the lost focus event or in the change event, it is not working.It is automatically going to
that event.Please help me.