2009年5月22日

摘要: 上传已经填写好数据的EXCEL public bool UploadFile(ref string filepath) { #region 保存文件... bool ret = false; HttpFileCollection files = HttpContext.Current.Request.Files; if (files.Count > 0) { string fileName ... 阅读全文
posted @ 2009-05-22 18:17 又_又 阅读(360) 评论(0) 推荐(0) 编辑
 
摘要: //ExportData.aspx html中的JS代码/function GetExcelByTypeId(){ var obj = $("#<%=ddltype.ClientID %>"); var typeid = $(obj).find("option:selected").val(); if(typeid=="0") return; var url="ExportData.a... 阅读全文
posted @ 2009-05-22 18:12 又_又 阅读(1081) 评论(0) 推荐(0) 编辑