コード例 #1
0
        private void BindDirectMaterials(string DOC_NUMBER)
        {
            DataTable dtRecord = MRPClass.MRPInvent_Direct_Materials(DOC_NUMBER, entitycode);

            DMGridFinance.DataSource   = dtRecord;
            DMGridFinance.KeyFieldName = "PK";
            DMGridFinance.DataBind();
        }