- Add a new User record
- Navigate through the list
- Prev - moves to the previous User record
- Next - moves to the next User record
- New - clears and enables all textboxes for record entry
- Save - adds a new User record to the list
- Cancel - clears and disables all textboxes without adding a User record to the list
If there are already records in the list, the application should allow navigation through the Prev and Next buttons. The current index textbox should also be updated based on the record's index in the list. If the current index is 0, the Prev button is disabled. If the current index is equal to the number of records in the list, the Next button is disabled.
You can download the sample output here.