ASP.NET: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Riga 59:
for (mciclo = 1; mciclo <= 10; mciclo++)
{
mstringa = mstringa + String.Format("<FONT SIZE = {0}> Ciao a tutti in ASP.NET </FONT><BR>", mciclo);
}
Message.InnerHtml = mstringa;
|