Completing the Tasks

Learn how to update tasks in the database.

We'll cover the following

We will allow the user to mark a task as complete by clicking the checkbox next to the name of the task. We do this as follows:

  1. Return to Visual Studio.
  2. Right-click the Pages folder and select the “Add, New Item” option from the menu.
  3. Enter “CSS” in the “Search” box.
  4. Select “Style Sheet”.
  5. Name the file Index.razor.css.
  6. Click the “Add” button.
  7. Enter the following style:

Get hands-on with 1200+ tech skills courses.