//Bind Grid of StudentData_BL #region [Bind Student Data Region] public DataSet BindStudentData_BL(EWA_Common objEWA) { try { DL_Common objDL = new DL_Common(); DataSet ds = objDL.BindStudentData_DL(objEWA); return(ds); } catch (Exception exp) { throw exp; } }