Asp.Net Callback

  • Thread starter Thread starter Kim Larsen
  • Start date Start date
K

Kim Larsen

Hi,

Is it possible to make a application i Asp.Net, where the client
(webbrowser) gets notified when the Server has new data.

What i mean is that like a Java applet, it's running som code in the
background and when the server has new data, the client is notified and
writes the data to the screen.

Best Regards

Kim
 
There will be a convenient way for this kind of thing in Whidbey.

See the PDC slides and demos: section "ASP.NET: Building Server Controls for ASP.NET "Whidbey" (Part 1)" at http://www.asp.net/whidbey/pdc.aspx
There are a few slides and demo code on "script callbacks".
 
Back
Top