Browse by Tags

The Dual Life of Code Behind

When you create an ASP.NET page using Visual Studio .NET, the default processing model is to use code-behind (the basics of which I described here ). One of the more interesting aspects of code-behind is that you can specify the code for the code-behind Read More...

The Code Behind Model of ASP.NET

Almost from it’s beginning, HTML has been a mixture of data, display and logic. While the original static pages might have only combined data and display, once scripting was introduced the three disciplines have lived together uncomfortably. ASP Read More...