| <%=rsExam("ExamCourseName")%> | |||||||||||||||||
| Subject | Date of Exam | Time | Closing Date for Entries | ||||||||||||||
| <%if rsExam("ExamSubject")<>"" then response.write(replace(rsExam("ExamSubject"),", "," "))%> |
<%if rsExam("ExamDate")<>"" then response.write(replace(rsExam("ExamDate"),chr(13)," "))%> |
<%if rsExam("ExamTime")<>"" then response.write(replace(rsExam("ExamTime"),chr(13)," "))%> |
<%if rsExam("ExamClosing")<>"" then response.write(replace(rsExam("ExamClosing"),chr(13)," "))%> |
||||||||||||||



