Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net 如何打印可在多个页面上工作且页面内容不重叠的页脚?_.net - Fatal编程技术网

.net 如何打印可在多个页面上工作且页面内容不重叠的页脚?

.net 如何打印可在多个页面上工作且页面内容不重叠的页脚?,.net,.net,如何在Chrome中解决这个问题?您可以创建一个包含页眉和页脚的母版页,并利用某些页面中需要显示的内容和其他页面中不需要显示的内容 您需要使用下面的代码来包含母版页 thead { display: table-header-group; } - It's working in Chrome tfoot { display: table-footer-group; } - It's not working in Chrome 。 希望这能回答你的问题 <%@ Master Langua

如何在Chrome中解决这个问题?

您可以创建一个包含页眉和页脚的母版页,并利用某些页面中需要显示的内容和其他页面中不需要显示的内容

您需要使用下面的代码来包含母版页

thead { display: table-header-group; } - It's working in Chrome
tfoot { display: table-footer-group; } - It's not working in Chrome
希望这能回答你的问题

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Example.master.cs" Inherits="MasterPage_Example" %>.