<%@ Page Language="eiffel" debug=true aspcompat=true %> ASP.NET Code Generation Sample

ASP.NET Code Generation Sample

This page tests all the different types of code generation required by ASP.NET.

Control changed in server script block:


Control with properties and sub-properties:

The following loop uses <%% %%> and <%%= %%> blocks:
<%local i: INTEGER %> <%from i := 0 until i = 5 loop %> Writing Number: <%= i %>
<%i := i + 1 end %>
This is a data bound templated control: