My challenge is explaining my problem clearly without receiving vague suggestions or getting pointed in the wrong direction.
I've been given a task by business associates that involves terminology I'm unfamiliar with. It's comparable to email notifications, message alerts on Facebook, and updates in social media games.
For instance, if 20 email messages were sent 5 minutes ago, the screen would show "20" (refer to attachment). If 3 more messages come in, the webpage should automatically update to display "23."
This concept is similar to how Facebook notifies us when our friends like or comment on posts, as well as updates in social media games based on status changes.
While I have some experience with cosmetic updates using CSS, I need guidance on implementing this functionality using JavaScript/ASP.NET. Do I need to trigger a page refresh to display new messages? I never paid much attention to this on platforms like Facebook, Yahoo Mail, or social media games - all I know is that the webpage dynamically reflects any changes.
I realize this question is quite broad, but any help pointing me in the right direction would be greatly appreciated.