Exemple #1
0
    protected void btnSaveEvaType_Click(object sender, EventArgs e)
    {
        int ID = BLL_Crew_Evaluation.INSERT_EvaluationType(txtEvaluationType.Text.Trim(), GetSessionUserID());

        txtEvaluationType.Text = "";

        Load_TypeList();
    }