I am using Razor Pages web app to convert an old c# web forms application. I’m Using SignalR to retrieve data from a SQL database. I’m not using any javascript frameworks (yet. i’m undecided if one is needed).
In Visual Studio 2022, when testing the app in Chrome, the data retrieval from the database is successful. BUT, it MIGHT display on screen for a quick second, if at all.
Sometimes if I refresh the page, the data blips on screen. Sometimes if I refresh the page A LOT, it might stay on screen. But if I refresh again, the data no longer displays. As far as I can tell, everything works as expected except the data displaying on screen.
Is my issue that I don’t have a javascript framework installed to help with data binding and UI?
Thanks for taking the time to help.
1