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:
- Return to Visual Studio.
- Right-click the
Pages
folder and select the “Add, New Item” option from the menu. - Enter “CSS” in the “Search” box.
- Select “Style Sheet”.
- Name the file
Index.razor.css
. - Click the “Add” button.
- Enter the following style:
Get hands-on with 1400+ tech skills courses.