Posts
All the articles I've posted.
Adding Personalization via Profiles to the ObjectDataSource in ASP.NET 2.0
Published: at 08:00 PM<p>This article explains the mechanics involved in extending the ObjectDataSource (developed in the previous article in this <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASP2memroleman.asp">MSDN Membership Security Series</a>) to handle personalization information using the ASP.NET 2.0 custom provider facility. Then, it goes on to explains some fancy tricks you can do with this ObjectDataSource to make accessing membership even easier. Finally it presents a <a href="http://painfreeods.peterkellner.net/Default.aspx">free tool available on the web</a> that lets you cut and paste part of your web.config file into a web page and out comes a ready-to-compile C-Sharp ObjectDataSource.</p>
Read moreAJAX Meets ASP.NET 2.0 Membership Management For IIS
Published: at 08:00 PMThis article extends one of the web pages developed in Part II of this series using Microsoft's implementation of AJAX called Atlas. You can view a live demonstration of the technology developed in this article at the URL <a href="http://livedemos.peterkellner.net/AJAXDemo">http://livedemos.peterkellner.net/AJAXDemo</a>.
Read moreMembership Management Newly Styled GridView
Published: at 08:00 PMMikhail Lukyanau has been kind enough to provide a redesigned version of the membership.aspx page
Read moreUsing Membeship ObjectDataSource For Returning ProviderUserKey (ForeignKey Use)
Published: at 08:00 PM<p>This article gives an example of how to modify the Object DataSource in the previous article (<a href="https://peterkellner.net/archives/2006/01/09/24/">Microsoft ASP.NET 2.0 Member/Role Management with IIS<br /> Part 1: Security and Configuration Overview </a> ) to return a ProviderUserKey which can then be used as a foreign key into the developer's own data tables. </p><p></p>
Read morePublished in MSDN!
Published: at 08:00 PMTwo Articles on ASP.NET 2.0 Membership Published in MSDN. (Both can be viewed at this blog)
Read more