ASP.NET Web Page Code Model

A Web page is made up of the following two components:
  1. The Visual portion
  2. The programming logic
ASP.NET provides two models for managing the visual elements and code:
  1. Single-file page model
  2. Code-behind page model
The Single-file Page Model

In the single-file page model, HTML markup of the page and its programming code are in the same physical .aspx file.

No comments: