How to fill in the fields with values in a form based on an item clicked ( ASP.NET Core Razor page)?
Coffee shop is created with ASP.NET Core Razor page. Coffee Model created and all available coffee is stored in a db (ef core). We have two pages. First page shows a table of all coffee (id, title, cost, ...)info. Each…