04 2013 档案
摘要:1、table里的数据导出成Excel runat="server"View Code 1 protected void Btn_OutEXL_Click(object sender, EventArgs e) 2 3 { 4 5 bind_infor(); 6 7 string strDate1 = DateTime.Now.ToString("yyyy-MM-dd-HH-mm-ss"); 8 9 Response.Charset = "GB2312";10 11 Response.C...
阅读全文
摘要:先看下10种表格html文件View Code 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" co
阅读全文