protected void Page_Load(object sender, System.EventArgs e) { if (SharedID > 0 || !CalendarEntry.ShowAcceptDeny(EventID)) { ctrlQT.Visible = false; } if (Security.CurrentUser.IsExternal) { ctrlEP.Visible = false; } }