Code behind « ASP.Net Instroduction « ASP.NET Tutorial






1.3.Code behind
1.3.1.code-inline model: all the code is contained within a single .aspx page
1.3.2.code-behind model allows for code separation of the page's business logic from its presentation logic
1.3.3.Use Code behind
1.3.4.Code behind (VB.net)