4-Tier Architecture in ASP.NET with C#
Oct 26th, 2007 by admin
using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlClient; …
See the original post here:
4-Tier Architecture in ASP.NET with C#