update record
how to add,update,delete gridview record using boundfield(without sql data source) in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Aug 23, 2012, 9:39 PM
http://www.codeproject.com/Articles/24085/Insert-Update-Delete-with-Gridview-Simple-Way
vikas kananiPosted Aug 25, 2012, 5:55 AM
Jignesh TrivediPosted Aug 23, 2012, 11:37 PM
Please refer
http://www.codeproject.com/Articles/23471/Editable-GridView-in-ASP-NET-2-0
http://wiki.asp.net/page.aspx/1360/add-edit-update-delete-gridview/
hope this will help you.
Sukesh MarlaPosted Aug 23, 2012, 1:17 PM
For Edit and Delete you can use DataKeyNames and RowEditing and RowDeleting Events.
Check this is correct answer if it helped.