Update and Delete in Session Datatable in C#
Hi,
i have a Gridview data's which is bind from session Datatable.
now i need Edit and delete the record using gridview link button.
After editing and deleting the Record,
how update the session datatable and bind to the grid?