我爱Aspx >> Asp.Net >> DataGrid1导出到Excel.txtDataGrid1导出到Excel.txt
r>Response.ContentType = "application/vnd.ms-excel";
Response.Charset = "";
this.EnableViewState = false ;
System.IO.StringWriter sw = new System.IO.StringWriter();
System.Web.UI.HtmlTextWriter hw = new HtmlTextWriter(sw);
this.DataGrid1.RenderControl(hw);
Response.Write(sw.ToString());
Response.End();
Ҷƪл˵?
修改XML[05-20]
修改XML[05-20]
获取网卡地址 MAC[05-20]
url传递中文的解决方案[05-20]
url传递中文的解决方案[05-20]
ASP.NET中WebForm组件CheckBoxLi..[05-20]
ASP.NET中WebForm组件CheckBoxLi..[05-20]
ASP.NET中WebForm组件CheckBoxLi..[05-20]
ASP.NET中WebForm组件CheckBoxLi..[05-20]
ASP.NET中WebForm组件CheckBoxLi..[05-20]