Example #1
0
 protected void btnEditInfo_Click(object sender, ImageClickEventArgs e)
 {
     Notes.InfoOperation = "EditInfo";
     Notes.EditInfo();
     SetViewStates("EditInfo");
 }