form which allows you view the list of records, create a new item, update the existing item, and delete a specific record.
Task 2. Implement CRUD actions with GUI.
3. (1.0 mark) Authentication function
If user with a Administrator role logs in successfully, save this information to a temporary parameter. All CRUD actions are required authentication with Administrator role. In the case login unsuccessfully, display "You are not allowed to access this function!".
4. (2.0 marks) Check if login successfully with Administrator role, list all papers in Paper table (theinformation includes PaperID, Paper Title, SubmittedDate, Abstract, Authors and JournalName).
5. (1.0 mark) Check if login successfully with Administrator role, search paper information by PaperTitle or Authors (using relative search).
2
6. (1.0 mark) Check if login successfully with Administrator role, delete the selected item with the confirmation then update the list of papers.
+ 100%
Zoom
Close