I have been able to display the data on the razor page.
In the data rows there are 2 columns with data id’s that I would like to display the corresponding name for the data id, so humans can understand the data. The datagrid view enable lookups on the columns. How do
I do this with EF and data tables?
I have formatted the data on the razor page by using the tools from mdbootstap.net.
How can I show the name for the data id in a data table in a razor page?
Member
1 Points
30 Posts
Replacing Datagrid view with datatables with lookups on razor pages
Jan 24, 2019 10:09 PM|bswanson|LINK
I am in the process of moving a web app from frameworks to core so it can be run on a Linux host. By following the ‘Getting Started with EF Core on ASP.NET Core with an Existing Database’ (https://docs.microsoft.com/en-us/ef/core/get-started/aspnetcore/existing-db?view=aspnetcore-2.2)
I have been able to display the data on the razor page.
In the data rows there are 2 columns with data id’s that I would like to display the corresponding name for the data id, so humans can understand the data. The datagrid view enable lookups on the columns. How do I do this with EF and data tables?
I have formatted the data on the razor page by using the tools from mdbootstap.net.
How can I show the name for the data id in a data table in a razor page?