コード例 #1
0
ファイル: KPILibrary.aspx.cs プロジェクト: 15831944/JIBE-ERP
    protected void GridView_Category_RowDeleting(object sender, GridViewDeleteEventArgs e)
    {
        int ID = UDFLib.ConvertToInteger(GridView_Category.DataKeys[e.RowIndex].Value.ToString());

        objKPI.DELETE_Category(ID, GetSessionUserID());
        Load_CategoryList();
    }