3 New Articles published on MSDN - ASP.NET Section

The ASP.NET Page Object Model
Explore the eventing model built around ASP.NET Web pages and the various stages that a Web page experiences on its way to HTML.    (August 14, Article)

Injecting Client-Side Script from an ASP.NET Server Control
Enhance the usability of an ASP.NET server control by adding client-side script, as well as the functionality that is performed on the server-side.    (August 14, Article with Code Sample)

Creating a Pageable, Sortable DataGrid
Adding sorting or paging support to the DataGrid is relatively straightforward. But creating both a pageable and sortable DataGrid is more challenging. Follow steps to create a single sortable, pageable DataGrid.    (August 14, Article with Code Sample)

They are not any new things... Page LifeCycle, client script and the use of DataGrid (1 of them is written by Dino, and again, ScottMitchell rule wrote 2 out of 3 ;-)

No Comments