Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:programming:asp.net:page_structure [2007/07/31 12:03] – created billh | docs:programming:asp.net:page_structure [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
<%@ Page Language=" | <%@ Page Language=" | ||
</ | </ | ||
+ | * Page | ||
+ | * Import | ||
+ | * Register | ||
* code declaration blocks< | * code declaration blocks< | ||
<script runat=" | <script runat=" | ||
Line 17: | Line 20: | ||
< | < | ||
</ | </ | ||
+ | * ASP.NET Controls | ||
+ | * HTML Controls | ||
+ | * Web User Controls | ||
+ | * Usually, an ASP.NET control must reside within a <form runat=" | ||
* server-side comments< | * server-side comments< | ||
<%-- Declare the title as string and set it --%> | <%-- Declare the title as string and set it --%> | ||
</ | </ | ||
* literal text and HTML tags | * literal text and HTML tags |