| Name | Age | Dept | Edit | Delete |
| asha | 27 | cs | edit | delete |
| reni | 23 | ec | edit | delete |
| edit | delete | |||
| edit | delete | |||
| edit | delete | |||
| edit | delete |
how to inset or edit next rows......
| Name | Age | Dept | Edit | Delete |
| asha | 27 | cs | edit | delete |
| reni | 23 | ec | edit | delete |
| edit | delete | |||
| edit | delete | |||
| edit | delete | |||
| edit | delete |
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.
Joginder BangerPosted Nov 29, 2014, 2:47 AM
try the following link it's may be some help you
http://www.codeproject.com/Articles/467788/Dynamically-adding-and-deleting-rows-from-ASP-NET
ancy chackoPosted Nov 29, 2014, 1:27 AM
i want to edit or insert values in the row...not this type of editing
Manish Kumar ChoudharyPosted Nov 29, 2014, 1:20 AM
hi ancy chacko,
Read these links it helps you
http://www.aspsnippets.com/Articles/Insert-Update-Edit-Delete-record-in-GridView-using-SqlDataSource-in-ASPNet.aspx
https://csaspnetgridview.codeplex.com/
http://www.c-sharpcorner.com/UploadFile/9f0ae2/gridview-edit-delete-and-update-in-Asp-Net/