BethanysPieShop icon indicating copy to clipboard operation
BethanysPieShop copied to clipboard

category dropdown seems not working

Open MarkyCSVGit opened this issue 4 years ago • 2 comments

Hello Gill, I hope you're doing well and safe. I follow you're tutorial for my own project and I'm using asp.net core 2.2 I was just wondering why the category dropdown seems not able to work using Tag helper.

see attached screenshot

image

MarkyCSVGit avatar May 26 '20 07:05 MarkyCSVGit

Same issue for me too, on using asp.net core 3.0.

2020-06-10_122422

In VS 2019, the "Index" in the Default.cshtml says it "Cannot resolve action 'Index'.

2020-06-10_122654

jgess1 avatar Jun 10 '20 19:06 jgess1

It looks like the issue is with the Bootstrap files used locally in the project. When I linked to the external sources the drop down worked correctly.

Put this in your _Layout.cshtml file instead of pointing to the local jquery and bootstrap:

jgess1 avatar Jun 10 '20 20:06 jgess1