This content has been marked as final.
Show 1 reply
-
1. Re: How to insert, delete and update record in GridView control.
jondsouza123 Dec 2, 2016 2:54 AM (in response to ailsa)Sometimes there is a need to insert, update and delete records in a GridView using a single Stored Procedure instead of creating separate Stored Procedures for each operation.I refer some useful resources.I hope with the help of these resources you can use gridview control.
Insert, Delete, Update in GridView in ASP.Net using C#
Thanks