<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_道可道，非常道；名可名，非常名</title><subtitle type="text">ASP.NET技术交流</subtitle><id>http://feed.cnblogs.com/blog/u/19753/rss</id><updated>2007-04-11T04:29:10Z</updated><author><name>nZAI</name><uri>http://www.cnblogs.com/nzai/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nzai/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19753/rss"/><entry><id>http://www.cnblogs.com/nzai/archive/2007/04/09/ActiveReportsCrack.html</id><title type="text">ActiveReports 3.0 v5.1.0.158 注册文件</title><summary type="text">ActiveReports</summary><published>2007-04-09T15:57:00Z</published><updated>2007-04-09T15:57:00Z</updated><author><name>nZAI</name><uri>http://www.cnblogs.com/nzai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nzai/archive/2007/04/09/ActiveReportsCrack.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nzai/archive/2007/04/09/ActiveReportsCrack.html"/></entry><entry><id>http://www.cnblogs.com/nzai/archive/2007/02/07/ImeHotFix.html</id><title type="text">Visual Studio 2005输入控件自动全角修复补丁</title><summary type="text">VS2005自动全角修复补丁</summary><published>2007-02-07T11:09:00Z</published><updated>2007-02-07T11:09:00Z</updated><author><name>nZAI</name><uri>http://www.cnblogs.com/nzai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nzai/archive/2007/02/07/ImeHotFix.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nzai/archive/2007/02/07/ImeHotFix.html"/></entry><entry><id>http://www.cnblogs.com/nzai/archive/2006/10/19/DropDownState.html</id><title type="text">AJAX应用中控件状态的保持</title><summary type="text">示例代码下载(53K)测试请点这里近来在CSDN上看到不少朋友在实现AJAX技术时提出页面一旦刷新，控件就将回到最后一次服务器端设定时的状态，昨天博友wangminlikeapple再次提出这个问题，趁手头不忙，花了些时间研究控件的状态保持，现将心得和一些解决方法和大家共享。众所周知，ASP.NET的状态保存机制中使用ViewState来保存页面上所有runat=server的控件的状态，以便Po...</summary><published>2006-10-19T09:20:00Z</published><updated>2006-10-19T09:20:00Z</updated><author><name>nZAI</name><uri>http://www.cnblogs.com/nzai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nzai/archive/2006/10/19/DropDownState.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nzai/archive/2006/10/19/DropDownState.html"/></entry><entry><id>http://www.cnblogs.com/nzai/archive/2006/08/16/DropDownCities.html</id><title type="text">补充一个用回调实现的省市县区四级下拉选择联动的例子</title><summary type="text">AJAX应用:以回调方式实现省市县四级下拉列表的联动</summary><published>2006-08-16T02:47:00Z</published><updated>2006-08-16T02:47:00Z</updated><author><name>nZAI</name><uri>http://www.cnblogs.com/nzai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nzai/archive/2006/08/16/DropDownCities.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nzai/archive/2006/08/16/DropDownCities.html"/></entry><entry><id>http://www.cnblogs.com/nzai/archive/2006/07/27/ValidateCode.html</id><title type="text">自己写的一个图形验证码页面(Asp.Net2.0通过)</title><summary type="text">本文示例代码项目需要，要在首页登录界面添加一个图形验证码，赶时髦吧，网上一搜，特别多，找了几个，都不太满意。主要问题是大部分代码生成的图片宽度不唯一，页面布局不容易控制，其次是颜色单一，有些又过于抽象，不仔细看很容易弄错。针对特定的客户，我只需要&amp;#8220;图片&amp;#8221;长宽固定，颜色多样的数字图形验证码，借鉴网上的现有代码，自己操刀完成，以下是效果图：原理不复杂，就是把网页当画布，运用各色...</summary><published>2006-07-26T17:30:00Z</published><updated>2006-07-26T17:30:00Z</updated><author><name>nZAI</name><uri>http://www.cnblogs.com/nzai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nzai/archive/2006/07/27/ValidateCode.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nzai/archive/2006/07/27/ValidateCode.html"/></entry><entry><id>http://www.cnblogs.com/nzai/archive/2006/07/03/ICallbackEventHandler.html</id><title type="text">简单实现AJAX: ASP.NET2.0 中回调的实现及常见问题的解决</title><summary type="text">以ICallbackEventHandler接口实现无刷新的客户端回调，并解决并发问题</summary><published>2006-07-02T18:07:00Z</published><updated>2006-07-02T18:07:00Z</updated><author><name>nZAI</name><uri>http://www.cnblogs.com/nzai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nzai/archive/2006/07/03/ICallbackEventHandler.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nzai/archive/2006/07/03/ICallbackEventHandler.html"/></entry><entry><id>http://www.cnblogs.com/nzai/archive/2006/06/27/436974.html</id><title type="text">自己的blog开张,庆贺一下</title><summary type="text">作为一个程序员，一直都有一些心得和体验愿意和其它人分享，现在好了，有了这一亩三分地，以后大家又多一个交流的平台了</summary><published>2006-06-27T07:15:00Z</published><updated>2006-06-27T07:15:00Z</updated><author><name>nZAI</name><uri>http://www.cnblogs.com/nzai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nzai/archive/2006/06/27/436974.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nzai/archive/2006/06/27/436974.html"/></entry></feed>
