Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Contents tagged with Atlas

  • ASP.NET AJAX: Client-side event viewer

    Often times when an ASP.NET developer is first learning about the page lifecycle, he puts together a simple application that displays the raised events on the page. This widespread technique helps him understand the order in which the events occur, the arguments that are passed along, and ultimately what can and cannot be accomplished during each event.

  • ASP.NET AJAX - Ajax Server Extensions sample

    In ASP.NET AJAX, the Ajax Server Extensions consists of a powerful set of server controls that simulate Ajax behavior on the client. In other words, these controls do not perform Ajax in its traditional sense (JavaScript calls to a server and dynamic updates with dhtml) but rather in a different way that gives the same illusion to the end user.