473,569 Members | 2,481 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1286
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**********@g mail.comwrote in message
news:11******** **************@ b28g2000cwb.goo glegroups.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
1210
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 completion of the method call the user will be redirected. Can someone provide guidance on how to do this?
1
6205
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 BufferedStream.BeginRead() not behave similar to the NetworkStream.BeginRead() ?? The following short program illustrates my problem.: using System;
9
8659
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 trying to decide if I should use remoting vs. writing a server that uses networkstreams. I have read that networkstreams\tcp programming should...
0
1505
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 page.I am using the Custom thread pool as given in the article's sample. Implementation: =============== In AsyncPage.aspx I inhereted AsyncPage...
0
1305
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: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service07222003.asp The article talks about 3 approaches synchronous | asyncronous | and PrerequestHandler with asynchronous calls. I...
1
2861
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 website? This question is wide open but make sure you give me some ideas in context with DAAB syntax. Some thoughts are threading, ATLAS, etc. but I...
0
1747
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 ------------------------------------------------------------------------------------------------------------------------- My web.config file: ---------------------
3
4737
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 counters but after running X requests which executes this "asynchronous" module all other requests go to application queue - so it executes...
2
1351
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 worthwhile to use them for every single page, whatever the process.... but I may be wrong. what do you think? Thanks!
0
7703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7982
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6286
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2116
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1226
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.