Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:programming:asp.net:page_structure [2007/07/31 12:10] – billh | docs:programming:asp.net:page_structure [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 20: | 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 |