Ave populus
da una pagina ASP.NET mi costruisco un documento word;
codice:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body alink="#0000FF" vlink="#0000CC" link="#000000">
<%
FileName = "totale.doc"

Response.Buffer = true
Response.ContentType = "application/msword"

Response.AddHeader "content-disposition", "inline; filename=" & FileName

response.write("Output in MS Word")
...
vorrei sapere in questo documento come fare per inserire una interruzione di pagina