<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_晓风_分类_asp.net 2.0</title><id>http://feed.cnblogs.com/blog/u/11636/category/52622/rss</id><updated>2012-05-27T23:26:28Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/category/52622.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11636/category/52622/rss"/><entry><id>http://www.cnblogs.com/Jinglecat/archive/2009/02/22/1395938.html</id><title type="text">ASP.NET DEMO 18: 如何编程动态创建 Menu</title><summary type="text">ASP.NET DEMO 15: 如何编程动态创建 TreeView 的姊妹篇：[代码]示例下载</summary><published>2009-02-22T07:55:00Z</published><updated>2009-02-22T07:55:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2009/02/22/1395938.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2009/02/22/1395938.html"/><content type="text">ASP.NET DEMO 15: 如何编程动态创建 TreeView 的姊妹篇：[代码]示例下载</content></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2008/06/01/1211753.html</id><title type="text">Request 分别获取具有相同 name 属性表单元素值—— 怀念 Classic ASP</title><summary type="text">html 中是允许多个具有相同name属性的元素的，例如&lt;div&gt;&lt;input name="txtName" id="txtFirstName" type="text" /&gt;&lt;input name="txtName" id="txtMiddleName" type="text" /&gt;&lt;input name="txtName" id="txtLastName...</summary><published>2008-06-01T14:21:00Z</published><updated>2008-06-01T14:21:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2008/06/01/1211753.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2008/06/01/1211753.html"/><content type="text">html 中是允许多个具有相同name属性的元素的，例如&lt;div&gt;&lt;input name="txtName" id="txtFirstName" type="text" /&gt;&lt;input name="txtName" id="txtMiddleName" type="text" /&gt;&lt;input name="txtName" id="txtLastName...</content></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2008/05/25/1207162.html</id><title type="text">ASP.NET DEMO 17: 动态创建GridView绑定列/模板列</title><summary type="text">可以发现运行时创建GridView模板列是很繁琐的事情，因此没有特殊需求，应该使用页面声明方式，动态解析构造Template这些繁琐易错的事情交由ASP.NET解析器完成。 运行时动态任何服务器控件，必须确保每次请求/回发时，动态创建控件代码都能运行，典型错误是将这些放在一个Button_Click中，当其他PostBack的时候，这些控件将会丢失。 代码技巧：匿名方法与 as 关键字的使用（C#...</summary><published>2008-05-25T15:39:00Z</published><updated>2008-05-25T15:39:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2008/05/25/1207162.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2008/05/25/1207162.html"/><content type="text">可以发现运行时创建GridView模板列是很繁琐的事情，因此没有特殊需求，应该使用页面声明方式，动态解析构造Template这些繁琐易错的事情交由ASP.NET解析器完成。 运行时动态任何服务器控件，必须确保每次请求/回发时，动态创建控件代码都能运行，典型错误是将这些放在一个Button_Click中，当其他PostBack的时候，这些控件将会丢失。 代码技巧：匿名方法与 as 关键字的使用（C#...</content></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2008/05/22/1204443.html</id><title type="text">ASP.NET DEMO 16: 通过GridView布局实现的多行批量更新</title><summary type="text">特点： 一次可批量提交多行数据 客户端由CheckBox实现切换浏览/编辑状态，不需要回发 服务器端实现维护编辑状态视图 源码下载 &lt;%@ Page Language="C#" %&gt;&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/...</summary><published>2008-05-21T18:17:00Z</published><updated>2008-05-21T18:17:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2008/05/22/1204443.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2008/05/22/1204443.html"/><content type="text">特点： 一次可批量提交多行数据 客户端由CheckBox实现切换浏览/编辑状态，不需要回发 服务器端实现维护编辑状态视图 源码下载 &lt;%@ Page Language="C#" %&gt;&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/...</content></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/09/27/907917.html</id><title type="text">IIS6+asp.net 2.0+HTTP 错误 404 - 文件或目录未找到：您正在搜索的页面可能已经删除、更名或暂时不可用。</title><summary type="text"/><published>2007-09-27T05:31:00Z</published><updated>2007-09-27T05:31:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/09/27/907917.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/09/27/907917.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/09/20/900645.html</id><title type="text">ASP.NET DEMO 15: 同时支持行单击和双击事件的 GridView/DataGrid</title><summary type="text"/><published>2007-09-20T15:10:00Z</published><updated>2007-09-20T15:10:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/09/20/900645.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/09/20/900645.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/08/15/857291.html</id><title type="text">扩展 TreeView 实现选择 CheckBox 自动回发</title><summary type="text"/><published>2007-08-15T14:50:00Z</published><updated>2007-08-15T14:50:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/08/15/857291.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/08/15/857291.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/08/10/850090.html</id><title type="text">ASP.NET DEMO 15: 如何编程动态创建 TreeView </title><summary type="text"/><published>2007-08-09T17:53:00Z</published><updated>2007-08-09T17:53:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/08/10/850090.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/08/10/850090.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/30/835850.html</id><title type="text">AjaxPro 返回 DataSet/DataTable/DataView 如何呈现？</title><summary type="text"/><published>2007-07-29T17:43:00Z</published><updated>2007-07-29T17:43:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/30/835850.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/30/835850.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/29/835817.html</id><title type="text">ASP.NET DEMO 14: 如何在 GridView/DataGrid 模板列中使用自动回发的 CheckBox/DropDownList</title><summary type="text"/><published>2007-07-29T15:53:00Z</published><updated>2007-07-29T15:53:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/29/835817.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/29/835817.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/27/832992.html</id><title type="text">ASP.NET DEMO 13: 如何为 SqlDataSource 动态绑定变量参数</title><summary type="text"/><published>2007-07-26T17:48:00Z</published><updated>2007-07-26T17:48:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/27/832992.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/27/832992.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/27/832968.html</id><title type="text">关于跨页提交与验证控件的问题</title><summary type="text"/><published>2007-07-26T17:02:00Z</published><updated>2007-07-26T17:02:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/27/832968.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/27/832968.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/18/823201.html</id><title type="text">ASP.NET DEMO 12 : CheckBoxList 实现单选</title><summary type="text"/><published>2007-07-18T15:48:00Z</published><updated>2007-07-18T15:48:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/18/823201.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/18/823201.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/15/818967.html</id><title type="text">ASP.NET DEMO 10: 如何通过 javascript 访问 GridView/DataGrid 选中 CheckBox 行各列的值</title><summary type="text"/><published>2007-07-15T13:29:00Z</published><updated>2007-07-15T13:29:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/15/818967.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/15/818967.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/15/818394.html</id><title type="text">ASP.NET DEMO 8: 为 GridView/DataGrid 整行添加服务器事件</title><summary type="text"/><published>2007-07-14T16:37:00Z</published><updated>2007-07-14T16:37:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/15/818394.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/15/818394.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/14/817812.html</id><title type="text">一种简单实用的 AjaxPro 调试/错误处理方式</title><summary type="text"/><published>2007-07-13T18:58:00Z</published><updated>2007-07-13T18:58:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/14/817812.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/14/817812.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/11/813372.html</id><title type="text">让 ASP.NET 2.0 的 Sumbit Button 支持 禁用（灰化）提交</title><summary type="text"/><published>2007-07-10T17:11:00Z</published><updated>2007-07-10T17:11:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/11/813372.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/11/813372.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/10/813338.html</id><title type="text">ASP.NET DEMO 7: 解决无法获取 GridView 隐藏列值问题</title><summary type="text"/><published>2007-07-10T15:54:00Z</published><updated>2007-07-10T15:54:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/10/813338.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/10/813338.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/10/811946.html</id><title type="text">禁用（灰化） Button 后提交的问题</title><summary type="text"/><published>2007-07-09T17:01:00Z</published><updated>2007-07-09T17:01:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/10/811946.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/10/811946.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/06/809157.html</id><title type="text">如何把 DropDownList 某一个 Item 的 Text 改成粗体 ?</title><summary type="text"/><published>2007-07-06T15:43:00Z</published><updated>2007-07-06T15:43:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/06/809157.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/06/809157.html"/><content type="text"/></entry></feed>
