Tutorial by Examples

<asp:Literal runat="server" text="<%$ AppSettings:MyAppSettingName %>"/>
<div> The time is now <%= DateTime.Now.ToString() %> </div>
<div> <form id="form1" runat="server"> <% for (int i = 1; i <= 10; j++) { Response.Write(i) + " "; } %> </form> <div>

Page 1 of 1