Posts
All the articles I've posted.
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 PMMembership Editor Works With Atlas March CTP
Published: at 08:00 PMAdding 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>
AJAX 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>.