Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>&lt;% %> An embedded code block is server code that executes during the page's render phase. The code in the block can execute programming statements and call functions in the current page class. <a href="http://msdn2.microsoft.com/en-gb/library/ms178135(vs.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-gb/library/ms178135(vs.80).aspx</a></p> <p>&lt;%= %> most useful for displaying single pieces of information. <a href="http://msdn2.microsoft.com/en-us/library/6dwsdcf5(VS.71).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/6dwsdcf5(VS.71).aspx</a></p> <p>&lt;%# %> Data Binding Expression Syntax. <a href="http://msdn2.microsoft.com/en-us/library/bda9bbfx.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/bda9bbfx.aspx</a></p> <p>&lt;%$ %> ASP.NET Expression. <a href="http://msdn2.microsoft.com/en-us/library/d5bd1tad.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/d5bd1tad.aspx</a></p> <p>&lt;%@ %> Directive Syntax. <a href="http://msdn2.microsoft.com/en-us/library/xz702w3e(VS.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/xz702w3e(VS.80).aspx</a></p> <p>&lt;%-- --%> Server-Side Comments. <a href="http://msdn2.microsoft.com/en-US/library/4acf8afk.aspx" rel="nofollow">http://msdn2.microsoft.com/en-US/library/4acf8afk.aspx</a></p> <p>&lt;%: %> Like &lt;%= %> But HtmlEncodes the output (new with Asp.Net 4). <a href="http://weblogs.asp.net/scottgu/archive/2010/04/06/new-lt-gt-syntax-for-html-encoding-output-in-asp-net-4-and-asp-net-mvc-2.aspx" rel="nofollow">http://weblogs.asp.net/scottgu/archive/2010/04/06/new-lt-gt-syntax-for-html-encoding-output-in-asp-net-4-and-asp-net-mvc-2.aspx</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload