asp.net ajax server side event handling on client

R

Rodney

I want to notify browser of every time my server side event fires w/o
creating some sort of timer on client. Basically, can server notify
client w/o client initiating contact? Again, thx for any information
you can provide.
 
A

Arsen V.

Hi Rodney,

HTTP protocol does not allow the server to "push" to the client. The client
always has to be the one initiating the request.

Ajax allows to simulate "push" by having the client "poll" the server when
certain client side events occur: mouseover, timer tick, click, etc.

Java Applets, ActiveX, or Flash can be used to "push" from server to client.

-AV
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top