hi.. i have been googling for long time, but i couldn't find how to create event for dynamic controls.
i have a form with a frame, when the form load, it will check how many columns they have in database for a particular table and all the fields will created dynamically in the frame. All this work fine.

Now, i want to do client-side validation when client change the value/ when client type in new value in combobox. Anyone can provide a simple code demonstrate how it works(as in how to create event for dynamic created control)?

*the control will name according to the column name in database
eg.: txtName, txtAddress, txtBatchNo, etc


Thank you in advance!