Ejemplo n.º 1
0
 protected void btnSaveInfo_Click(object sender, ImageClickEventArgs e)
 {
     Notes.SaveInfo();
     Notes.InfoChanged();
     Notes.InfoOperation = "BrowseInfo";
     drpInfoTypes.Items.FindByValue(Notes.InfoType.ToString()).Selected = true;
     Notes.InfoOperation = "BrowseInfo";
     SetViewStates("SaveInfo");
     // 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";
 }