How can I have an interactive image in asp.net?

S

SagaV9

Hi all. I have an ASP.NET project that needs to display a map. The map contains areas that show a status of either "busy" or "available". I need the map to show this status with an icon, a small image that represents either of these states.Additionally, these icons need to be clickable so that I can toggle between states.I am using Visual Studio 2019 with C#.A long time ago, I used ImageMap; however, I want to ask here for best practices for this functionality before taking a refresher course on ImageMap. With so many UI components available, I am hoping that there is a component that is a bet

Continue reading...
 
Back
Top Bottom