Use SQL Paging to make your grids so fast that you’ll wonder if you really clicked the mouse button.
Subscribing Customers to an AWeber List with an ASP.NET Application
January 31, 2010 by
This article shows you how to send subscribe requests to AWeber directly from your ASP.NET application. This technique is useful when you already have the customer’s name and email address and don’t want a separate subscribe form.
Creating Custom Configuration Sections in ASP.NET
August 2, 2009 by
Use the ASP.NET configuration system to add complex configuration structures to Web.config.
Write Your Own .NET RSS Feed in C#
August 1, 2005 by
Program an RSS feed for your Web site using C# and the .NET framework.