Monday, January 25, 2010

ASP.NET Page Structure

The typical Web page is composed of three sections: page directives, code, and page layout.

  • Page Directives This section is used to set up the environment, specifying how the page should be processed. For example, this is where you can import namespaces and load assemblies.
  • Code This section contains code to handle events from the page or its controls. Code can be placed in a

No comments: