I have and asp page that reads records from a DB and then displays them in a table. Some fields will be INPUT boxes to allow for editing.
There will be several SUBMIT buttons on this page depending on how many records were returned from the DB. How can I validate the INPUT boxes that belong to the SUBMIT button that the user has clicked on?
Thanks.
There will be several SUBMIT buttons on this page depending on how many records were returned from the DB. How can I validate the INPUT boxes that belong to the SUBMIT button that the user has clicked on?
Thanks.