Raise an event in the client from the server

  • Thread starter Thread starter zorhel
  • Start date Start date
Z

zorhel

Hi.
How can I raise an event in a specific client, or in all clients, not using
thread, in a web application using asp.net?
The .net remoting works in this case? How? I can't understand yet!
Someone have any example?

Thanks in advance.

Zorhel
 
Zorhel,

If you mean raising client events from the server, there is no way of doing
it. The server can get client to handle client events on client side.

Eliyahu
 
Back
Top