Esempio n. 1
0
 protected void mfScoreCardDashboard_Action(object sender, Micajah.Common.WebControls.MagicFormActionEventArgs e)
 {
     if (e.Action == Micajah.Common.WebControls.CommandActions.Cancel)
     {
         RedirectToGrid();
     }
 }
Esempio n. 2
0
 protected void mfDataCollector_Action(object sender, Micajah.Common.WebControls.MagicFormActionEventArgs e)
 {
     if (e.Action == Micajah.Common.WebControls.CommandActions.Cancel)
     {
         RedirectToGrid();
     }
 }