I have many rows that I display on a page, and each row has a textbox with a user entered value in it.
When the user submits the form, I have take each row’s textbox value, and do some db work on them.
The db work is performing updates, so I have to be able to reference the ID of the row also (which I have to store somewhere??)
what are my options here?
You need to set the
nameof the input(s) correctly. The Action won’t see which “row” is associated with the value, nor will it see theid. It will only see thename.