Espionage
Espionage
CC#
Created by KooriByte on 2/4/2023 in #help
✅ How would you search this?
I don't see anyone really giving you a direct answer.... I would be searching two separate things, assuming you want to persist it: How to change link color when clicked? (IMO the answer is just CSS based on a DB entry) 'How to use conditional logic to change text color C# MVC ' 'How to add/retrieve a record in a database C# MVC?' If you don't understand relational databases it might not be obvious to you, but regarding adding to a users favorited list, displaying the favorited by and changing the color, this can all be achieved by one database entry which would link two separate tables. Then using conditional logic, modifying how it is output to the page either by directly applying a style to the html output, or using a class to achieve the same.
38 replies