I writing an report on the three layered design architecture focusing on
a ASP.NET Web application. Currently i am having a simple visual studio web forms project, and I am wondering of which pattern a simple WebForm (ASPX, ASPX.CS, ASPX.DESIGNER.CS) presentation is using, like ASP.NET MVC uses the MVC pattern?
Also, in a three layered architecture, where is the user control components (ASPX.CS) placed? lower presentation layer or upper BLL layer?