Web Forms Basics: .NET Server Controls

This is going to be a deep dive into the markup, or view, side of a page. If you recall in an earlier post, we took a very high level look at the different components that make up a page.

These pages allow you to enter special server-side controls, which can be modified or acted upon on the server, through a code behind file, typically.

Please note that this will not be a tutorial on how to use Visual Studio or how to File > New Project something. This will be an exploration into server controls in ASP.NET.

Continue reading “Web Forms Basics: .NET Server Controls”