- The Visual portion
- The programming logic
ASP.NET provides two models for managing the visual elements and code:
- Single-file page model
- 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:
Post a Comment