protected void Button1_Click(object sender, EventArgs e)
{
ExportToExcel();
}
public void ExportToExcel()
{
if (GridView1.Rows.Count > 0)
{
string FileName = "导出文件名";
...
30
2012
03
导出gridwiew中的数据
发布:郑德才博客 | 分类:工作之路 | 评论:0 | 浏览: