<%@ page CodeFile="test.aspx.cs" Inherits="TestPage" %> ASP C# test

Test en C#

You are using method <%= Request.HttpMethod %>

<% for( int i = 0; i < 10; ++i ) { Response.Write("

Hello world! "+i+"

"); } %> <% ShowXml(); %>