1- i want to add a favorite button and a add a star icon based on favorite button when we click on favorite button star icon color will be red
and when we click on remove button so item remove from favoriteItem table.
2 - I want to Add like lbutton and product review section for each product.
please solve my problem
thank you buddys
Loading
Abhishek ChadhaPosted May 22, 2024, 7:46 AM
Here's a simplified example of how you might implement these features:
Soheb AhmadPosted May 22, 2024, 7:18 AM
i want to do it MVC C#
Jayraj ChhayaPosted May 22, 2024, 7:12 AM
To add a favorite button with a star icon that changes color to red when clicked and removes the item from the favoriteItem table when the remove button is clicked, you can implement the following steps:
By following these steps and customizing the functionality as needed, you can enhance your Dot Net MVC application with favorite, like buttons, and product review sections.