Example #1
0
        public ActionResult AllStudentList()
        {
            StudentMain SM = new StudentMain();

            return(View(SM.GetAllStudent().ToList()));
        }