473,385 Members | 1,357 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Asynchronous web pages

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

Sep 28 '06 #1
2 1272
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)
<ma**********@gmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr 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

Sep 28 '06 #2
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
Sep 28 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: FairlySane | last post by:
I am trying to make a call to a method from an ASPX page that takes a few minutes to complete. During this time I would like the page to wait (show gears turning like Sharepoint)... upon...
1
by: Niels Johansen | last post by:
Hello, When using the asynchronous read method in the BufferedStream class, , it seems to me that it blocks like the normal synchronous read method. Why is it so? Why does the...
9
by: Michael Lindsey | last post by:
I need to write a server app to send images to client GUIs that are outside of the server's domain. The client will have the file system path to the image but can not access the file system. I am...
0
by: Santa | last post by:
I am using Fritz Onion's "Asynchronous Pages" approach as mentioned in the article http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/default.aspx to increase the performance of my ASPX...
0
by: DotNetShadow | last post by:
Hi Guys I came across this article which deals with Performance Considerations for Making Web Service Calls from ASPX Pages:...
1
by: dba123 | last post by:
I need to perform Asynchronous Inserts using DAAB. So far I have a method which does an insert but how can I do this Asyncronously so that it does not affect the load on our public production...
0
by: Bishoy George | last post by:
Hi, I have a asp.net 2.0 web application. I want to implement the asynchronous model through http handler in web.config ...
3
by: =?Utf-8?B?Sm9obg==?= | last post by:
Hi, I need to write asynchronous HTTPModule which will sometimes execute long job. I've written it using AddOnBeginRequestAsync but it still executes synchronously - I am checking performance...
2
by: Varangian | last post by:
my question is when to use Asynchronous Pages and when to not? Considering their advantage of not locking the UI thread for a particular process whether long or not, I might think that it is...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.