Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Asynchronous web pages

Reply
Thread Tools

Asynchronous web pages

 
 
mark.norgate@gmail.com
Guest
Posts: n/a
 
      09-28-2006
Hello

The thing that interested me more about ASP.NET 2.0 before it came out
was asynchronous web pages. Now it's here and I have time to
investigate, I'd like to know about how to write pages that don't do
callbacks to the server.

Where is this described in the MSDN Library? I can find examples,
evangelical articles and so on but no reference documentation. Does
anyone have a link?

(please don't say "search" because I have)

Ta, Mark

 
Reply With Quote
 
 
 
 
bruce barker \(sqlwork.com\)
Guest
Posts: n/a
 
      09-28-2006
I'm not sure what technology you are looking for. asp.net 2.0 does not
change the browser request/response model as that would require changes to
the browser. the server can not call the browser, the browser must still
poll the server. 2.0 has some support for ajax which is browser client code
making async calls to the server. the new atlas library (beta) has more
support for ajax.

any ajax techonolgy is going to require you learn javascript and the browser
dom, to get good use of it.


-- bruce (sqlwork.com)


<> wrote in message
news: oups.com...
> Hello
>
> The thing that interested me more about ASP.NET 2.0 before it came out
> was asynchronous web pages. Now it's here and I have time to
> investigate, I'd like to know about how to write pages that don't do
> callbacks to the server.
>
> Where is this described in the MSDN Library? I can find examples,
> evangelical articles and so on but no reference documentation. Does
> anyone have a link?
>
> (please don't say "search" because I have)
>
> Ta, Mark
>



 
Reply With Quote
 
 
 
 
ThunderMusic
Guest
Posts: n/a
 
      09-28-2006
here are plenty of results :

http://www.google.ca/search?sourceid...nt+callback%22

it's called "client callback"
> I'd like to know about how to write pages that don't do
> callbacks to the server.

did you really mean 'callbacks' or you meant 'postbacks'?

I hope it helps

ThunderMusic


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Asynchronous Pages Always? Varangian ASP .Net 3 07-24-2008 01:35 PM
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls Nathan Sokalski ASP .Net 5 01-10-2007 10:50 AM
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls Nathan Sokalski ASP .Net Web Controls 4 12-21-2006 02:50 AM
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls Nathan Sokalski ASP .Net Building Controls 4 12-21-2006 02:50 AM
asynchronous call to web service from a web page mimi ASP .Net Web Services 5 07-25-2004 01:43 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57