<%@ Page Language="C#"%>
<html>

   <body>

      The below content has been hidden from browser clients using a server-side comment
      (view the .aspx source to see what we mean :-)
    
      <%--

         <asp:calendar id="MyCal" runat=server/>

         <% for (int i=0; i<45; i++) { %>
             Hello World <br>
         <% } %>

      --%>

   </body>

</html>