Friday, Nov 20 by Yi Liu
In this article, I demonstrate how to create a modal popup login page in ASP.NET. By using Login controls, AJAX Extensions, and the AJAX Control Toolkit, you can easily accomplish this task without much coding. The demo project is based on Visual Web Developer Express 2008 and the .NET Framework...
Thursday, Nov 19 by Scott Mitchell
Scott Mitchell's November 2009 Toolbox column in MSDN Magazine
Wednesday, Nov 18 by Mike Brind
As you delve more into ASP.NET MVC you start to come across a whole new way of doing things that Web Forms development didn't really expose you to. Inversion of Control (IoC) and Dependency Injection (DI) are two phrases that crop up a lot in the MVC space. So what are they all about? And should...
Wednesday, Nov 18 by rtpHarry
The site map file is a great place to store extra snippets of page-specific information. In this article we will explore how easy it is to add custom attributes to a site map by creating a user control to display a sitemap and adding custom attributes to filter out specific pages.