Hi helpers,
In my
jsp I have multiple rows in a table.
each row is having 3 columns(Lable,Combo Box, TextBox),
Lable and combobox values comes from database.
My issue/dought is :
I need to change the combobox value and text box value in multiple rows and when i press the submit button i have to update all the datas into database.
If any of you provide me the code snippet it would helpful for me.
Thanks in advance