
Using the new ASP.NET feature of "Code Behind" to seperate layout from content.In the previous article I introduced web forms, this article progresses the example to show how to seperate the logic into file that sits behind the layout to seperate code from design.Much is made of ASP.NETs new object oriented abilities, and code behind shows a useful way of exploiting this. Effectively what you are doing is creating a class for the page to inherit from.
|