User-1578974752 posted
There are 20 text boxes in a form. Retrieve button once clicked will show 10 textbox values of table abc(These values are inserted using insert command).
when I fill remaining 10 textbox and click save button,the values are saved to table.Then once i click retrive button all 20 textbox values are showing correctly but when i change any value in all these 20 textboxes and click save(update command), the upated
values are not saved to the table. How to solve this. Thanks