Quantcast
Channel: .notes » asp.net
Viewing all articles
Browse latest Browse all 8

Data bind simbols legend in Asp.Net

$
0
0

An overview for the code render blocks in Asp.Net :

  • <%#   %>  –  to be used for databinding (es repeater rows etc).
  • <% %>   – code render block, allow execution of inline expressio (es Response.Write(“something”);
  • <%$ %>   – Expression used to bind external parameters.
  • <%= %>  – Renders the content of the block.
  • <%: %>  – Html.Encode what’s in the block.


Viewing all articles
Browse latest Browse all 8

Trending Articles