-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svcdata-access/subsvc
Description
Description
The Bootstrap class in courses table for the Instructors View file needs to be table-success rather than success like in the Instructors table above it.
@foreach (var item in Model.Courses) { string selectedRow = ""; if (item.CourseID == (int?)ViewData["CourseID"]) { selectedRow = "success"; }
Should be:
selectedRow = "success";
Page URL
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/data/ef-mvc/read-related-data.md
Document ID
823ce300-dcb9-b51d-fe4b-5bb4625a8126
Platform Id
cf974cb8-27b5-726c-734f-8279a8aeffd0
Article author
Metadata
- ID: f988f508-f5be-9961-830d-aa569adfcce9
- PlatformId: cf974cb8-27b5-726c-734f-8279a8aeffd0
- Service: aspnet-core
- Sub-service: data-access
Metadata
Metadata
Assignees
Labels
Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svcdata-access/subsvc