<%@ Page Language="C#" AutoEventWireup="true" CodeFile="print.aspx.cs" Inherits="_print" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<script>
function dayin()
{
window.print();
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="da" runat="server" Width="205px" BackColor="White"></asp:Label>
<br />
<input id="Button3" type="button" value="打印" onclick="dayin();" style="width: 54px; height: 27px"/>
<br />
23213213<br />
213<br />
21321<br />
3<br />
213<br />
21<br />
321<br />
3<br />
123
</div>
</form>
</body>
</html>