Posts
All the articles I've posted.
Third Article Published on MSDN! ASP.NET 2.0, Membership Meets Atlas
Published: at 08:00 PMMicrosoft published my third article in a series on how to use Membership in ASP.NET 2.0 with an ObjectDataSource. That is, extending Membership into three tiers. This article takes what was developed in article two and adds Atlas extensions to make it work even better. The Article on MSDN uses the March CTP (Community Technology Preview). There is an update on my blog as well as a download to make it work correctly with the June CTP.
Atlas Membership Management Upgrade (June CTP)
Published: at 08:00 PMAtlas is still in beta from Microsoft and because of this, code that worked in previous CTP versions of Atlas may not work with later CTP's. This is exactly what happened with the version of the MSDN article built with the March CTP version of Atlas. The link below is to revised Atlas Membeship Management source. Update Source For June CTP of Atlas
How Things Work - ASP.NET 2.0 - CodeBehind
Published: at 08:00 PM<p>In this article, a simple asp.net 2.0 page will be taken apart and shown how the actual page class is put together. As we know, when an http request comes into asp.net through the http pipeline that is destined to be a page (file type aspx), the objective of asp.net 2.0 is to create a complete class that encapsulates that page request. That page class is an httpHandler of course.</p>
Inserting Programmatically with ObjectDataSource in ASP.NET 2.0
Published: at 08:00 PMHow To Set a Date Format In GridView Using ASP.NET 2.0(Using HtmlEncode Property)
Published: at 08:00 PM