Cutting Edge: Custom Script Callbacks in ASP.NET
ASP.NET client callbacks represent a neat and elegant way to execute server-side code without posting and refreshing the current page. See how any custom control can be endowed with script callback capabilities to use background round-trips to collect server data and update the user interface.
View the article.