Hi
I am getting abobe error. Below is the code
if (Utility.IsRoleAssigned("SA").Item1) { List<StudentsBreak> Result = bALStudentsBreak.GetStudentBreakList(); } else { List<StudentsBreak> Result = bALStudentsBreak.GetStudentBreakList(Convert.ToInt32(hdfMentorID.Value)); } if (Result != null) { }
Thanks