AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

JavaScript with ASP.NET 2.0 Pages - Part 2 : Xun Ding

Tuesday, July 01 2008

ASP.NET provides a number of ways of working with client-side script. This article explores the usage and drawbacks of ASP.NET script callbacks, and briefly presents a bird's view of ASP.NET AJAX. ASP.NET server-based web forms use a request-response model. Each request results in a roundtrip a.k.a postback to the server. Each postback causes the requesting page to be refreshed, regardless of the nature or the sender of the request. With web users becoming more and more sophisticated, the request-response-refreshing (or click-n-wait) model becomes less and less desirable and in the case of heavy webpages, the lack of smooth performance simply drives users away...

Read More:
JavaScript with ASP.NET 2.0 Pages - Part 2 : Xun Ding
Also See:
Data Source Controls in ASP.NET 2.0 : Richard Bean
Multithreading in ASP.NET : Richard Bean
Creating a Simple WebPart Page and use WebServer controls as WebParts : Muhammad Mosa
Manual Threading in ASP.NET 2.0 : Richard Bean
A First Look at ASP.NET Extensions 3.5—History Points : Dino Esposito

Post your comment

Comment