Exemple #1
0
        protected void ASPxGridView1_RowUpdated(object sender, ASPxDataUpdatedEventArgs e)
        {
            int line      = Session["ProdLine"].ToInt32(0);
            int ProcessId = Session["ProcessId"].ToInt32(0);
            int stationid = Session["StationId"].ToInt32(0);
            int PartId    = Session["PartId"].ToInt32(0);

            GetGVToolInventories1(ProcessId, line, stationid, PartId);
        }
 private void ASPxGridView1_RowUpdated(object sender, ASPxDataUpdatedEventArgs e)
 {
     OnChange();
 }