☑Kizspy.me
Figure 1-Require page
The web application has page at url/Instructor/List and is designed as shown in Figure 1, including
three mains part belows:
2.1. Display List of Instructors
When the first-time access to /Instructor/List
Display all information about Student in the database in table format. Each row in the table should include
the following fields:
- Instructorid
- FullName
- Department (from Department)
- ContractDate (dd/MM/yyyy)
Each <td> tag will have an id in the form td_(columnName}_{rowIndex) (where rowindex start from 0,
for example: td_instructorld_0, td_fullName_0,... and columnName write with camel case format). (see in
Figure 2)
All columns the inner text is placed directly in the <td> tag.
Zoom
+ 100%
Close