Greetings, I have a form with 20 Textboxes. When the user leaves the textbox and has changed anything an update has to be written to the DB.
Is it possible to use only one Eventhandler to cover all Textboxes or do I realy need for every Textbox on this form an own Eventhandler?

Thankx in advance