@Html.HiddenFor(x => x.FinalExaminationID)
@Html.HiddenFor(x => x.UserID)
@Html.LabelFor(x => x.SchoolyearID):
|
@Html.TextBoxFor(x => x.SchoolyearCode, new TextBoxOptions { IsEnabled = false })
|
@Html.LabelFor(x => x.CourseName):
|
@Html.TextBoxFor(x => x.CourseName, new TextBoxOptions { IsEnabled = false })
|
|
|
|
|
|
@Model.ExamsCategoryName |
@Html.ScoreFormularListFor(x => x.ScoreFormulaID, x => x.IsTotalFormula, new DropdownListOptions { Width = 230 }) |
@Html.CreditFormularListFor(x => x.CreditFormulaID, x => x.IsCreditFormula, new DropdownListOptions { Width = 230 }) |
@Html.GradePointFormularListFor(x => x.GradePointFormulaID, x => x.IsGradePointFormula, new DropdownListOptions { Width = 230 }) |
|
@Html.ScoreEditGrid("dgScoreDetailList", false, true, Model.FinalExaminationID.Value)
|
|
@Html.TextAreaFor(x => x.Comment, new Dictionary { { "style", "width:90%; height:12px;" } })
|