Suggestions on how to dynamically display data based on a radio button
Hello everyone!
At the moment I am working on a movie database project and was looking for some advice on how to dynamically display some data on my home page.
My idea is to have a sidebar on the left hand side of the page that would list out all of the genres in my database. To the right I would have a table listing the 5 most recent movies added to the database.
Clicking on a genre would update the table to the right to display the 5 most recent movies of that genre added to the database.
I really like this idea however I am not sure how to implement it. Does anyone have any suggestions for what to look into?
Any advice would be greatly appreciated!
Currently I am using ASP.Net Core 2.2 and EF Core SQL Server.
0 comments:
Post a Comment