Szukaj…


Wartość z App.Config

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

Ocenione wyrażenie

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

Blok kodu w obrębie znaczników ASP

<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
Licencjonowany na podstawie CC BY-SA 3.0
Nie związany z Stack Overflow