Esempio n. 1
0
 public ActionResult SaveResult()
 {
     ViewBag.StudentRegNo = AStudentResultManager.GetStudentRegNoForDropdown();
     ViewBag.allGradelist = AStudentResultManager.GetAllGradeForDropdown();
     return(View());
 }