Hi,
I have a asp.net webform with a few dynamically created HTML controls within many DIVs in a list - a textarea, and a submit button in each. I need to identify which HTML submit button was pressed by ID or Name (which is the value of the recordID) so as
only to update that record. Can this be done within the code behind?
Thanks for any help!
JP
Go to the complete details ...