I'm trying to insert, update and delete form data to a datagrid. I've seen examples for insert, update and delete when the grid is binded to the database. But I want an example where the grid gets its data from the form and perform update, insert and delete back to the page instead of the database. Are there any examples?
Also, some of my form controls are loaded based on combo box values i.e selected index changed