Example #1
0
 protected void btnSave_Click(object sender, ImageClickEventArgs e)
 {
     Notes.Save();
     Notes.NodeChanged();
     Notes.Item      = 0;
     Notes.Operation = "Browse";
     SetViewStates("Save");
     // Save happens in the Tree Class but cant be bothered passing all these down through NoteTree && Tree
     drpTxtOpr.ClearSelection();
     txtTxtSpecs.Enabled = false;
     txtTxtSpecs.Text    = "";
     btnGo.Enabled       = false;
     btnGo.ImageUrl      = "images/Icons/Go_Disabled.png";
     btnBackOut.Enabled  = false;
     btnBackOut.ImageUrl = "images/Icons/No_Disabled.png";
 }