protected void Page_Load(object sender, EventArgs e) { Master.ActivateTab(AdminBaseMasterPage.SectionID.GroupAdmin); GeneralUtilities.BindDataBoundControl(gvRoles, SecurityData.GetRoleList()); }