docs:programming:asp.net:page_structure

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:programming:asp.net:page_structure [2007/07/31 12:10] billhdocs:programming:asp.net:page_structure [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 20: 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.1185905413.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)