Sök…


Värde Från App.Config

<asp:Literal runat="server" text="<%$ AppSettings:MyAppSettingName %>"/>

Utvärderat uttryck

<div>
  The time is now <%= DateTime.Now.ToString() %>
</div>

Kodblock inom ASP-markering

<div>
    <form id="form1" runat="server">
        <% 
            for (int i = 1; i <= 10; j++)
            {
                Response.Write(i) + " ";
            }
        %>
    </form>
<div>


Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow