如何在asp.net c#中以固定的时间间隔执行SQL Server“select”语句,并在弹出窗口中显示结果

时间:2022-07-15 02:56:23

I am developing an asp.net c# web application. I am facing an issue, there are two users admin and salesman. If the salesman logs in and enter details through one page, the details should be displayed on the admin machine as popup whenever he should be in any page of that application.

我正在开发一个asp.net c#web应用程序。我面临一个问题,有两个用户管理员和推销员。如果销售人员登录并通过一个页面输入详细信息,则只要应该在该应用程序的任何页面中,该详细信息应显示在管理员计算机上作为弹出窗口。

There are several salesmen from several locations, login and enter details and it should be displayed on admin machine.

有几个销售人员来自多个地点,登录并输入详细信息,应该显示在管理员计算机上。

I hope some should provide a suitable solution for me...

我希望有些人能为我提供合适的解决方案......

1 个解决方案

#1


1  

Try Signalr for realtime update on both client machines. http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr

尝试使用Signalr在两台客户端计算机上进行实时更新。 http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr

#1


1  

Try Signalr for realtime update on both client machines. http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr

尝试使用Signalr在两台客户端计算机上进行实时更新。 http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr