Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:programming:asp.net:page_structure [2007/07/31 12:03] – created billhdocs:programming:asp.net:page_structure [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 3: Line 3:
 <%@ Page Language="VB" %> <%@ Page Language="VB" %>
 </code> </code>
 +    * Page
 +    * Import
 +    * Register
   * code declaration blocks<code asp>   * code declaration blocks<code asp>
 <script runat="server"> <script runat="server">
Line 17: Line 20:
 <asp:Label id="messageLabel" runat="server" /> <asp:Label id="messageLabel" runat="server" />
 </code> </code>
 +    * ASP.NET Controls
 +    * HTML Controls
 +    * Web User Controls
 +    * Usually, an ASP.NET control must reside within a <form runat="server"> tag in order to function correctly.
   * server-side comments<code asp>   * server-side comments<code asp>
 <%-- Declare the title as string and set it --%> <%-- Declare the title as string and set it --%>
 </code> </code>
   * literal text and HTML tags   * literal text and HTML tags
  • docs/programming/asp.net/page_structure.1185904981.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)