2007年6月29日
摘要: Response.Clear(); Response.Buffer = true; Response.Charset = "GB2312"; Response.AppendHeader("Content-Disposition", "attachment;filename=FileName.xls"); // 如果设置为 Ge... 阅读全文
posted @ 2007-06-29 09:22 优雅旋律 阅读(1040) 评论(1) 推荐(0) 编辑
摘要: private void btnBookAdd_Click(object sender, System.EventArgs e) { if(this.txtProductCode.Text!=null && this.txtProductCode.Text.Length>0 && this.txtProductName.Text!=null && this.txtProductName... 阅读全文
posted @ 2007-06-29 09:22 优雅旋律 阅读(464) 评论(1) 推荐(0) 编辑