Exemple #1
0
    protected void GridView_EvaluationType_RowDeleting(object sender, GridViewDeleteEventArgs e)
    {
        int ID = UDFLib.ConvertToInteger(GridView_EvaluationType.DataKeys[e.RowIndex].Value.ToString());

        BLL_Crew_Evaluation.DELETE_EvaluationType(ID, GetSessionUserID());
        Load_TypeList();
    }