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 优雅旋律 阅读(1042) 评论(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 优雅旋律 阅读(465) 评论(1) 推荐(0)