<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_一个程序员的自省_分类_01-ASP.NET</title><id>http://feed.cnblogs.com/blog/u/15645/category/43300/rss</id><updated>2012-05-29T01:15:41Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/category/43300.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/15645/category/43300/rss"/><entry><id>http://www.cnblogs.com/anderslly/archive/2007/07/30/pagecontrollerinaspnet.html</id><title type="text">Page Controller及其在ASP.NET中的实现</title><summary type="text">如何以最佳方式为适度复杂的Web应用程序构建控制器，从而既能避免代码重复，又能实现重用性和灵活性？</summary><published>2007-07-29T16:52:00Z</published><updated>2007-07-29T16:52:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2007/07/30/pagecontrollerinaspnet.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2007/07/30/pagecontrollerinaspnet.html"/><content type="text">如何以最佳方式为适度复杂的Web应用程序构建控制器，从而既能避免代码重复，又能实现重用性和灵活性？</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2007/07/27/mvcpatterninaspnet.html</id><title type="text">MVC模式及其在ASP.NET中的实现</title><summary type="text">MVC模式的分析及其在ASP.NET中的实现.</summary><published>2007-07-27T03:50:00Z</published><updated>2007-07-27T03:50:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2007/07/27/mvcpatterninaspnet.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2007/07/27/mvcpatterninaspnet.html"/><content type="text">MVC模式的分析及其在ASP.NET中的实现.</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2007/07/10/twogridviewpagerstyles.html</id><title type="text">为GridView添加两种自定义分页样式</title><summary type="text">本文通过扩展GridView,为其添加了两种自定义的分页样式: CustomNumeric和DropDownList.</summary><published>2007-07-10T12:15:00Z</published><updated>2007-07-10T12:15:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2007/07/10/twogridviewpagerstyles.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2007/07/10/twogridviewpagerstyles.html"/><content type="text">本文通过扩展GridView,为其添加了两种自定义的分页样式: CustomNumeric和DropDownList.</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2007/06/21/ibatisodspaging.html</id><title type="text">使用iBatis和ObjectDataSource轻松实现分页</title><summary type="text">利用iBatis的方法配合ObjectDataSource控件可以很容易地实现比较通用的分页方案.</summary><published>2007-06-21T11:13:00Z</published><updated>2007-06-21T11:13:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2007/06/21/ibatisodspaging.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2007/06/21/ibatisodspaging.html"/><content type="text">利用iBatis的方法配合ObjectDataSource控件可以很容易地实现比较通用的分页方案.</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2007/01/31/crosspagepostback.html</id><title type="text">使用Cross-Page Postback(跨页面提交)在页面间传递数据</title><summary type="text">在ASP.NET 1.1中我们可以使用Query String, Session, Cookie, Server.Transfer等方法在页面间传值，在ASP.NET 2.0中，我们还可以使用新特性Cross-Page Postback（跨页面提交）在页面间传递数据。本文简要介绍了跨页面提交的用法。</summary><published>2007-01-31T14:36:00Z</published><updated>2007-01-31T14:36:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2007/01/31/crosspagepostback.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2007/01/31/crosspagepostback.html"/><content type="text">在ASP.NET 1.1中我们可以使用Query String, Session, Cookie, Server.Transfer等方法在页面间传值，在ASP.NET 2.0中，我们还可以使用新特性Cross-Page Postback（跨页面提交）在页面间传递数据。本文简要介绍了跨页面提交的用法。</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/11/09/javascriptstring.html</id><title type="text">JavaScript中的字符串操作</title><summary type="text">介绍了JavaScript中字符串相关的一些常见操作，如：访问字符串的子字符串；字符串的大小写转换；判断两个字符串是否相等；字符串的查找；Unicode值和字符间的转换；</summary><published>2006-11-09T11:37:00Z</published><updated>2006-11-09T11:37:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/11/09/javascriptstring.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/11/09/javascriptstring.html"/><content type="text">介绍了JavaScript中字符串相关的一些常见操作，如：访问字符串的子字符串；字符串的大小写转换；判断两个字符串是否相等；字符串的查找；Unicode值和字符间的转换；</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/10/25/browserfeature.html</id><title type="text">使用JavaScript检测浏览器的相关特性</title><summary type="text">一、检测浏览器的名称;二、检测浏览器的版本号;三、检测客户端的操作系统类型;四、检测浏览器对特定对象的支持;五、检测浏览器对特定属性和方法的支持.</summary><published>2006-10-25T10:53:00Z</published><updated>2006-10-25T10:53:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/10/25/browserfeature.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/10/25/browserfeature.html"/><content type="text">一、检测浏览器的名称;二、检测浏览器的版本号;三、检测客户端的操作系统类型;四、检测浏览器对特定对象的支持;五、检测浏览器对特定属性和方法的支持.</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/10/15/javascriptexception.html</id><title type="text">javascript中的异常处理</title><summary type="text">有时希望在用户视图之外处理脚本错误(异常)，避免浏览器向用户报告错误信息。JavaScript有自己的异常处理机制。</summary><published>2006-10-15T13:38:00Z</published><updated>2006-10-15T13:38:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/10/15/javascriptexception.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/10/15/javascriptexception.html"/><content type="text">有时希望在用户视图之外处理脚本错误(异常)，避免浏览器向用户报告错误信息。JavaScript有自己的异常处理机制。</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/10/15/jsvariable.html</id><title type="text">javascript中的变量</title><summary type="text">在JavaScript中声明和使用变量时需要注意的一些问题。如：变量的声明位置，变量的作用域等</summary><published>2006-10-15T10:57:00Z</published><updated>2006-10-15T10:57:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/10/15/jsvariable.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/10/15/jsvariable.html"/><content type="text">在JavaScript中声明和使用变量时需要注意的一些问题。如：变量的声明位置，变量的作用域等</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/10/11/javascriptcookie.html</id><title type="text">javascript操作cookie</title><summary type="text">使得在访问页面的时候能够沿用上次的设置，或者在不同的页面间共享数据。比如用户在访问网站的时候设置了页面字体的大小，那么会希望下次访问的时候仍然能使用同样的设置进行浏览，而不用重复设置。该怎么办？</summary><published>2006-10-11T13:41:00Z</published><updated>2006-10-11T13:41:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/10/11/javascriptcookie.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/10/11/javascriptcookie.html"/><content type="text">使得在访问页面的时候能够沿用上次的设置，或者在不同的页面间共享数据。比如用户在访问网站的时候设置了页面字体的大小，那么会希望下次访问的时候仍然能使用同样的设置进行浏览，而不用重复设置。该怎么办？</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/09/30/doublesidesevent.html</id><title type="text">让服务器端控件同时执行客户端脚本和服务器端代码</title><summary type="text">有时候我们需要一个服务器控件同时执行客户端脚本(如javascript)和服务器端代码。比如在进行表单验证的时候，希望先在客户端进行验证，只有通过验证才执行后台代码。这样可以避免不必要的postback,提供更好的用户体验。</summary><published>2006-09-30T06:20:00Z</published><updated>2006-09-30T06:20:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/09/30/doublesidesevent.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/09/30/doublesidesevent.html"/><content type="text">有时候我们需要一个服务器控件同时执行客户端脚本(如javascript)和服务器端代码。比如在进行表单验证的时候，希望先在客户端进行验证，只有通过验证才执行后台代码。这样可以避免不必要的postback,提供更好的用户体验。</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/09/27/javascripthashtable.html</id><title type="text">javascript中模拟hashtable对数组进行快速查找</title><summary type="text">面对一个数组，有时候希望能够直接访问一个特定元素，而不是对整个数组循环来查找该元素。想想C#中的查询方便的Hashtable，javascript可以模拟该技术以实现对数组的快速查找。</summary><published>2006-09-27T03:09:00Z</published><updated>2006-09-27T03:09:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/09/27/javascripthashtable.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/09/27/javascripthashtable.html"/><content type="text">面对一个数组，有时候希望能够直接访问一个特定元素，而不是对整个数组循环来查找该元素。想想C#中的查询方便的Hashtable，javascript可以模拟该技术以实现对数组的快速查找。</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/08/25/IBatisNetTemplates.html</id><title type="text">关于IBatisNet的两个简单CodeSmith模板</title><summary type="text"/><published>2006-08-25T04:47:00Z</published><updated>2006-08-25T04:47:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/08/25/IBatisNetTemplates.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/08/25/IBatisNetTemplates.html"/><content type="text"/></entry></feed>
