You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/20480C_MOD03_LAB_MANUAL.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ First, you will use the HTML5 DOM to obtain a reference to the page’s schedule
30
30
#### Task 1: Review the existing code for the Schedule page
31
31
32
32
1. Start Microsoft Visual Studio 2017, and then from the **Allfiles\Mod03\Labfiles\Starter\Exercise 1** folder, open the **ContosoConf.sln** solution.
33
+
>**Note**: If **Security Warning for ContosoConf** dialog box appears, clear **Ask me for every project in this solution** checkbox and then click **OK**.
33
34
2. In the **ContosoConf** project, review the content of the **schedule.htm** page. Notice that the **schedule** page section, which will be used to display the list of sessions, currently contains an empty list named **schedule**:
34
35
```html
35
36
<section class="page-section schedule>
@@ -129,6 +130,7 @@ First, you will add two check box HTML elements to the **Schedule** page. The fi
129
130
#### Task 1: Add check box HTML elements
130
131
131
132
1. In Visual Studio, from the **Allfiles\Mod03\LabFiles\Starter\Exercise 2** folder, open the **ContosoConf.sln** solution. This project contains a working version of the application as it should appear at the end of exercise 1.
133
+
>**Note**: If **Security Warning for ContosoConf** dialog box appears, clear **Ask me for every project in this solution** checkbox and then click **OK**.
132
134
2. In the **schedule.htm** file, before the **schedule** list, add two check boxes that allow the user to specify the tracks for which the page should display session information:
133
135
134
136

@@ -162,6 +164,7 @@ First, you will add two check box HTML elements to the **Schedule** page. The fi
162
164
2. Verify that if both check boxes are selected, all tracks are listed.
163
165
3. Verify that if only **Track 1** or **Track 2** is selected, only the sessions for that track are listed.
164
166
4. Verify that if both tracks are not selected, no sessions are listed.
0 commit comments