In this video you will learn how you can update form data into database.
Theory:
In grid-view action column… there’s 3 action (view,update,delete)
when you click the UPDATE (pencil icon) button… it will go to update form and the text-field is filled with data from database…
So If you want to change those values you can update the form data.
Happy Coding
How to save form data into database?
• 9. How to insert form data into datab...