I have created a ASP.NET datagrid (c#) that is bound to a SQL Server DB. Upon initiation, it populates a number of columns with data from the DB. I would like to be able to edit each cell and save the results in the datagrid without posting them back to the DB table. My application is based on the tutorial found in:
Everything else works fine, I just want to eliminate updating the changes in the database.
Thanks in advance.
Everything else works fine, I just want to eliminate updating the changes in the database.
Thanks in advance.