<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_晓风_分类_asp.net</title><id>http://feed.cnblogs.com/blog/u/11636/category/39871/rss</id><updated>2012-05-27T23:25:28Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/category/39871.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11636/category/39871/rss"/><entry><id>http://www.cnblogs.com/Jinglecat/archive/2010/03/14/1685759.html</id><title type="text">实现基于 ASP.NET Forms 身份验证的跨子域单点登录</title><summary type="text">对于跨应用程序的 ASP.NET Forms 身份验证，相信大家应该都不陌生，几年前很多文章都介绍了如何实现，比如 MSDN 的 跨应用程序进行 Forms 身份验证，唐朝程序员 的 ASP.NET站点跨子域名单点登陆（SSO）的实现，dudu 的 关于二级域名Cookie的问题及解决方法。这个方案实际上利用了 cookie 可以跨子域共享，当前几乎所有主流器包括 IE6+/FF3/Opera9/...</summary><published>2010-03-14T13:54:00Z</published><updated>2010-03-14T13:54:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2010/03/14/1685759.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2010/03/14/1685759.html"/><content type="text">对于跨应用程序的 ASP.NET Forms 身份验证，相信大家应该都不陌生，几年前很多文章都介绍了如何实现，比如 MSDN 的 跨应用程序进行 Forms 身份验证，唐朝程序员 的 ASP.NET站点跨子域名单点登陆（SSO）的实现，dudu 的 关于二级域名Cookie的问题及解决方法。这个方案实际上利用了 cookie 可以跨子域共享，当前几乎所有主流器包括 IE6+/FF3/Opera9/...</content></entry><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/09/06/1285751.html</id><title type="text">ASP.NET DEMO15_1: GridView 行单击与双击事件2</title><summary type="text">功能：单击选中行双击打开详细页面说明： 这是 ASP.NET DEMO 15: 同时支持行单击和双击事件的的改进版本 单击事件（onclick）使用了 setTimeout 延迟，根据实际需要修改延迟时间 当双击时，通过全局变量 dbl_click 来取消单击事件的响应 常见处理行方式会选择在 RowDataBound/ItemDataBound 中处理，这里我选择 Page.Render 中处理...</summary><published>2008-09-06T10:58:00Z</published><updated>2008-09-06T10:58:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2008/09/06/1285751.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2008/09/06/1285751.html"/><content type="text">功能：单击选中行双击打开详细页面说明： 这是 ASP.NET DEMO 15: 同时支持行单击和双击事件的的改进版本 单击事件（onclick）使用了 setTimeout 延迟，根据实际需要修改延迟时间 当双击时，通过全局变量 dbl_click 来取消单击事件的响应 常见处理行方式会选择在 RowDataBound/ItemDataBound 中处理，这里我选择 Page.Render 中处理...</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/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/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/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/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/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><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/05/31/767021.html</id><title type="text">ASP.NET DEMO Ⅳ : 使用数据源控件将数据绑定到 ListControl 上</title><summary type="text"/><published>2007-05-31T15:30:00Z</published><updated>2007-05-31T15:30:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/05/31/767021.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/05/31/767021.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/05/30/765595.html</id><title type="text">ASP.NET DEMO Ⅲ:显示固定行数的GridView（DataGrid）</title><summary type="text"/><published>2007-05-30T13:33:00Z</published><updated>2007-05-30T13:33:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/05/30/765595.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/05/30/765595.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/05/30/764570.html</id><title type="text">ASP.NET DEMO Ⅱ: 使用嵌套DataList显示主从关系</title><summary type="text"/><published>2007-05-29T16:28:00Z</published><updated>2007-05-29T16:28:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/05/30/764570.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/05/30/764570.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/05/29/763245.html</id><title type="text">ASP.NET DEMOⅠ:联动下来框(DropDownList)</title><summary type="text"/><published>2007-05-28T19:17:00Z</published><updated>2007-05-28T19:17:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/05/29/763245.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/05/29/763245.html"/><content type="text"/></entry></feed>
