DataList provides related editing templates, but with DataGrid is that DataList does not edit buttons.
To use the editing function in DataList.
You can add a button in an item template, both of LinkButton and Button.
Setting this button with the DataList's editing event in CommandName.
Such as:
CommandName = "Edit"
Update Button You can use the commandName = "Update" Cancel button to use the commandName = "Cancel" to remove the button to use CommandName = "Delete" to be implemented.