Beispiel #1
0
 protected void gvSupportedDocument_RowCommand(object sender, GridViewCommandEventArgs e)
 {
     if (e.CommandName == "DeleteDocument")
     {
         client.DeleteFuneraldocumentById(Convert.ToInt32(e.CommandArgument));
         bindSupportedDocuments();
     }
 }