(1.5 point) Load list of all employees in database into the datagridview.
(2 point)
In the combobox [Position] (in groupbox [Current Employee]), load all distinct position values that appear in table Employee in database.
Position
Tester
Developer
Leader
Manager
Refresh Tester
Figure 2- Items of combobox [Position]
When user enters the employee's information into controls in groupbox [Current Employee] and presses the button Add, insert one more employee into database. The data of datagridview must be reloaded.
(2 point) When user click on one cell in the datagridview, load data of corresponding employee into controls in groupbox [Current Employee]. User can use Edit button for updating information of this employee in database. The data of datagridview must be reloaded.
100%
Zoom
Close