2007年9月28日
摘要: SiteMapPath WebControl 可以在ASP.Net2.0开发中轻松的实现网页路径功能,但是当带有多个QueryString时,并且指定路径时则带有一个参数,则无法正常找到指定的正确路径。 其实很简单,我们只要重载 (override) XmlSiteMapProvider.SiteMapNode FindSiteMapNode (string rawUrl) 这个方法 (Met... 阅读全文
posted @ 2007-09-28 17:35 优雅旋律 阅读(231) 评论(0) 推荐(0) 编辑
  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) 编辑