Пример #1
0
    protected void btnsave_Click(object sender, EventArgs e)
    {
        int ID = objKPI.INSERT_Category_DL(txtCatName.Text.Trim(), GetSessionUserID());

        txtCatName.Text = "";
        txtfilter.Text  = "";
        Load_CategoryList();
    }