Understanding Code Behind
Code Behind allows the seperation between the code to render the presentation of the page and the programmatic logic of the page by putting each of these types of code into their own file. The presentation layer (with a .ASPX file extension) links to the programmatic layer (with a .ASPX.VB or .ASPX.CS file extnesion) through the use of a page directive called Inherits. This video thoroughly explains the concept of Code Behind and how it is facilitated in the IDE.

This webpage describes one video of hundreds hosted on this website. HOWEVER …
This video has been removed from our collection.
Read why I decided to keep old pages like this around. Or better yet, visit the home page … its the best place to get started.
About this video:
Duration: 6 Minutes, 11 Seconds
Recorded Using: All Versions

