<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" EnableEventValidation="false" %>
<!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>利用不同的服务器控件将数据导出到Excel文件</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Button ID="outExcelBtn" runat="server" Text="Button" OnClick="outExcelBtn_Click" />
</div>
</form>
</body>
</html>
后台代码:<!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>利用不同的服务器控件将数据导出到Excel文件</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Button ID="outExcelBtn" runat="server" Text="Button" OnClick="outExcelBtn_Click" />
</div>
</form>
</body>
</html>