RandyRiegel
Programmer
I have a client that wants to be able to update a website in real time. Here is the scenario:
1.) There is a menu (restaurant) that has a menu displayed on monitors.
2.) They want to be able to update the menu real during business hours without the whole page refreshing.
3.) They want either a .NET app or an webpage to be able to update the menu from their computer in the back room.
So, pretty much I need to send a "remote ajax" call to modify the page. I know that once a page is loaded it's pretty much disconnected from the server. That is the problem. Any ideas?
1.) There is a menu (restaurant) that has a menu displayed on monitors.
2.) They want to be able to update the menu real during business hours without the whole page refreshing.
3.) They want either a .NET app or an webpage to be able to update the menu from their computer in the back room.
So, pretty much I need to send a "remote ajax" call to modify the page. I know that once a page is loaded it's pretty much disconnected from the server. That is the problem. Any ideas?