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

Client Side Callbacks in ASP.NET 2.0 : Richard Bean

Friday, December 12 2008

Explains how to use Client Callback feature to retrieve page values without using of postback and reconstructing complete web page. ASP.NET 2.0 includes a new Client Callback feature that enables you to retrieve page values and populate them to an already-generated page with out reconstructing page. This makes it possible to use on a page with out going through the entire post back cycle; that means you can update your pages without completely redrawing the page. End users will not see the page flicker and reposition, and the pages will have a flow of a thick client application. It is an interesting feature that allows invoking server side code from Client side JavaScript using XmlHTTP....

Read More:
Client Side Callbacks in ASP.NET 2.0 : Richard Bean
Also See:
Sample ASP.Net Application for Generics : Ra-Aj Ramesh
code better - use string.format : Karl Seguin
Easy "NO SCRIPT" DataGrid Tooltips in ASP.NET : Peter A BRomberg
Building Model-View-Presenter applications with MVC# framework : Oleg Zhukov
Secure Your Site : Steve C. Orr

Post your comment

Comment