<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_ddeef_分类_asp.net</title><id>http://feed.cnblogs.com/blog/u/6651/category/10860/rss</id><updated>2012-05-31T06:19:31Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/category/10860.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/6651/category/10860/rss"/><entry><id>http://www.cnblogs.com/ddeef/archive/2010/11/18/1880893.html</id><title type="text">优化GridView</title><summary type="text">优化ViewState[代码]</summary><published>2010-11-18T07:45:00Z</published><updated>2010-11-18T07:45:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2010/11/18/1880893.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2010/11/18/1880893.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2009/09/02/1558824.html</id><title type="text">【转】排序TreeView的节点</title><summary type="text">http://blog.mdk-photo.com/post/C-Extentionmethod-Tree-Node-View-Sort%28%29.aspxExtending C# Tree'sSunday, 17 August 2008 22:54 by MartinKirkLets say you have a TreeView or a random TreeNode, that you ...</summary><published>2009-09-02T07:49:00Z</published><updated>2009-09-02T07:49:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2009/09/02/1558824.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2009/09/02/1558824.html"/><content type="text">http://blog.mdk-photo.com/post/C-Extentionmethod-Tree-Node-View-Sort%28%29.aspxExtending C# Tree'sSunday, 17 August 2008 22:54 by MartinKirkLets say you have a TreeView or a random TreeNode, that you ...</content></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2009/08/17/1547931.html</id><title type="text">从一个DataSet复制数据到另一个DataSet</title><summary type="text">两个DataSet的表结构相同。使用DataSet.Marge函数时，有时候仿佛不成功，具体也没太探究原因。后来改为手动复制，问题解决。代码：[代码]注：不能直接用DataSet.Tables[0].Rows.Add(另一个表里的行)，会报“该行已经属于另一个表”错误。</summary><published>2009-08-17T02:40:00Z</published><updated>2009-08-17T02:40:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2009/08/17/1547931.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2009/08/17/1547931.html"/><content type="text">两个DataSet的表结构相同。使用DataSet.Marge函数时，有时候仿佛不成功，具体也没太探究原因。后来改为手动复制，问题解决。代码：[代码]注：不能直接用DataSet.Tables[0].Rows.Add(另一个表里的行)，会报“该行已经属于另一个表”错误。</content></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2009/08/14/1545722.html</id><title type="text">GridView分组相似的行</title><summary type="text">介绍了如何在GridView的相似行上面插入一个分组行。</summary><published>2009-08-14T00:41:00Z</published><updated>2009-08-14T00:41:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2009/08/14/1545722.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2009/08/14/1545722.html"/><content type="text">介绍了如何在GridView的相似行上面插入一个分组行。</content></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2008/10/13/1309717.html</id><title type="text">FCKEditor 图片上传一直显示进度条的问题</title><summary type="text">fckeditor 2.6.3 上传图片后一直显示进度条。用wireshart抓包发现返回了Http500错误，提示theme有关的失败信息。后将fckeditor\editor\filemanager\connectors\aspx 中的文件加入 EnableTheming="false" Theme="" StylesheetTheme="" 代码后正常。</summary><published>2008-10-13T01:50:00Z</published><updated>2008-10-13T01:50:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2008/10/13/1309717.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2008/10/13/1309717.html"/><content type="text">fckeditor 2.6.3 上传图片后一直显示进度条。用wireshart抓包发现返回了Http500错误，提示theme有关的失败信息。后将fckeditor\editor\filemanager\connectors\aspx 中的文件加入 EnableTheming="false" Theme="" StylesheetTheme="" 代码后正常。</content></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2008/08/25/1275797.html</id><title type="text">简单的防止页面刷新重复提交的方法</title><summary type="text">1.在页面中加一个HiddenField，Page_Load时，如果不是PostBack，那么设置值为一个随机数。设置一个SESSION["EVENT_TOKEN"]变量的值为String.Empty2.处理页面提交时，判断SESSION["EVENT_TOKEN"]是否和HiddenField的值相同，如果相同则说明已经提交了一次，拒绝处理。如果不同，那么使SESSION["EVENT_TOKE...</summary><published>2008-08-25T06:56:00Z</published><updated>2008-08-25T06:56:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2008/08/25/1275797.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2008/08/25/1275797.html"/><content type="text">1.在页面中加一个HiddenField，Page_Load时，如果不是PostBack，那么设置值为一个随机数。设置一个SESSION["EVENT_TOKEN"]变量的值为String.Empty2.处理页面提交时，判断SESSION["EVENT_TOKEN"]是否和HiddenField的值相同，如果相同则说明已经提交了一次，拒绝处理。如果不同，那么使SESSION["EVENT_TOKE...</content></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2005/03/13/118113.html</id><title type="text">简单发布IEWebControls</title><summary type="text">为了将IEWebControl组件打包到URTracker中，而不是让用户安装单独的msi文件，先是找到了这样的方法： （http://www.cnblogs.com/elevenwolf/archive/2004/12/08/74230.html） 但由于配置文件中的website的值难以事先确定，而且CommonFiles的值不支持"~/webctrl_client/1_0&amp;quot...</summary><published>2005-03-13T15:27:00Z</published><updated>2005-03-13T15:27:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2005/03/13/118113.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2005/03/13/118113.html"/><content type="text">为了将IEWebControl组件打包到URTracker中，而不是让用户安装单独的msi文件，先是找到了这样的方法： （http://www.cnblogs.com/elevenwolf/archive/2004/12/08/74230.html） 但由于配置文件中的website的值难以事先确定，而且CommonFiles的值不支持"~/webctrl_client/1_0&amp;quot...</content></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2005/03/13/118044.html</id><title type="text">IEWebContol的部署问题</title><summary type="text">ref: http://download.cnblogs.com/elevenwolf/archive/2004/12/08/74230.html以前在服务器部署IEWebcontrol时，需要装完asp.net站点后，再安装iewebcontrols，比较麻烦。其实在web.config文件中配置一下就可以了，不需要安装。在&lt;configuration&gt;下添加：&lt;configS...</summary><published>2005-03-13T12:49:00Z</published><updated>2005-03-13T12:49:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2005/03/13/118044.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2005/03/13/118044.html"/><content type="text">ref: http://download.cnblogs.com/elevenwolf/archive/2004/12/08/74230.html以前在服务器部署IEWebcontrol时，需要装完asp.net站点后，再安装iewebcontrols，比较麻烦。其实在web.config文件中配置一下就可以了，不需要安装。在&lt;configuration&gt;下添加：&lt;configS...</content></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2005/03/10/115883.html</id><title type="text">Asp.Net部署项目Build失败：Unable to build project output group 'Content Files from &lt;ProjectName&gt; (Active)'</title><summary type="text">ref:http://www.code101.com/Code101/DisplayArticle.aspx?cid=85ProblemI got this Error message when I was trying to do a web set up for my ASP.NET Web Application. I get to this message in the output wi...</summary><published>2005-03-10T00:57:00Z</published><updated>2005-03-10T00:57:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2005/03/10/115883.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2005/03/10/115883.html"/><content type="text">ref:http://www.code101.com/Code101/DisplayArticle.aspx?cid=85ProblemI got this Error message when I was trying to do a web set up for my ASP.NET Web Application. I get to this message in the output wi...</content></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2004/10/04/48812.html</id><title type="text">动态生成的图片保存成png格式</title><summary type="text">以前怎么没有想到呢，动态生成的图片，保存成png格式，既避免jpg格式的色彩失真，同时也避免了gif的256色限制</summary><published>2004-10-03T16:01:00Z</published><updated>2004-10-03T16:01:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2004/10/04/48812.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2004/10/04/48812.html"/><content type="text">以前怎么没有想到呢，动态生成的图片，保存成png格式，既避免jpg格式的色彩失真，同时也避免了gif的256色限制</content></entry><entry><id>http://www.cnblogs.com/ddeef/archive/2004/10/02/48592.html</id><title type="text">如何解决ASP.NET程序安装到繁体系统上的乱码问题</title><summary type="text">现象：有时候在简体系统中开发的ASP.NET页面，安装到繁体的操作系统上以后就会出现乱码。原因：在简体系统下开发的aspx文件的编码格式为GB2312，安装到繁体系统以后，系统安装默认的BIG5编码读取，从而造成了乱码解决方法：1.在web.config文件的Globalization一节增加fileEncoding=”gb2312”但是，这种方法在没有安装gb2312代码...</summary><published>2004-10-02T06:28:00Z</published><updated>2004-10-02T06:28:00Z</updated><author><name>山不转水转...</name><uri>http://www.cnblogs.com/ddeef/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ddeef/archive/2004/10/02/48592.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ddeef/archive/2004/10/02/48592.html"/><content type="text">现象：有时候在简体系统中开发的ASP.NET页面，安装到繁体的操作系统上以后就会出现乱码。原因：在简体系统下开发的aspx文件的编码格式为GB2312，安装到繁体系统以后，系统安装默认的BIG5编码读取，从而造成了乱码解决方法：1.在web.config文件的Globalization一节增加fileEncoding=”gb2312”但是，这种方法在没有安装gb2312代码...</content></entry></feed>
