/// <summary> /// Function to DeleteRowsFrom tbl_Stockposting While Updating /// </summary> public void DeleteOpeningStock() { try { StockPostingBll BllStockPosting = new StockPostingBll(); BllStockPosting.StpDeleteForProductUpdation(decProductIdForEdit); } catch (Exception ex) { MessageBox.Show("PC:5" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } }