English 中文(简体)
客户与伙伴关系之间的传输数据。 NET 4.0
原标题:Sending data between client with ASP.NET 4.0
  • 时间:2011-02-21 07:49:08
  •  标签:
  • asp.net
  • push

Please help me think of solution here.

I m 改观彩票申请到协会。 NET。

In lotus note, we can pass the application(data) from staff to his/her manager for approval. The staff can also check status of his/her data whether the manager is opening it, approved it or not.

This process can be done in real time. I mean on the staff screen he/she will see status is changing from data sent --> manager is opening --> manager accepted or manager rejected it.

同时,如果其他工作人员试图跟踪这一应用程序(数据),他们将看到与第一工作人员相同的屏幕。

Now, in asp.net, i m thinking of sending data from staff to manager directly. I don t want manager s web browser need to do polling for every xx millisecond. I m not quite too sure it can be done or not in asp.net because i m not the WEB guy.

在进行了一段时间的研究之后,我发现,这可能有助于我,但似乎很难。 我不知道这个问题是否适合我的问题,或者有人可以引导我对此有一个更好的想法。

简言之, 有什么解决办法,即应该利用这一问题来实现我的目标?

我的英文职业介绍

谢谢。

问题回答

I m 通过XMPP进行实时交流。 有一个名为“jabber.net,在此背景下,你可以形成习惯的jabberclients。 它非常容易执行、可靠和迅速。 在我的案件中,用户甚至知道他实际上在背景中进行聊天。 如信息在标准网络控制中所示。 信息自动生成。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签