<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>.NET文档</title>
<link>http://www.codeday.comhttp://document.codeday.com/dotnet/</link>
<description>编程文档 / .NET文档</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2010 代码天下 版权所有 
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://js.users.51.la/372733.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;http://s4.cnzz.com/stat.php?id=137793&amp;web_id=137793&quot; language=&quot;JavaScript&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
document.write(unescape(&quot;%3Cscript src=&quot; + gaJsHost + &quot;google-analytics.com/ga.js type=text/javascript%3E%3C/script%3E&quot;));
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
try {
var pageTracker = _gat._getTracker(&quot;UA-435969-1&quot;);
pageTracker._trackPageview();
} catch(err) {}&lt;/script&gt;]]></generator>
<webmaster>codeday@gmail.com</webmaster>
<item>
    <title><![CDATA[.NET中的状态管理]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/73041267882590.html</link>
    <description><![CDATA[我们在ASP中能够通过cookie、查询字符串、应用程序、对话等轻易地解决这些问题。现在到了ASP.NET环境中，我们仍然可以使用这些功能，只是它们的种类更多了，功能也更强大了。 管理互]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET上传图片并同时生成缩略图]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/73031267882589.html</link>
    <description><![CDATA[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET结合存储过程写的通用搜索分页程序]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/73021267882584.html</link>
    <description><![CDATA[存储过程改自bigeagle的论坛分页程序。请大家批判！：） select.aspx --------------------------------------------------------------------------------]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET读取POP3邮件的操作]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/73011267882584.html</link>
    <description><![CDATA[namespacePOP3Client { usingSystem.IO; usingSystem.Net; usingSystem.Net.Sockets; //Pleasenotethatallcodeiscopyright2002byWilliamJDean publicclassPOP3client { publicenumconnect_state{disc,AUTHORIZATION,TRANSACTION,UPDATE}; publicstringuser; pu]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET实现用户在线检测的类源码]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/73001267882582.html</link>
    <description><![CDATA[(用户在线检测) /*程序实现思路： 该用户有以下几个属性： name:用户名 sessionID:用户ID,通过它唯一表示一个用户 iswhere:附加信息，用户当前所在位置 lasttime:用户登陆时间 curtime：本次刷新]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[检测是否还有黑客代码的.NET函数]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72991267882579.html</link>
    <description><![CDATA[查询是否还有黑客代码的asp.net函数，非常适合留言簿、bbs、聊天室]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET1.0升级.NET2.0的问题总结]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72981267882574.html</link>
    <description><![CDATA[这几天升级了一下原来的1.1项目，发现了一些问题，总结一下放在这里，也提醒还没有来得及升级或准备升级的朋友，升级的过程中少走弯路，少浪费时间。 1．Global.asax文件的处理形式]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 生成高质量缩略图代码]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72971267882572.html</link>
    <description><![CDATA[privatestaticSizeNewSize(intmaxWidth,intmaxHeight,intwidth,intheight) { doublew=0.0; doubleh=0.0; doublesw=Convert.ToDouble(width); doublesh=Convert.ToDouble(height); doublemw=Convert.ToDouble(maxWidth); doublemh=Convert.ToDouble(maxHeight);]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET：基于窗体的身份验证]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72961267882571.html</link>
    <description><![CDATA[基于窗体的验证是最为普遍的一种验证，使用这种验证方式可以很方便灵活地应用到应用程序中。窗体验证方式对基于用户的验证授权提供了很好的支持，可以通过一个登录页面验证用]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[防刷新重复提交、防后退方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72951267882565.html</link>
    <description><![CDATA[网页防刷新重复提交、防后退解决方法 提交后禁用提交按钮（大部分人都是这样做的） 如果客户提交后,按F5刷新怎么办? 使用Session 在提交的页面也就是数据库处理之前： if session(]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 移动 Web 窗体和 .NET 兼容性]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72941267882562.html</link>
    <description><![CDATA[当编写ASP.NET移动Web应用程序时，您几乎可以使用ASP.NET的所有功能。但是，首先要考虑兼容性问题。 错误处理和报告 如果ASP.NET应用程序在处理请求时遇到未处理的异常或其他错误，就会]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET项目出错处理方法汇总]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72931267882561.html</link>
    <description><![CDATA[1：确认在“配置属性”中的“启用ASP.NET调试]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[利用.NET程序来访问Excel文档]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72921267882560.html</link>
    <description><![CDATA[Excel是Microsoft公司的Office套件中的一种软件，他主要用来处理电子表格。Excel以界面友好、处理数据迅速等优点获得广大办公人员的欢迎。所以很多文档就以Excel的形式保存了下来。对于]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET应用程序开发七大技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72911267882554.html</link>
    <description><![CDATA[随着微软.NET的流行，ASP.NET越来越为广大开发人员所接受。作为ASP.NET的开发人员，我们不仅需要掌握其基本的原理，更要多多实践，从实践中获取真正的开发本领。在我们的实际开发中]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[VB.NET开发人员必备参考10本书目]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72901267882553.html</link>
    <description><![CDATA[一、程序设计 1.]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.NET实现的把本文推荐给好友功能]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72891267882552.html</link>
    <description><![CDATA[//]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用ADO.NET处理层次数据]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72881267882548.html</link>
    <description><![CDATA[ADO.NET为数据在内存中的操作和储存提供了一种新模式。因此，我们在处理层次数据时该换换脑了。本文将对其独到之处作一个简单的描述。 读者要求：基本掌握VisualC#.net、DataAdapter和]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net环境下基于Ajax的MVC方案]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72871267882541.html</link>
    <description><![CDATA[1、问题背景 现在，越来越多人开始尝试基于Ajax进行无刷新的Web开发，不过，在.Net环境下，应用Ajax并不是非常方便，这主要可能是由以下一些原因造成的： ?由于Ajax基于javascript的本质]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET实现Cache浏览器的管理]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72861267882540.html</link>
    <description><![CDATA[对Cache进行浏览并管理。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net应用程序性能提高小技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72851267882537.html</link>
    <description><![CDATA[使用.Net做开发，性能毫无疑问非常重要，如何在最短的时间内，得到最大的性能，是我们每个人都非常关心的问题。这里，以MSDN的提示做指导，我来做一些整理工作。 所有的应用程序]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[net 下安装、调试的常见问题与错误]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72841267882532.html</link>
    <description><![CDATA[Q:新建项目时出错：VisualStudio.NET已检测到指定Web服务器运行的不是ASP.NET1.1版。您将无法运行ASP.NETWeb应用程序或服务。 A: 对于这个错误有很多可能的原因，您可以参考下面几篇KB和文章的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中处理一个站点不同Web应用共享Session的问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72831267882530.html</link>
    <description><![CDATA[1、问题描述： 系统S中有M1,M2,M3,M4四个模块，每个模块都是一个web应用。其中一个模块中设置Session后在其他模块中无法读取。 2、问题原因： 一个WEB应用相当于一个站点，应用与应用之]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Ajax的无刷新技术实例详解]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72821267882529.html</link>
    <description><![CDATA[下载一个.netAjax开发包，该开发包包括ASP2.0和目前ASP1.1版使用的Ajax,详细地址参见http://ajax.schwarz-interactive.de/，接下来，开始。 1.新建一个项目，在引用中添加引用Ajax.dll，Ajax.dll位于下载]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET的6大热点问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72811267882525.html</link>
    <description><![CDATA[1ASP.Net是什么？ ASP.Net是建立在微软新一代.Net平台架构上，利用普通语言运行时（CommonLanguageRuntime）在服务器后端为用户提供建立强大的企业级Web应用服务的编程框架。 2．ASP.Net与ASP的联]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何用在.NET中写入事件日志]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72801267882525.html</link>
    <description><![CDATA[文包含有关编辑注册表的信息。编辑注册表之前，务必先了解在发生问题时如何还原注册表。有关如何还原注册表的信息，请查看Regedit.exe中的“还原注册表”帮助主题，或Regedt32.exe中的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.NET中实现POST发送数据]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72791267882521.html</link>
    <description><![CDATA[下面的代码实现了与以前XMLHTTP类似的功能。代码如下： HttpSendData.ASPx]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[利用.NET实现分页管理器]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72781267882520.html</link>
    <description><![CDATA[在DataGrid的web版控件中提供了自动分页的功能，但是我从来没用过它，因为它实现的分页只是一种假相。我们为什么需要分页？那是因为符合条件的记录可能很多，如果一次读取所有的记]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET HTTP运行时组成的详解]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72771267882514.html</link>
    <description><![CDATA[简介 不管使用哪种底层平台，可靠性和性能都是对所有Web应用程序的主要要求，尽管从某种意义上讲，这两个要求是相互矛盾的。例如，要构建更可靠、更健壮的应用程序，可能需要将]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Cookie]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72761267882503.html</link>
    <description><![CDATA[Cookies用于存储特定用户信息，它提供了Web程序中一种有用的方式。多年以来，JavaScript开发人员已经进行了有关cookie的大量工作。同样，ASP.NET通过System.Web空间名称也提供了cookie的访问。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET操作IIS中的虚拟目录]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72751267882502.html</link>
    <description><![CDATA[在做系统开发的过程中，我们经常会遇到用asp.net来操作IIS，如新建虚拟目录、更改虚拟目录的属性、删除虚拟目录等操作，现在分析如下： //假如虚拟目录名为]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[让JSP与.NET共享Session值]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72741267882498.html</link>
    <description><![CDATA[这个话题刚开始，我的思路是ASP.NET中序列化Session以二进制数据保存到数据库，然后由JSP读取数据库中的二进制数据反序列化成Session对象，再强制转化成JAVA的Session对象，在JAVA端转换时]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET关于分页上的数据删除问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72731267882496.html</link>
    <description><![CDATA[当在最后一页删除数据的时候,情形是删除了最后一页的所有数据,那么会出现 InvalidCurrentPageIndexvalue.Itmustbe]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[编写.NET应用程序的十大技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72721267882493.html</link>
    <description><![CDATA[1、在使用VisualStudio.NET时，除直接或非引用的对象外，不要使用缺省的名字 .NET带来的好处之一是所有的源代码和配置文件都是纯文本文件，能够使用Notepad或WordPad等任意的文本编辑器进]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 1.1中url重写的问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72711267882492.html</link>
    <description><![CDATA[1：asp.net1.1中重写中可删节的问题！！！ 如以下的正则表达式：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET程序中常用的三十三种代码]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72701267882490.html</link>
    <description><![CDATA[1.打开新的窗口并传送参数： 传送参数： response.write(]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET细节性问题精萃]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72691267882488.html</link>
    <description><![CDATA[1.]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[datagrid与DataSet结合使用中出现的索引问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72681267882483.html</link>
    <description><![CDATA[当把DataSet绑定到Datagrid控件， 并利用DataAdapter对象修改数据库 如： dimadpasnewOleDbDataAdapter(stradp,conn) dimocbasnewOleDbCommandBuilder(adp) adp.DeleteCommand=ocb.GetDeleteCommand() adp.Update(ds,]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[打造通用.NET数据分页控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72671267882482.html</link>
    <description><![CDATA[对于几乎所有的数据表现Web应用来说，组织好数据的显示方式、避免给用户带来混乱的感觉就是最主要的目标之一。每个页面显示20条记录当然是可以接受的，但每页显示10000条记录就很]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[漫谈.NET 页面对象模型]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72661267882479.html</link>
    <description><![CDATA[每当请求IIS容纳的ASP.NET页时，总是要把请求转交给了ASP.NETHTTP管道。HTTP管道是一组被控对象，这些对象按顺序处理请求并且把这些请求转换成一般HTML文本。HTTP管道的入口是HttpRuntime类。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET设计控件净化网站语言]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72651267882478.html</link>
    <description><![CDATA[一、概述 考虑一下这种情形：你为一个Web网站写了一个应用程序，它的功能是接受用户的输入并将输入内容永久保存，例如保存到数据库，另外还要在网站上显示出用户输入的内容，例]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.NET创建自定义文本框]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72641267882473.html</link>
    <description><![CDATA[在一个.NET的应用程序中使用自己创建的控件可以大大增强应用程序的功能，你可以在原有控件的基础上加入想要的属性和行为，甚至创建自定义的控件。在asp.net中，我们更可以往一些控]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET开发员工业绩评测中心]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72631267882471.html</link>
    <description><![CDATA[本文介绍使用Asp.net开发一个软件公司内部员工业绩评测系统,包括后台所有员工信息管理，部门信息管理，所有部门评测细则信息管理；前台员工每月自我评测和主管对员工的评测.重点]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET创建并使用Web组件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72621267882468.html</link>
    <description><![CDATA[前段时间笔者在开发中需要动态创建WEB组件，本以为是小事一桩，谁知看时容易做时难。里面还真有些小问题。下面笔者就结合自己的程序来介绍一下如何动态创建并使用WEB组件，希望]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.NET中实现多页面选择的问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72611267882465.html</link>
    <description><![CDATA[本文介绍如何在ASP.NET中实现多页面选择的问题。其具体思路很简单：用隐藏的INPUT记住每次选择的项目，在进行数据绑定时，检查保存的值，再在DataGrid中进行选中显示。下面时完整的代]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关于大文件上传的FTP解决方案]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72601267882463.html</link>
    <description><![CDATA[用asp.net上传文件时,对大文件的处理总会不尽于人意,虽然从理论上讲,可以传输很大的文件(100M以上),但在实际使用中会出现各种问题.因此,基于B/S架构的大文件上传还是用FTP为好。 用FT]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中一些常见代码的性能问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72591267882458.html</link>
    <description><![CDATA[1、StringBuilder和String（差别很大） strings=]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[WIN 2003下.NET站点无法使用用户名＋密码连接SQL]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72581267882458.html</link>
    <description><![CDATA[在Web应用程序中，我们无法像在Windows应用程序那样导出报表，因为程序是在服务器端执行的，执行导出时，其结果也是在服务器端，那应该如何才能实现完整的客户端导出呢？其实这个]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET实现将Word转换PDF格式]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72571267882455.html</link>
    <description><![CDATA[前言:由于一个客户的项目中需要将WORD文档转换成PDF格式,故写了本篇实站教程 需求分析:客户的项目以B/S结构为主,提供一个WORD文件在后台自动转换成PDF,经过实际测试,如果该篇WORD文档有]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Caching /1]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72561267882452.html</link>
    <description><![CDATA[Caching 缓存，就是将一些生成代价比较大的常用数据，保存起来重用 。一般数据都保存在内存中，因为从内存中读取数据比从数据库等其他地方要快。 ASP.NET通过两种方式支持缓存：通过]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何解决.NET中javascript脚本的问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72551267882447.html</link>
    <description><![CDATA[创建一个窗口 新开一个窗口的程序我向大家一定非常熟悉了，简单说一下 window.open(url,[name],[features]) url是要打开窗口的地址 name是新开窗口的名称 features是新开窗口的一些属性，例如尺]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[最佳.NET编程习惯]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72541267882447.html</link>
    <description><![CDATA[初学编程的朋友往往喜欢收集一些很“奇妙”的编程技巧，然而，技巧的积累往往并没有提高程序质量，反而引导一些编程者一味追求奇和新，忘记了基本编程习惯的培养，不利于团队]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[treeview的源代码]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72531267882442.html</link>
    <description><![CDATA[usingSystem; usingSystem.Windows.Forms; usingSystem.Drawing; usingSystem.ComponentModel; usingSystem.IO; classFolderDialog:Form { TreeViewFolderTree; ImageListFolderTreeIcons; TreeNodeRootNode; string[]IconFileNames={]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[选择.NET代码编写策略]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72521267882441.html</link>
    <description><![CDATA[很多ASP开发人员并非真正经过培训的开发者，他们往往只是HTML代码编写者，他们处理的ASP模型很不合理。这些开发人员通常只知道将他们的ASP常规思维应用到ASP.NET环境中，而这个过程他]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中的错误处理支持]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72511267882440.html</link>
    <description><![CDATA[ASP.NET中的错误处理支持 ASP.NET具有一个很好的新功能：它对运行时间错误的处理和跟踪提供了丰富支持。特别是，它为管理人员提供了一种很简单的方法，可以保证那些令人恐惧的“A]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在 .NET中执行URL重写]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72501267882433.html</link>
    <description><![CDATA[ScottMitchell 4GuysFromRolla.com 适用范围： Microsoft]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET文件上传程序的源代码]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72491267882429.html</link>
    <description><![CDATA[本文件用VB.NET编辑,在WIN2000 IIS(安装有.NET支持)中调试通过,可以上传许多常用的文件类型.如 RAR、ZIP、DOC、TXT、JPG、GIF等等! 直接下载保存为ASPX格式就可以 ---------------------------------------]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[杂志目录(数据库访问部分）]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72481267882425.html</link>
    <description><![CDATA[using System; using System.Configuration; using System.Data; using System.Data.SqlClient; namespace cj168.DataAccess { public class MagsDB { //SqlConnection myConnection = new SqlConnection(ConfigurationSettings.AppSettings[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[杂志目录(页面部分CodeBehind）]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72471267882423.html</link>
    <description><![CDATA[using System; using System.Data; using System.Data.SqlClient; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace cj168.Web { //]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[一次同时上传多个文件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72461267882423.html</link>
    <description><![CDATA[下面我将为大家讲解如何同时上传多个文件 我们在页面中添加5个]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.NET创建定时缓存]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72451267882418.html</link>
    <description><![CDATA[在先前的文章里，我详细讨论了.NET缓存的简单用法。不过那点用途还只能是这一话题的“开胃酒”。现在，我们更进一步，在那篇文章所开发的缓存基础上添加条目在缓存中的过期功能]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在datagrid中求和（vb.net,c#)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72441267882414.html</link>
    <description><![CDATA[aspx文件]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中的事务处理和异常处理]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72431267882410.html</link>
    <description><![CDATA[使用SQL-Transaction类和.NET提供的异常处理机制，我们就能够以一种可靠的方式处理数据库运行中的问题和发现系统异常。这篇小文章将解释事务处理和异常处理的概念和用法。 什么是事务]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Caching /2]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72421267882409.html</link>
    <description><![CDATA[CacheDependencies 依赖可以使键值在文件改变时，或是在某一个指定时间被删除 。让我们看一下每种依赖。 文件依赖(File-basedDependency) 文件依赖是指，当磁盘上的一个文件改变时，删除Cac]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[嘿，懒鬼!!其实MSDN阐述得真得不错哎，不知道你]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72411267882407.html</link>
    <description><![CDATA[ASP.NET为您提供了一个强大的、便于使用的缓存机制，允许您将需要大量的服务器资源创建的对象存储在内存中。它是由Cache类实现的，实例是每个应用程序专用的，其生存期依赖于该应]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET窗体对话框的实现]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72401267882404.html</link>
    <description><![CDATA[介绍 窗体对话框组件与微软视窗操作系统中的对话框是一样的；也就是说，PrintDialog组件是“打印”对话框，OpenFileDialog组件是“打开文件”对话框，依此类推。 与以往的MicrosoftVisualB]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[利用.NET设计FTP文件上传]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72391267882401.html</link>
    <description><![CDATA[＜%@ImportNamespace=]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[一个带checkbox的webcontrol]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72381267882400.html</link>
    <description><![CDATA[刚才看到下边不少人问给datatable或table添加一个选择框，实际上如果你可以自己做一个webcontrol来实现这个功能，下边是我做的一个带checkbox的webcontrol，由于注释比较全，所以我就不加说]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[五招制胜.NET应用程序开发]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72371267882398.html</link>
    <description><![CDATA[随着微软.NET的流行，ASP.NET越来越为广大开发人员所接受。作为ASP.NET的开发人员，我们不仅需要掌握其基本的原理，更要多多实践，从实践中获取真正的开发本领。在我们的实际开发中]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[走近.NET]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72361267882397.html</link>
    <description><![CDATA[在这个专题里我们将介绍asp.net，Asp.net又叫asp ，他不是asp的简单升级,而是microsoft推出的新一代ActiveServerPages。ASP.net是微软发展的新的体系结.NET的一部分，其中全新的技术架构会让每个人]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET几大热点问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72351267882392.html</link>
    <description><![CDATA[一．什么是.Net？它主要包括什么？ .Net是为简化在第三代因特网的高分布式环境下的应用程序开发，基于开放互联网标准和协议之上，实现异质语言和平台高度交互性，而构建的新一代]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用 StringBuilder 类替代 String]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72341267882391.html</link>
    <description><![CDATA[在ASP.NET中我们经常要用到文本对象,一般的操作是定义一个string mystr,然后用mystr =]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DataList控件也玩分页]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72331267882390.html</link>
    <description><![CDATA[众所周知，ASP.Net中给我们提供了三个数据控件--DataGrid，Repeater，DataList。在这三个控件中，DataGrid控件的功能最强大，Repeater控件最忠实于模版原样，DataList控件则兼而有之。 DataGrid控件]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[验证控件介绍--RequiredFieldValidator]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72321267882383.html</link>
    <description><![CDATA[下面的这个例子，演示了RequiredFieldValidator控件的使用方法。 validate3.aspx文件：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[解决分页的例子。使用DataSet绑定到DataList实现的]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72311267882381.html</link>
    <description><![CDATA[usingSystem; usingSystem.Data; usingSystem.Data.SqlClient; usingSystem.Web; usingSystem.Web.UI.WebControls; namespaceOSLeagueForumXP.admin { //]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[配置Config.web]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72301267882380.html</link>
    <description><![CDATA[ASP.NET提供了一个丰富而可行的配置系统，以帮助管理人员轻松快速的建立自己的WEB应用环境。ASP.NET提供的是一个层次配置架构，可以帮助WEB应用、站点、机器分别配置自己的扩展配置数]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中使用静态变量]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72291267882375.html</link>
    <description><![CDATA[在asp.net中使用静态变量要比application更好的选择 在传统的asp页面中，我们需要利用application变量传递一些特殊变量，在asp.net中任何页面都可以是类，Global.asax也不例外。 我们只需要在]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[一个datagrid 删除确认例子]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72281267882375.html</link>
    <description><![CDATA[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[WebRequest Class]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72271267882374.html</link>
    <description><![CDATA[Author DateofSubmission UserLevel KareemBawala 04/04/2001 Beginner ThisisasimpleapplicationthatthegetsthesourceofawebpageviatheWebRequestObject. TheWebRequestclassisdefinedinSystem.Netnamespace.WebRequestisanabstractclass.Itisthebaseclassfor]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在WEB窗体中如何转换页面和结束程序？]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72261267882366.html</link>
    <description><![CDATA[这些需求应该在浏览器端实现．（用vbscript或javascript）]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.NET中使用静态变量来代替Application变量]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72251267882363.html</link>
    <description><![CDATA[在传统的ASP程序中，我们总是使用Application对象来保存应用程序级的变量。这种方式比较耗费内存----看看那些空间供应商明目张胆的限制Application的数量就知道了。现在好了，我们有了]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET网站开发经验]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72241267882362.html</link>
    <description><![CDATA[我所采用的构架，大体经历了如下过程： 1、最开始时，甚至把对数据库的访问直接写在了codebehind中，没有层的概念，没有名字空间的概念。 2、看了些关于分层的文章，改进了一步（以]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[TO feixr,DataGrid中的Radiobutton]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72231267882360.html</link>
    <description><![CDATA[碰到的问题是如果用的是Server端的Radio控件的话 系统会自动的给它分配Name以相互区分 这样就破坏了我们单选的目的 但如果用一般的HtmlControl,又不能保存状态 所以我自己写了一个用户控]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[微软.NET战略和.NET简介(3)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72221267882356.html</link>
    <description><![CDATA[表单应用模板 从概念上讲，在服务框架的最上面是两个应用程序模板：Windows应用程序模板和网络应用程序模板。尽管我把重点放在把微软.NET框架用作开发网络服务和网络应用程序的一]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[微软.NET战略和.NET简介(1)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72211267882354.html</link>
    <description><![CDATA[ASP.NET又叫ASP ，但并不仅仅是ASP的简单升级，而是MicroSoft推出的新一代ActiveServerPages脚本语言。ASP.NET是微软发展的新型体系结构.NET的一部分，它的全新技术架构会让每一个人的网络生活]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[微软.NET战略和.NET简介(2)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72201267882351.html</link>
    <description><![CDATA[1.1.2.3MicroSoft.NET的基本模块 ?网络服务一览 通常说来，一个网络服务只是一个作为服务――通过Internet标准此服务能与其它 网络服务集成在一起――发行的简单的应用程序。换句话说，它]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[验证控件介绍--RegularExpressionValidator]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72191267882348.html</link>
    <description><![CDATA[我们在制作网站的时候,尤其是各种电子商务网站,首先都会让用户填写一些表格来获取注册用户的各种信息,因为用户有可能输入各式各样的信息,而有些不符合要求的数据会给我们的后端]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[验证控件介绍--RangeValidator]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72181267882342.html</link>
    <description><![CDATA[RangeValidator控件主要界定输入的值的范围。因为有时我们要求输入的值是要有一定范围的，所以我们要使用RangeValidator来判断。 在下面的这个例子中，我们将来介绍RangeValidator控件。 请看]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[验证控件介绍--CompareValidator]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72171267882340.html</link>
    <description><![CDATA[为了比较两个控件的值，此时我们需要使用CompareValidator控件。 在下面的这个例子中，我们将讲解CompareValidator控件的用法。 先看文件validata4.aspx：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关于选用何种.NET设计方法的技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72161267882334.html</link>
    <description><![CDATA[在好几个实例中，ASP.NET的多个部件似乎起的作用是一样的。在各种选项中进行选择可能会很困难。下面这些技巧可以帮你很快地为手头的工作选择最适当的工具。 用户控件vs.服务器控件]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[iis 坏掉了，重新安装了以后.netframework 不能用了]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72151267882332.html</link>
    <description><![CDATA[插入VisualStudio.NETWindows组件更新光盘并运行]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在Webcontrol的Toolbar上加入删除确认的方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72141267882330.html</link>
    <description><![CDATA[1、老规矩，打开C:\Inetpub\wwwroot\webctrl_client\1_0下的toolbar.htc，找到方法f_FireButtonClick(oCell) 2、对该方法其中的代码进行修改，具体修改内容如下： //ModifyStart functionf_FireButtonClick(oCell) { //]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[两个aspx页面间传递引用对象。]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72131267882329.html</link>
    <description><![CDATA[有不少文章讨论怎么在两个页面间传递引用,如果你页面上的对象设置为public的话，你就可以传递他们在页面间。在页面间传递是使用 Server.Transfer替代Response.Redirect就可以。 例子： ----]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[TreeView 派生类: TreeViewEx 实现 NodeShowToolTip、NodeD]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72121267882326.html</link>
    <description><![CDATA[//playyuer@Microshaoft.cominvent //一个TreeView的派生类:TreeViewEx实现NodeShowToolTip、NodeDoubleClick事件 //1.实现了NodeShowToolTip事件,结合键盘Ctrl键显示及设置ToolTipText //2.实现了NodeDoubleClick事件,可在调]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[我自己写的自定义Web的上传控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72111267882322.html</link>
    <description><![CDATA[usingSystem; usingSystem.Web.UI; usingSystem.Web.UI.WebControls; usingSystem.ComponentModel; usingSystem.Web.UI.HtmlControls; usingSystem.IO; usingSystem.Drawing; usingSystem.Drawing.Design; namespaceYingnet.Common { //]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[增加判断文字长度，汉字算2个]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72101267882319.html</link>
    <description><![CDATA[strName=Regex.Replace(strName,]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[客户端脚本对中文的验证(javascript)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72091267882318.html</link>
    <description><![CDATA[[\u4e00-\uf900]放在.net的验证控件RegularExpressionValidator里 没把扩展的部分放进去f900-faff IE5对unicode支持不是很好，我没在上面试过，有条件的自己试一下]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中Cookie编程的基础知识(2)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72081267882315.html</link>
    <description><![CDATA[2Cookie的限制 在开始讨论Cookie的技术细节之前，我想先介绍一下Cookie应用的几条限制。大多数浏览器支持最多可达4096字节的Cookie，如果要将为数不多的几个值保存到用户计算机上，这一]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[动态生成柱状图]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72071267882314.html</link>
    <description><![CDATA[ChartIndex.aspx]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中Cookie编程的基础知识(1)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72061267882311.html</link>
    <description><![CDATA[简介 Cookie为Web应用程序保存用户相关信息提供了一种有用的方法。例如，当用户访问您的站点时，您可以利用Cookie保存用户首选项或其他信息，这样，当用户下次再访问您的站点时，应]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关于.NET写注册表权限问题的官方解决方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72051267882308.html</link>
    <description><![CDATA[Theinformationinthisarticleappliesto: MicrosoftASP.NET(includedwiththe.NETFramework)1.0 MicrosoftVisualBasic.NET(2002) MicrosoftVisualC#.NET(2002) ThisarticlewaspreviouslypublishedunderQ329291IMPORTANT:Thisarticlecontainsinformationaboutmodi]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[一个SDK里做聊天室的例子(2)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72041267882301.html</link>
    <description><![CDATA[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[VB.NET开发互联网应用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72031267882297.html</link>
    <description><![CDATA[VB.NET开发互联网应用 作者：刘彦青 尽管在VisualBasic6中也有一些有关互联网功能的组件，例如WebClasses、Winsock和WebBrowser控制，但也仅此而已，它再也没有其他更令人激动的功能了。尤其是]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[一个SDK里做聊天室的例子(1)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72021267882297.html</link>
    <description><![CDATA[OptionExplicitOn OptionStrictOn ImportsSystem ImportsSystem.IO ImportsSystem.Text ImportsSystem.Threading ImportsSystem.Net ImportsSystem.Net.Sockets ImportsSystem.Drawing ImportsSystem.Windows.Forms ImportsMicrosoft.VisualBasic ClassApp]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[将Word文档转化为HTML格式的文档]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72011267882292.html</link>
    <description><![CDATA[利用Word.Application提供的方法，可以很轻易地将Word文档转化为HTML等其它格式，下面就是实现的全部的代码： VisualC# WordToHtml.aspx]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.NET创建网络相册]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/72001267882291.html</link>
    <description><![CDATA[在现在的数码时代，我们会经常拍摄一些相片以供留念，而随着数码照片的增多，往往需要很好地管理这些照片，以便更好地查阅留念。现在网上有不少的电子相册，都能很好的实现这]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[vb.net cookie操作]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71991267882290.html</link>
    <description><![CDATA[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[HTML在线编辑器--服务器控件~~.NET实现]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71981267882284.html</link>
    <description><![CDATA[今天看到有兄弟想要这个控件，呵呵，恰好前阵写了一个，功能还是蛮多的，支持数据访问~~并且已经包装成服务器控件~本来的想法是Open这个控件，让弟兄们继续壮大它，但是一直没有]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中Cookie编程的基础知识(6)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71971267882283.html</link>
    <description><![CDATA[删除Cookie 删除Cookie（即把该Cookie从用户的硬盘上物理删除）是修改Cookie的一种形式。由于Cookie位于用户的计算机中，所以您无法直接将其删除。但是，您可以让浏览器为您删除Cookie。修]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[笑望人生，关于IHttpHandler处理图片]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71961267882283.html</link>
    <description><![CDATA[1.打开IIS管理，注册ISAPI映射，比如]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中Cookie编程的基础知识(5)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71951267882278.html</link>
    <description><![CDATA[读取Cookie集合 前面的示例假设您要读取名称已知的Cookie。有时，您可能需要读取可供页面使用的所有Cookie。要读取可供页面使用的所有Cookie的名称和值，您可以利用如下代码遍历Reques]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中Cookie编程的基础知识(4)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71941267882275.html</link>
    <description><![CDATA[读取Cookie 当浏览器向服务器发送请求时，该服务器的Cookie会与请求一起发送。在ASP.NET应用程序中，您可以使用Request对象来读取Cookie。Request对象的结构与Response对象的结构基本相同，所]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中Cookie编程的基础知识(3)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71931267882274.html</link>
    <description><![CDATA[查看您的Cookie 您可能会发现，了解创建Cookie的效果会对您很有帮助。而查看Cookie是比较容易的，因为它们都是文本文件，关键在于您能找到它们。不同的浏览器保存Cookie的方式也不同。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.NET下实现数字和字符相混合的验证码]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71921267882272.html</link>
    <description><![CDATA[经常在论坛里看到有问怎么实现验证码的帖子,其实关于验证码的文章在CSDN,DEV-CLUB等网站上都有很多,但是很多文章只讲诉了如何输出一个随机生成数字或字符的图象,当然了,这个是验证码]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET结合COM组件发送Email]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71911267882270.html</link>
    <description><![CDATA[在系统目录（如c:\winnt或c:\windows）的system32子目录中可以找到一个名称为cdosys.dll的文件，我们可以通过ASP.NET调用此COM组件来实现Email的发送。cdosys构建在SMTP协议和NNTP协议之上，并且作为]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[创建基于.NET的SMTP邮件服务]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71901267882268.html</link>
    <description><![CDATA[Asp.net在System.Web.Mail名称空间中有一个发送email的内建类，但这仅是cdosys的一个假象。开发者能使用一个替代的它smtp邮件服务。在这篇文章里面，我将会展示如何创建一个用于asp.net的功能]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.NET和XML做的新闻系统]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71891267882266.html</link>
    <description><![CDATA[这里我就用xml代替数据，写一个新闻发布系统，希望能够起到抛砖引玉的作用，使更多的人能够了解这些最新的技术。下面介绍这几个文件。 contents.xml]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于.NET的Web动态控件创建]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71881267882263.html</link>
    <description><![CDATA[web设计中，有很多场合，页面的控件要动态创建甚至只能动态创建，这样可以增加页面的灵活性，但是给程序员带来了一些麻烦，比如要使用动态创建的控件，怎么使用，都是要求解决]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用System.Web.Mail发送电子邮件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71871267882259.html</link>
    <description><![CDATA[这将用到System.Web.Mail名字空间中的类。 协作数据对象 Windows2000协作数据对象(CDOSYS)是微软用来创建和发送基于标准的电子邮件信息的消息组件。它是用与WindowsNT的协作数据对象(CDONTS)的替]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Xml开发网络硬盘]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71861267882258.html</link>
    <description><![CDATA[文件传送常用的三种方式FTP、Email及“网上邻居”都在一定程度上实现了文件数据的交流，但它们都主要面向“点对点”的传送，无法实现“一块空间，资源互见”的应用需求，这种基于]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET实现“九连环”小游戏]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71851267882251.html</link>
    <description><![CDATA[publicClassChinaRing1 InheritsSystem.Web.UI.Page #Region]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET窗体对话框的实现]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71841267882250.html</link>
    <description><![CDATA[窗体对话框组件与微软视窗操作系统中的对话框是一样的；也就是说，PrintDialog组件是“打印”对话框，OpenFileDialog组件是“打开文件”对话框，依此类推。 与以往的MicrosoftVisualBasic6.0等]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[HttpRequest获取网站信息的程序示例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71831267882246.html</link>
    <description><![CDATA[问题：有的网站的相关内容必须要在登录后才可以查看，其登录信息保存在session变量之中。这样，使用asphttp等组件就难以正确得到所要的信息。 解决：使用asp.net中的httprequest和httpres]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[asp.net 获取客户端IP与mac]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71821267882243.html</link>
    <description><![CDATA[获取客户端IP: 以下为引用的内容： private string GetClientIP() { string result = HttpContext.Current.Request.ServerVariables[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.NET写一个发送ICQ信息的程序]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71811267882241.html</link>
    <description><![CDATA[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.NET实现一个简单的计算器]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71801267882241.html</link>
    <description><![CDATA[文件: Calculate.aspx bin/Calculate.cs bin/Calculate.bat 步骤: 1.Calculate.cs namespaceCalculate { usingSystem; publicclassmath{ publicString_color; publicintAdd(inta,intb) { returna b; } publicintSub(inta,intb) { returna-b; } publicintMu]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[asp.net 和 access 联合开发的分页类]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71791267882235.html</link>
    <description><![CDATA[以下为引用的内容： using System; using System.Collections.Generic; using System.Text; using System.Data; namespace pager { public class Pager { ///]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在ASP.Net Ajax中调用WebService]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71781267882234.html</link>
    <description><![CDATA[今天我想实现利用JavaScript调用WebService我首先就想到了ASP.Net Ajax 因为微软的东西用着方便,我从网上看了看,这东西好多人都写了,我就从官方找了个Demo下了看看源代码,感觉没什么特殊的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET 全局异常处理]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71771267882233.html</link>
    <description><![CDATA[在我们写程序时偶尔会由于疏忽导致有些异常没有进行处理。如果将异常详细信息提示给用户会带来不安全因素，如果不提示详细信息又会给用户报告异常带来麻烦。虽然可以通过配置]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[创建基于ASP.NET的SMTP邮件系统]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71761267882229.html</link>
    <description><![CDATA[您可能习惯了在ASP程序中使用JMAIL组件收发邮件，Asp.net在System.Web.Mail名称空间中有一个发送email的内建类，但这仅是cdosys的一个假象。开发者能使用一个替代的它smtp邮件服务。在这篇文]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net 框架程序设计]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71751267882227.html</link>
    <description><![CDATA[由于Web服务和使用Web服务的应用程序仍然运行在计算机上,而且既然是计算机都 要有外设,所以我们仍然需要一个操作系统.. Windows添加了Xml支持.. Windows XP和Windows.net (现在改名为windows Se]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET结合XML编写计数器]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71741267882222.html</link>
    <description><![CDATA[以下为引用的内容： Code: 1) counter.aspx :- The Counter Page]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在ASP.Net 中实现将图片存入数据库]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71731267882221.html</link>
    <description><![CDATA[图片存入数据库介绍 在很多时候，我们有这样的需求：把图片存入到数据库当中。在一些应用程序中，我们可能有一些敏感的资料，由于存储在文件系统（file system）中的东西，将很容]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Asp.net教程:设计IP地址屏蔽功能]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71721267882219.html</link>
    <description><![CDATA[出于安全考虑，几乎每个动态网站都具备IP地址屏蔽功能，而网上流传的很多关于该功能的教程大都采用字符串保存和验证IP地址，我认为这是不太科学的，我试图找到最佳的设计方案。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[asp.net中的观察者模式]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71711267882215.html</link>
    <description><![CDATA[在asp.net中实现观察者模式？难道asp.net中的观察者模式有什么特别么？嗯，基于Http协议的Application难免有些健忘，我是这样实现的，不知道有没有更好的办法？ 先谈谈需求吧，以免陷入]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET网站程序防SQL注入式攻击方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71701267882214.html</link>
    <description><![CDATA[一、什么是SQL注入式攻击? 所谓SQL注入式攻击，就是攻击者把SQL命令插入到Web表单的输入域或页面请求的查询字符串，欺骗服务器执行恶意的SQL命令。在某些表单中，用户输入的内容直接]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASp.Net自定义验证码控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71691267882209.html</link>
    <description><![CDATA[1---》新建asp.net 网站 2---》添加新建项目 ，选择类库 3---》新建两个类 3.1--》自定义控件类（WebControl 派生类） 以下为引用的内容： using System; using System.Collections.Generic; using System.Compon]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.Net开发新手常见问题备忘录]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71681267882207.html</link>
    <description><![CDATA[一位ASP.net初学者学习过程中整理的备忘录，包括“打开新的窗口并传送参数，为按钮添加对话框，删除表格选定记录，删除表格记录警告”等等常见问题的解决方法。 1. 打开新的窗口并]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中Hashtable快速查找的方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71671267882203.html</link>
    <description><![CDATA[一般来说我们都是用 Hashtable 的 ContainsKey 方法来查找 Hashtable 中是否存在某个键值然后读取他，但是这个方法并不是效率最好的方法。比较好的方法是直接读取键值然后判断这个对象是否]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net解决数据导出excel时的格式问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71661267882202.html</link>
    <description><![CDATA[在项目中一般都需要将报表数据导出到EXCEL中，但经常出现导出长串数据(如身份证)到EXCEL中后显示为科学计数法的格式，或者报表中显示为001的数据导出到Excel后成了1的格式。 下面简单]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[让.Net 应用程序突破2G的内存访问限制]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71651267882200.html</link>
    <description><![CDATA[32位Windows操作系统下单个进程的用户模式内存访问的限制是2G，如果在boot.ini中设置了/3G开关，则最大为3G，超过3G将无法访问。由于Hubble.net 项目是一个数据库系统，必须要考虑使用大内]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Visual Basic .NET处理Excel表格全接触]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71641267882198.html</link>
    <description><![CDATA[Visual Basic .Net处理Excel表格机理和处理Word文档一样，也是通过互操作，引入COM组件来实现的，所以前提条件是运行本文中介绍的程序的计算机必须安装Office 2000中的Excel软件。如果计算机]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET缓存方法分析和实践示例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71631267882194.html</link>
    <description><![CDATA[尽早缓存；经常缓存 您应该在应用程序的每一层都实现缓存。向数据层、业务逻辑层、UI 或输出层添加缓存支持。内存现在非常便宜 — 因此，通过以智能的方式在整个应用程序中实现]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Framework 新功能和增强的功能]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71621267882191.html</link>
    <description><![CDATA[ASP.NET 移动控件(原来为 Microsoft Mobile Internet Toolkit)扩展了 .NET Framework 和 Visual Studio .NET，提供了对移动电话和个人数据助理 (PDA) 等移动(无线)设备的支持。.NET Framework 1.1 版将移动控件合并]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[MVC页面验证与授权]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71611267882190.html</link>
    <description><![CDATA[在ASP.NET MVC中，如何来实现表单的验证与授权访问呢？至少在CTP3中，还没有一个官方的解决方案。ASP.NET WebForm的表单验证和授权机制是否适合在ASP.NET MVC中使用呢？带着这些问题来进入我]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[微软发布.NET Framework 3.5 SP1正式版]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71601267882188.html</link>
    <description><![CDATA[微软今天发布了.NET Framework 3.5第一个SP服务包的最终版.这是一个累积更新,包含很多基于.NET Framework 2.0、3.0和3.5不断生成的新功能,此外还包括.NET Framework 2.0 SP2和.NET Framework 3.0 SP2累积更新]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET程序员新方向 Ruby核心语法入门]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71591267882183.html</link>
    <description><![CDATA[本文的目的是为了找出为什么.NET程序员都想学习并使用Ruby，并探索Ruby语言的核心语法。 微软的IronRuby项目为Windows平台带来了强大的动态语言，Ruby编程语言是一个现代的，面向对象的基]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[URL的传递字符串问题小研究]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71581267882177.html</link>
    <description><![CDATA[前几天在调程序的时候遇到了比较郁闷的问题，我用URL从一个页面传递字符串到另一个页面的时，出现了个奇怪的问题，我要传递的字符串是“DK51 700中继站”；可是另一个页面接收到字]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[HTTP状态码200,301,302]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71571267882169.html</link>
    <description><![CDATA[跳转非常常用，在哪里都一样，这里的一些说明和用法也如此，不止适用于asp.net，其他语言也会用得到。跳转的目的本来很简单，就是当用户或系统需要时从一个页面转向另一个页面，]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关于.Net开发下的分布式缓存设计]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71561267882167.html</link>
    <description><![CDATA[本文主要论证与数据缓存相关的一些应用与问题。在。Net 平台下面我把缓存从功用大致分为两类，数据对象缓存和页面输出缓存。 对于数据缓存来讲是由System.Web.Caching.Cache这个类来实现]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何进行性能优化问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71551267882165.html</link>
    <description><![CDATA[一、SqlDataRead和Dataset的选择 Sqldataread优点：读取数据非常快。如果对返回的数据不需做大量处理的情况下，建议使用SqlDataReader，其性能要比datset好很多。缺点：直到数据读完才可close掉]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[开发中如何有效监控.NET应用程序]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71541267882161.html</link>
    <description><![CDATA[当你的.NET应用出现性能问题的时候能很快得找到问题的症结吗？ 这是一个运营的企业应用所必需考虑的问题，最近工作中碰到很多这方面的问题，运行中的系统完全是一个黑盒子，不象]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[浅析ASP.NET 2.0 Client Callback]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71531267882157.html</link>
    <description><![CDATA[GridView控件正是使用了这个技术来实现无刷新的分页及排序功能，那么它是如何实现的哪，我们又如何在自定义控件中添加该功能哪？本文将会简单地阐述如何使用ASP.NET 2.0 Callback来实现]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ADO.NET Entity Framework 试水——并发]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71521267882157.html</link>
    <description><![CDATA[提到数据库操作，特别是企业级的数据库应用，就不得不提一个多人操作时经常会产生的问题——并发冲突。本文首先来看一下什么是并发冲突，传统的并发冲突有现有的处理方式，最]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[使用LINQ来简化编程的7个技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71511267882155.html</link>
    <description><![CDATA[自从学习LINQ以来，我发现了很多使用LINQ来改善代码的方式。每一个技巧都让代码写起来更简单，可读性更强。 这里总结了这些技巧。我会介绍如何使用LINQ来： ◆初始化数组 ◆在一个]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Asp.net FMS 开发视频网站]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71501267882150.html</link>
    <description><![CDATA[开发步骤： 1。下载FMS http://blogs.ugidotnet.org/kfra/archive/2006/10/04/50003.aspx，安装配置。 2。使用flash制作FMS视频采集的控件。 3。aspx页面嵌入FMS采集控件，运行采集数据上传到FMS服务器，修改]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Lambda表达式的一般应用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71491267882150.html</link>
    <description><![CDATA[1. 在List中实现Find,Sort,Foreach,ConvertAll 例如： List numList = new List(); ....//初始化 //实现Find int x = numList.Find(n=]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net平台下开发中文语音应用程序]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71481267882148.html</link>
    <description><![CDATA[随着.net技术深入人心，越来越多的程序员开始转到.net平台上进行开发。然而，在新发布的.net speech SDK里面并没有对中文语音进行支持，目前支持中文的Speech SDK最高版本为Windows平台下的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关于变量的命名和属性]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71471267882143.html</link>
    <description><![CDATA[static readonly与const的变量，作用是一样的，无论访问修饰符是不是public，还是其它(private、protected、internal），变量名称一般为大写，中间以下划线。 以下为引用的内容： public static rea]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net框架类库中定时器类的使用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71461267882142.html</link>
    <description><![CDATA[不论在客户端应用程序还是服务器组件(包括窗口服务)定时器通常扮演一个重要的角色。写一个高效的定时器驱动型可管理代码要求对程序流程有一个清晰的理解及掌握.NET线程模型的精]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET开发正则表达式中BUG一例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71451267882135.html</link>
    <description><![CDATA[又发现了一个 .net 的bug!最近在使用正则表达式的时候发现：在忽略大小写的时候，匹配值从 0xff 到 0xffff 之间的所有字符，正则表达式竟然也能匹配两个 ASCII 字符：i(code: 0x69) 和 I(code]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET MVC框架开发Web论坛应用程序]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71441267882130.html</link>
    <description><![CDATA[我想通过本系列文章从头到尾构建一个完整的ASP.NET MVC论坛应用程序，最终的目的是探讨和推动使用ASP.NET MVC框架构建应用程序的最佳实践。 1、 简介 在本篇中，我想先从全局方面介绍一]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.NET中利用委托实现窗体间通信]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71431267882129.html</link>
    <description><![CDATA[对于窗体间简单的通信，采用VB6.0的方法就能满足我们的要求，但在一些架构设计复杂的应用中，这种方法就显得有点捉襟见肘了，同时该方法还有一个缺点，就是它仅仅对通过。NET窗体]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net2008打造你的影音播放器]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71421267882128.html</link>
    <description><![CDATA[本篇文章的主要开发环境是Visual Studio 2008，Visual Studio系列产品一直以来都提供了强大的控件功能，然而我们利用这些控件可以编写出功能强大的应用程序。本文主要利用微软的最新.ne]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中取得IP/用户名等信息常用方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71411267882124.html</link>
    <description><![CDATA[在.NET中获取一台电脑名，IP地址及当前用户名是非常简单，以下是常用的几种方法： 1. 在ASP.NET中专用属性： 获取服务器电脑名：Page.Server.ManchineName 获取用户信息：Page.User 获取客户端电]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[完全不使用配置文件构建和使用WCF服务]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71401267882122.html</link>
    <description><![CDATA[只使用代码而不用配置文件的情况不适合IIS为宿主的情况，IIS宿主必须使用配置文件配置WCF的ServiceHost. 1、 服务端 1.1. 准备Contract和实现Contract的服务 很简单的一个Contract（Interface）和实]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[vb.net通过app.config来改变编译路径]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71391267882120.html</link>
    <description><![CDATA[问题: 我先把我的意思讲一遍: 假如把一个A工程编译后: 会在Debug目录中生成以下文件: A.Exe A.pdb A.xml 引用的common.dll 我在制作setup文件后,我想 生成一个这样的目录: A目录中: bin\common.dll]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[VB.net2008精彩实例，窗体应用技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71381267882118.html</link>
    <description><![CDATA[本篇文章的主要开发环境是Visual Studio 2008，Visual Studio系列产品一直以来都提供了强大的控件功能，然而我们利用这些控件可以编写出功能强大的应用程序。本文主要利用微软的最新.ne]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[VB.Net实现Web Service的基础]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71371267882113.html</link>
    <description><![CDATA[一.Web Service为何物，我们为什么需要它 Web Service的主要功能就是可以实现实现跨平台的功能调用。同时由于Web Service中使用XML来进行数据交换，所以在使用Web Service时不用担心防火墙的影]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[实例了解.Net的继承和多态性]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71361267882112.html</link>
    <description><![CDATA[许多学习Asp.Net的新人对Asp.Net继承和多态性不是特别的了解，但其在编程中有重要作用，为了帮助大家学习，我们作了这个例子，以实例来说明，代码比较简单。 以下为引用的内容：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net里导出excel表方法汇总]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71351267882107.html</link>
    <description><![CDATA[1、由dataset生成 以下为引用的内容： public void CreateExcel(DataSet ds,string typeid,string FileName) { HttpResponse resp; resp = Page.Response; resp.ContentEncoding = System.Text.Encoding.GetEncoding(]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关于命名空间和目录划分]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71341267882105.html</link>
    <description><![CDATA[从命名空间的命名、目录的划分与命名可以看出一个程序员是否有经验，是否很有经验。一个编程老手绝不允许架构混乱。 .Net开发中，一般目录名与命名空间名称是对应的。关于命名空]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET上传大于4M的文件的相关设置]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71331267882104.html</link>
    <description><![CDATA[步骤1： 修改win2003上传限制，找到windows\system32\inserv\metabase.xml文件 将其中的 aspmaxrequestentityallowed= 的值改为1073741824 （1G） 注意修改前要停止IIS等服务。 步骤2： 如果你装的是net1.1，请找]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET开发中正则表达式中BUG一例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71321267882099.html</link>
    <description><![CDATA[又发现了一个 .net的bug!最近在使用正则表达式的时候发现：在忽略大小写的时候，匹配值从 0xff 到 0xffff 之间的所有字符，正则表达式竟然也能匹配两个 ASCII 字符：i(code: 0x69) 和 I(code:]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET反射、委托技术与设计模式]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71311267882099.html</link>
    <description><![CDATA[1 反射技术与设计模式 反射（Reflection）是。NET中的重要机制，通过放射，可以在运行时获得。NET中每一个类型（包括类、结构、委托、接口和枚举等）的成员，包括方法、属性、事件，]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET的死锁调试工具:ACorns.Debugging]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71301267882098.html</link>
    <description><![CDATA[默认情况下，.NET对死锁检测没有任何的支持。一种常用的方法是通过加载调试器来逐个检测所有的线程来判断是否产生了死锁。现在，图形化调试工具HawkEye的创造者Corneliu为我们提供了]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ADO在vb.net中的使用（与datagrid结合）]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71291267882093.html</link>
    <description><![CDATA[在VB6 在，ADO是大家在数据库编程中用得较多的。而在新的vb.net中，虽然也可以用它来查询数据库，但在与新的datagrid的绑定中，不能像以前那样使用：“datagrid1.datasoure=rs”，而是需要一]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Visual C  中实现双缓冲的基本原理]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71281267882090.html</link>
    <description><![CDATA[双缓冲的原理可以这样形象的理解：把电脑屏幕看作一块黑板。首先我们在内存环境中建立一个“虚拟“的黑板，然后在这块黑板上绘制复杂的图形，等图形全部绘制完毕的时候，再一]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[绑定到ADO.NET数据源]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71271267882089.html</link>
    <description><![CDATA[本示例演示如何将 Windows Presentation Foundation (WPF) ListBox 控件绑定到 ADO.NET DataSet。 示例 在本示例中，OleDbConnection 对象用于连接到数据源，该数据源是在连接字符串中指定的 Access MDB 文件]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[vb.net中应用 ArrayList 实例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71261267882085.html</link>
    <description><![CDATA[ArrayList 就是数组列表，它位于 System.Collections名称空间下。是集和类型。 与 ArrayList 同胞的还有一个List，他们的实用很相似。我们只介绍一些关于ArrayList的一些东东。 ArrayList有三个构造]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET框架类库中的定时器类的使用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71251267882081.html</link>
    <description><![CDATA[不论在客户端应用程序还是服务器组件(包括窗口服务)定时器通常扮演一个重要的角色。写一个高效的定时器驱动型可管理代码要求对程序流程有一个清晰的理解及掌握.NET线程模型的精]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.net 处理xmlHttp发送异步请求]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71241267882078.html</link>
    <description><![CDATA[最近正在拜读]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[net得到本地电脑基本信息的简单方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71231267882075.html</link>
    <description><![CDATA[1.在网络编程中的通用方法： 获取当前电脑名：staticSystem.Net.Dns.GetHostName() 根据电脑名取出全部IP地址：staticSystem.Net.Dns.Resolve(电脑名).AddressList 也可根据IP地址取出电脑名：staticSystem.Ne]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[几十个.NET性能优化的常用方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71221267882074.html</link>
    <description><![CDATA[访问数据库资源需要创建连接、打开连接和关闭连接几个操作。这些过程需要多次与数据库交换信息以通过身份验证，比较耗费服务器资源。 ASP.NET中提供了连接池(Connection Pool)改善打开]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net开发工具LINQ框架设计指南]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71211267882067.html</link>
    <description><![CDATA[如今，LINQ的版本发布已经尘埃落定，是时候思考如何使用它了。Keith Farmer甚至谈到了使用LINQ以消除子类。不过，在我们了解这些之前，还是先看看微软的官方指南吧。 根据框架设计指]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何通过.NET页面重启服务器]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71201267882066.html</link>
    <description><![CDATA[到Google搜索了一下，找到了一段似乎很普遍的代码 事实证明，这段代码在写桌面应用例如Console或者Windows Form程序的时候可以正常运行，但是通过ASP.NET调用则无法通过 但是我还是把这段]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net上传图片按比例自动缩小或放大]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71191267882066.html</link>
    <description><![CDATA[以下为引用的内容： ////]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET环境下五种邮件发送解决方案]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71181267882059.html</link>
    <description><![CDATA[1、使用outLook提供的发送 如：我见过的用友软件U8生产制造（演示版），其中的邮件功能就是通过调用outLook的ActiveX 组件 优点：开发简单 缺点：依赖outlook组件，SMTP 邮件服务 邮件发送的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net ajax 与Ext2框架在.net程序中的应用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71171267882058.html</link>
    <description><![CDATA[本来想写一个初学asp.net ajax的系列文章的.但是完成了一篇后发现关于asp.net ajax系列的文章早已是成泛滥之势.况且本人也没那么好的文笔去与牛人们媲美,所以转念一想,倒不如踏踏实实地]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[一个通过web.Mail发送邮件的类]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71161267882052.html</link>
    <description><![CDATA[usingSystem; usingSystem.Web; usingSystem.Web.Mail; usingDottext.Framework; usingDottext.Framework.Configuration; namespaceYourNamespace.Email { ///]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net应用程序性能的十大方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71151267882048.html</link>
    <description><![CDATA[提高asp.net应用程序性能的常说的神话 有用的提高asp.net应用程序性能的技巧 Asp.net应用程序操作数据库的建议 Asp.net中的缓存与后台处理进程 现在写一个asp.net的web应用程序变得非常的简]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在DataGrid里面根据日期的不同显示new图标]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71141267882041.html</link>
    <description><![CDATA[第一步：这样写Sql语句： selecttop5PK_Rntol_ID,Title,RenoDate,Promulgator,Flag=case whengetdate()-RenoDate]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[自定义控件中使用枚举类型的属性（原创）]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71131267882041.html</link>
    <description><![CDATA[在控件中定义枚举类型的属性 publicenumDTableStateSelect { ShowAddnew=1, SaveAddnew=2, ShowEdit=3, SaveEdit=4, Delete=5, Show=6, List=0 } privateDTableStateSelect_DTableState;//定义类的私有变量，变量的类型为上面定义]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[IronPython分析Lambda表达式]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71121267882040.html</link>
    <description><![CDATA[在我们的.Net项目中，要使用到自定义公式功能，我们利用了IronPython的Lambda功能，可以方便的计算值，但是我们发现，如果表达式涉及的属性发生改变时，公式必须重新计算，怎样析表达]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET开发 正则表达式中的 Bug]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71111267882036.html</link>
    <description><![CDATA[又发现了一个 .net 的 bug!最近在使用正则表达式的时候发现：在忽略大小写的时候，匹配值从 0xff 到 0xffff 之间的所有字符，正则表达式竟然也能匹配两个 ASCII 字符：i(code: 0x69) 和 I(cod]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中数据绑定的实现方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71101267882031.html</link>
    <description><![CDATA[1、为什么ASP.NET 2.0中的数据绑定控件不需要写代码就能完成更新、删除、新建等数据操作? 在ASP.NET 1.x时，DataGrid等控件使用DataBinder.Eval(Container.DataItem,]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中的Response对象的方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71091267882029.html</link>
    <description><![CDATA[下面将向大家详细介绍它的重要方法。 以下为引用的内容： WriteFile 将文件输出到客户端 Write 将数据输出到客户端浏览器 Redirect 将网页重新转到另一地址 Flush 将缓冲区的数据输出到客]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[灵活正确的实现.NET插件机制]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71081267882029.html</link>
    <description><![CDATA[.NET提供的反射(Reflection)机制可以很方便的加载插件。本文提供一种方法，可以灵活的正确的载入所需的插件。 在.NET中，一个完整的类型名称的格式如]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[重构Session确实让代码简洁干净了不少]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71071267882023.html</link>
    <description><![CDATA[诚如作者所说，我们经常在ASP.NET用许多类似于下面的代码来检测Session中存储的对象，来防止Session过期后存储的变量丢失问题： Int32nUserID=-1; if(null!=Session[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何获取当前程序文件的路径 Current Path]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71061267882019.html</link>
    <description><![CDATA[进程对象在.NET中表现为System.Diagnostics.Process类，通过调用Process.GetCurrentProcess().MainModule.FileName可获得当前执行的exe的文件名。但是这个方法得到的仅仅是文件名，如果程序运行期间没有切]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中使用自定义provider]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71051267882016.html</link>
    <description><![CDATA[在ASP.NET2.0中，新增加的membershipprovider功能，以及结合功能强大的一系列注册，登陆控件，可以很方便地对用户的登陆和权限等进行管理（参见]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.NET框架应用程序中发送电子邮件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71041267882015.html</link>
    <description><![CDATA[大家在日常开发中，经常会遇到开发一个向客户自动发送Email的应用模块，例如，当客户操作某一特定的操作或上网注册、购物时，服务器端在客户操作完成时向客户自动发送一封确认邮]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[识别来访手机品牌型号]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71031267882014.html</link>
    <description><![CDATA[我们在开发wap应用程序需要有识别来访手机品牌型号的功能，这样才可以更好的为用户提供更好的个性化服务，比如图片类型、屏幕尺寸、铃声类型等。 http协议中，User-Agent这个标头指]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用ashx动态生成文件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71021267882007.html</link>
    <description><![CDATA[生成图片放在服务器的某个目录下面，隔一段时间就删除，图还得自己画，嫌麻烦，结果找着这样一段代码，今天看到使用.ashx文件处理IHttpHandler实现发送文本及二进制数据的方法。突然]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net开发wap必备：更好的匹配手机设备]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71011267882006.html</link>
    <description><![CDATA[虽然微软说asp.net能够匹配各种手机设备，但是手机型号众多，微软收集的手机资料有限，所以导致asp.net对很多手机匹配错误，本来可以支持html的却生成html，本来只支持wml的，缺生成了]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何保证web app中的Send Email线程稳定性]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/71001267882005.html</link>
    <description><![CDATA[在asp.netforums2或者cs系统中，每过几分种会发送一次email,但是如果在执行时，数据库服务器重启。 会导致SendEmail线程死掉。 参考代码： privatevoidScheduledWorkCallbackEmailInterval(objectsender) { t]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net识别远程主机服务器种类]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70991267882001.html</link>
    <description><![CDATA[这几天做ASP.Net追捕，也算是我入门吧。思路很简单，主要就是识别远程主机传回的Banner，判断远程主机服务器。这可能不够准确，因为合格的管理员可能会去修改Banner。 代码如下（从我]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net 压缩位图至JPEG的代码]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70981267881996.html</link>
    <description><![CDATA[首先准备一张位图图像source.bmp，将它保存在bmp.aspx同一目录中]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[提高.NET性能的方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70971267881996.html</link>
    <description><![CDATA[一、性能参数： 1、吞吐量 2、响应时间 3、执行时间 4、可伸缩性 二、性能因素： 1、ASPX执行环境 2、编写代码逻辑 三、提高性能的方法： 1、避免不必要的操作.例如:在Page_Load中使用]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[简单的SQL Server数据库数据读取与数据操作]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70961267881993.html</link>
    <description><![CDATA[简单实用的数据读取，数据操作方法，贴到程序里面直接调用 读取方法： publicDataSetQuery(stringSQLText) { SqlConnectionmyConnection=newSqlConnection(ConfigurationSettings.AppSettings[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net程序中整站通用的防SQL注入函数]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70951267881990.html</link>
    <description><![CDATA[防止sql注入，通常一个一个文件修改不仅麻烦而且还有漏掉的危险，下面我说一上如何从整个系统防止注入。 做到以下三步，相信的程序将会比较安全了，而且对整个网站的维护也将会]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中同时支持简体和繁体中文]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70941267881988.html</link>
    <description><![CDATA[最近在处理一个网站，要求有简体和繁体中文两个版本。本来想单独处理繁体版本（和简体版本有点不同），我的机器和VS.NET都是简体中文版本的，把页面文件转换为big5的（保存时要求]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[获取网站的RSS聚合到自己的网页]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70931267881988.html</link>
    <description><![CDATA[想把别的网站的RSS新闻整合到自己的网页，刚学，一直都不会。今天终于成功了！可能这个方法有点笨！思路是把XML文件下载到本地，然后再读本地XML，就简单了！不知道是否有更简单]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[对“学号”、“身份证”的数字分析]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70921267881983.html</link>
    <description><![CDATA[在现代社会中，一个人总是离不开数字。人在社会上总要有一个身份证号码，学生在学校里读书一定会有一个学号，而且这些号码不都是一些无意义的数字。我写的这个程序是用来分析]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET设计网络硬盘之删除文件夹]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70911267881983.html</link>
    <description><![CDATA[对于不再需要的文件/文件夹用户有权限做删除处理。这一节就介绍如何实现这一功能。 界面布置 主界面设计中有个“删除”按钮，其(ID)为btnDelete。用户在目录浏览中选中要删除的项后]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET下的MP3小偷程序]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70901267881982.html</link>
    <description><![CDATA[1、分析一下番茄花园的歌来源：PageUrl=]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关于HtmlForm控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70891267881977.html</link>
    <description><![CDATA[HtmlForm控件是设计动态网页的一个相当重要的组件，通过该控件可以在Clien端和Server端进行数据传送。 制作网页经常会遇到表单数据的处理，通过HtmlForm控件可以将Client端的数据上传至]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[将dataset以xml形式发给客户端下载]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70881267881977.html</link>
    <description><![CDATA[SendDataSetasxmlfile. //CreateMemeoryStream System.IO.MemoryStreamms=newSystem.IO.MemoryStream(); //WriteMemeoryStream MyDataset.WriteXml(ms,System.Data.XmlWriteMode.IgnoreSchema); Response.Clear(); //filename]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[三色交替的下拉列表框]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70871267881976.html</link>
    <description><![CDATA[实现方法： 1．使用System.Web.UI.HtmlControls控件，把它作为服务器控件运行。 2．在后台为这个select控件绑定数据。 3．再调用一个自己写的函数为它的没个项目指定颜色。 实现代码（主要]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Forums与现有系统整合方案示例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70861267881972.html</link>
    <description><![CDATA[Asp.NetForums以下简称ANF，版本2.0，本文系数流水帐，只是记录了一下今的工作，没啥技术含量。 已有系统已经有自己的一套用户系统，需要挂接ANF，要求在已有系统用户注册，登录，修改]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DataGrid与SQL Server 2000数据绑定]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70851267881970.html</link>
    <description><![CDATA[选择自PowerChow的Blog WebForm页面添加一个DataGrid控件DataGrid1,DataGrid控件与SQLServer手工绑定只须鼠标点几下就搞定了,这里是代码绑定. 首先在命名空间中添加SqlClient命名空间. usingSystem.Data.S]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[为Blog打造个性日历]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70841267881967.html</link>
    <description><![CDATA[日历控件是.net自带的控件之一，功能强大，在很多项目开发中都有用到，对于blog系统来说更是必不可少。纵是好玉也仍需雕琢，为了使它更美观实用，我们还需要对它进行二次开发。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net中操作sql server数据库的一些小技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70831267881962.html</link>
    <description><![CDATA[1.给数据库语句参数传递 向数据库操作语句传递参数可以通过存储过程实现，这里给出另外两种简便易捷的方法： 可以在C#中通过字符串操作将参数直接传入SQL语句变量中，例如： str]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASPX中的用户控件与ASP中的INCLUDE方法对比]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70821267881960.html</link>
    <description><![CDATA[在ASP的年代里，为了避免经常性重复的劳动,对一些功能相似的区域或者代码,经常作成一个文件，然后通过连接(直接连接或者虚拟连接)的方法引入到ASP网页文件之中，对于一个很大的引]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中为DataGrid添加合计字段]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70811267881952.html</link>
    <description><![CDATA[论坛中最常见的一个问题是：“我怎样在DataGrid中显示列合计？”。我亲自多次为这个问题提供了示例代码，因此，我想在DotNetJunkies的标题中提供这么一份指南。在这份指南中你将会学]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET的内置功能抵御Web攻击]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70801267881949.html</link>
    <description><![CDATA[如果您正在阅读本文，可能就不需要再向您灌输Web应用程序中的安全性愈来愈重要这一事实了。您需要的可能是一些有关如何在ASP.NET应用程序中实现安全性的实际建议。坏消息是，没有]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET与MySQL数据库简明图示入门教程]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70791267881947.html</link>
    <description><![CDATA[在ASP时代，如果我们要建立一个数据库驱动的web站点，那么你可以选择环很多钱的微软SQLSERVER数据库或者选择要花很多时间来寻找达到性能和稳定性统一的ACCESS数据库，但在.NET时代你有]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Web服务实现软件共享]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70781267881942.html</link>
    <description><![CDATA[传统的软件共享是将软件从网络的服务器拷贝到客户端，以实现软件的共享，这种方法的缺点是每一个需要使用该软件的客户端都必须先拷贝该软件，导致网络上的空间冗余，因而导致]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASPX保存远程图片到本地的两种方法的函数]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70771267881939.html</link>
    <description><![CDATA[FunctionUpRemoteFileToLocal(ByValUpTypeAsString,ByValRemoteUrlAsString,ByValLocalFileAsString)AsBoolean DimTmpResultAsBoolean=False SelectCaseUpType Case]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net中用C#实现站点计数器用户控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70761267881938.html</link>
    <description><![CDATA[资源：同级目录下的存放当前计数的count.txt文件，子目录pic下的0到9的数字图片0.gif~9.gif asax文件：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL存储过程在.NET数据库中的应用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70751267881935.html</link>
    <description><![CDATA[一．前言： 存储过程（StoredProcedure）是一组为了完成特定功能的SQL语句集，经编译后存储在数据库中。用户通过指定存储过程的名字并给出参数（如果该存储过程带有参数）来执行它。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET程序中用Repeater实现分页]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70741267881933.html</link>
    <description><![CDATA[一、程序功能：为Repeater实现分页 二、窗体设计： 1、新建ASP.NETWeb应用程序，命名为Repeater2，保存路径为http://192.168.0.1/Repeater2（注：我机子上的网站的IP是192.168.0.1的主目录是D:\web文件夹]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DataGrid同时具有分页和排序功能及注意点]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70731267881927.html</link>
    <description><![CDATA[当DataGrid同时具有分页和排序功能时应注意在重新绑定数据源时，MyDataGrid.CurrentPageIndex=0; 下面给实现以上功能的原码，也就不多缀了aspx中包含有DataGrid和控制其数据源变化的dropdownlist]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[建立自己的RSS]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70721267881925.html</link>
    <description><![CDATA[本文主要提供代码,创建自己的RSS,供别人订阅... ---RSS.aspx]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[创建完全可编辑的 DataGrid]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70711267881921.html</link>
    <description><![CDATA[在论坛中我看到过许多相同或相似的问题：我怎样在我的DataGrid的每一行中放置检查框、文本框等等？怎样更新它们的值？答案相当简单，在这篇文章中，我将向你展示如何完成它。 我]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET应用程序的方法和技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70701267881919.html</link>
    <description><![CDATA[以前使用ASP开发过Web应用程序的人员肯定知道调试Web应用程序是多么麻烦。在ASP中，调试是痛苦的，通常包括了使用Response.Write()方法输出变量的值。那么请问一下自己：你有多少次忘记]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net中应用Javascript]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70691267881916.html</link>
    <description><![CDATA[本文结合示例讲述了在ASP.net应用程序中如何利用客户端的Javascript脚本提高程序的执行效率并实现更多的功能。 一、ASP.Net与Javascript .Net是微软公司下一代的战略核心，ASP.Net是.Net战略在]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中实现中文简/繁体自动转换的类]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70681267881914.html</link>
    <description><![CDATA[对于不再需要的文件/文件夹用户有权限做删除处理。这一节就介绍如何实现这一功能。 界面布置 主界面设计中有个“删除”按钮，其(ID)为btnDelete。用户在目录浏览中选中要删除的项后]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中在线用户统计的简单实现及讨论]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70671267881911.html</link>
    <description><![CDATA[统计在线用户的作用不言而喻，就是为了网站管理者可以知道当前用户的多少，然后根据用户数量来观察服务器或者程序的性能，从而可以直观的了解到网站的吸引力或者网站程序的效]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中将数据输出到Excel]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70661267881909.html</link>
    <description><![CDATA[近来，在开发ISO文件管理系统的时候，曾经遇到过要将ASPX直接输出到EXCEL的需求，现将经验所得与大家分享。其实，利用ASP.NET输出指定内容的WORD、EXCEL、TXT、HTM等类型的文档很容易的。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET系统用户权限设计与实现]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70651267881906.html</link>
    <description><![CDATA[电子商务系统对安全问题有较高的要求，传统的访问控制方法DAC（DiscretionaryAccessControl，自主访问控制模型）、MAC（MandatoryAccessControl，强制访问控制模型）难以满足复杂的企业环境需求]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[大数量查询分页显示 微软的解决办法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70641267881903.html</link>
    <description><![CDATA[微软的解决办法 usingSystem; usingSystem.Data; usingSystem.Data.SqlClient; usingSystem.Drawing; usingSystem.Windows.Forms; publicclassPagingSample:Form { //Formcontrols. ButtonprevBtn=newButton(); ButtonnextBtn=newButton(); staticDataG]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中如何用C#.NET实现基于表单的验证]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70631267881900.html</link>
    <description><![CDATA[这篇文章引用到了Microsoft.NET类库中的以下名空间： System.Data.SqlClient System.Web.Security 任务： 摘要： １．要求 ２．用VisualC#.NET创建一个ASP.NET应用程序 ３．在Web.config文件里配置安全设置]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0里轻松获取数据库连接统计数据]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70621267881897.html</link>
    <description><![CDATA[ASP.NET2.0中的SqlConnection多了一个StatisticsEnabled属性和ResetStatistics()、RetrieveStatistics()两个方法，用于获取SQLServer的连接统计数据。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[利用JS在asp.net中实现左导航页的隐藏]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70611267881895.html</link>
    <description><![CDATA[我们在CSDN论坛上的左上角能够看到导航栏的功能,下面就模拟该功能,利用JS在asp.net中作一个简单的无刷新的左导航栏隐藏功能. 首先,作一个框架页,我们取名main.aspx]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[追踪ASP.NET代码里的bug]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70601267881893.html</link>
    <description><![CDATA[Web开发中一个棘手的问题是调试。在ASP或者简单JavaScript的时代，开发人员会利用print语句来追踪代码里的问题。随着微软引入ASP.NET，这一方法发生了改变，因为它包含了大量的特性，可]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[使用函数传递参数来执行数据库操作]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70591267881891.html</link>
    <description><![CDATA[usingSystem; usingSystem.Configuration; usingSystem.Data.SqlClient; usingSystem.Data; usingSystem.Collections; 比如： //打开数据库 转自：动态网制作指南www.knowsky.com publicstaticSqlConnectionOpenConnection() { SqlConnectio]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中实现模版的动态加载]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70581267881887.html</link>
    <description><![CDATA[ASP.NET中，经常会使用到templates(模版)功能，比如在datagrid,datalist,repeater等控件中，使用templates,将会大大增强其功能。以往，我们一般是在设计程序时，就已经设置好控件中的模版是怎样]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用Repeater控件显示数据]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70571267881886.html</link>
    <description><![CDATA[如果你正在使用ASP.NET，你一定对DataGrid控件非常熟悉。DataGrid控件提供了各种特性，通过这些特性可以很容易地在一个Web页面上以列表形式显示数据。但是，如果你不想使用HTML表格形式]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[利用Treeview实现树形列表]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70561267881883.html</link>
    <description><![CDATA[以前，在WEB页面中如果想使用树形控件的话，往往会有些麻烦，有时甚至要自己写代码来达到用树形列表显示数据的目的。在asp.net中，我们可以很方便地使用由微软提供的InternetExploer]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[将.net页面输出为HTML]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70551267881881.html</link>
    <description><![CDATA[c#代码: WebRequestmywebrq; WebResponsemywebresp; StreamReadersr; Streamwritersw; PrivatevoidPage_Load(objectsender,EventArgse) { mywebreq=WebRequest.Create(http://localhost/Test.aspx); mywebresp=mywebreq.GetResponse(); sr=newstreamReader(m]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中的HTTP模块和处理程序]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70541267881877.html</link>
    <description><![CDATA[在Internet时代的开端，客户端的需求非常有限；.htm文件就可以满足他们的需求。但是，随着时间的流逝，客户端需求的扩充超越了.htm文件或静态文件所包含的功能。 开发者需要扩充或扩]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net安装简明手册]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70531267881874.html</link>
    <description><![CDATA[１、系统要求 ·CPU:IntelPentiumII-class300MHz(IntelPentiumIII-class600MHzrecommended) ·RAM:96MB(128MBrecommended) ·Availableharddiskspace(forinstall):250MB ·Availableharddiskspace(postinstall):155MB ·Video:800x600,256colors ·CD-RO]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中使用Treeview控件和XML]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70521267881871.html</link>
    <description><![CDATA[以前，在WEB页面中如果想使用树形控件的话，往往会有些麻烦，有时甚至要自己写代码来达到用树形列表显示数据的目的。在asp.net中，我们可以很方便地使用由微软提供的InternetExploer]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET数据库缓存依赖]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70511267881865.html</link>
    <description><![CDATA[在ASP.NET中，Cache类最酷的特点是它能根据各种依赖来良好的控制自己的行为。以文件为基础的依赖是最有用的，文件依赖项是通过使用Cache.Insert并提供引用文件的CacheDependency对象添加的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net 2.0多语言网站解决方案]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70501267881859.html</link>
    <description><![CDATA[asp.net 2.0中的App_GlobalResources可以用来解决本地化的问题，程序会根据浏览器的语言首选项自动判断显示出本地化的界面。 首先在App_GlobalResources新建resx资源文件。如： 不同语言的resx中项]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中值得注意的两个地方]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70491267881858.html</link>
    <description><![CDATA[在ASP.NET中ASPX页面的Page_Load事件有两个让人奇怪的地方，你应该记住它们： a.有时Page_Load事件在你的ASP.NET页面里会发生多次。这种情况发生的一个可能的原因是你把ASPX页面的AutoEvenWire]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net静态变量取代Application]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70481267881857.html</link>
    <description><![CDATA[在传统的ASP中，我们要用application对象去存储应用于整个application的变量。这当然会带来内存消耗的代价。在.net中，我们可以用static变量来改善它，采用static变量在大多数时候存储的速度]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[数据库连接字在Web.config里的用法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70471267881854.html</link>
    <description><![CDATA[在asp.net中的WEB程序的设置中我们必须用到Web.config来存储数据库连接字.事实上这是个很好的做法,因为可以省去我们很多的麻烦还可以帮助我们避免不必要的错位,是的很多情况下 我就是]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[使用JScript.NET创建asp.net页面]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70461267881850.html</link>
    <description><![CDATA[大家一定习惯于使用vb.net和C#来创建asp.net页面，但是不知大家知不知道我们还可以使用Jscript.net编写asp.net. 这可能是自微软1996年推出基于IE3.0的Jscript1.0以来在功能上最大的飞跃。JScript传]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET将物件序列化成Binary储存至DB or File]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70451267881847.html</link>
    <description><![CDATA[最近有人在讨论这个问题..小弟很少玩这个东西..就到网路上找了一些资源..教大家如何将物件序列化成Binary Data..然后储存到资料库或档桉裡.. 当然可以序列化..就一定可以反序列化了.]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net中自定义Http处理及应用之HttpHandler篇]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70441267881845.html</link>
    <description><![CDATA[在开发基于MicrosoftIIS的应用时，开发者除了可以编写ASP程序外，还可以使用VisualC 等开发工具，开发ISAPI应用，以获取更为强大的功能。可以编写两种ISAPI扩展：一种是ISAPIServerExtention，另]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[泛用LINQ 语句]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70431267881842.html</link>
    <description><![CDATA[泛用LINQ语句的概念很简单，在一些情况下，我们会有需求使用同一段程式码来对不同资料表做查询，这在ADO.NET中很容易达到，见下例： 以下为引用的内容： static void PrintCustomerID(SqlDa]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[实现我们自己的视图引擎]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70421267881838.html</link>
    <description><![CDATA[在ASP.NET MVC的一个开源项目MvcContrib中，为我们提供了几个视图引擎，例如NVelocity, Brail, NHaml, XSLT。那么如果我们想在ASP.NET MVC中实现我们自己的一个视图引擎，我们应该要怎么做呢？ 我们]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[WPF自定义漂亮的按钮样式]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70411267881836.html</link>
    <description><![CDATA[首先打开 Microsoft Visual Studio 2008 ，新建一个WPF项目，在上面随便放几个按钮： 然后给各个按钮设置不同的背景颜色： 设置好之后就是这样啦： 然后我们就开始在 App.xaml 文件中定义按钮]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何构造一个C#语言的爬虫程序]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70401267881835.html</link>
    <description><![CDATA[C#特别适合于构造蜘蛛程序，这是因为它已经内置了HTTP访问和多线程的能力，而这两种能力对于蜘蛛程序来说都是非常关键的。下面是构造一个蜘蛛程序要解决的关键问题： ⑴ HTML分析]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net Mvc Framework可以在Controller中使用的Url.Action方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70391267881827.html</link>
    <description><![CDATA[所以这里用一个扩展方法重现一下 以下为引用的内容： using System.Web.Routing; static public class CUrl { public static string Action(this Controller c, string controller, string action) { RouteValueDictionary rvd = new]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[使用ExtJS GridPanel从Web Service 获取、绑定和显示数]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70381267881826.html</link>
    <description><![CDATA[本文将向大家介绍一种使用 ExtJS 的 GridPanel 组件从 ASP.NET Web Service 获取 XML 数据并进行绑定和显示的方法。 GridPanel 组件在进行数据绑定时可以接收多种数据格式。其中以 JSON 和 XML 最为]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[从UI-&amp;gt;DB一条龙到代码生成到EOS，谈谈快速开发]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70371267881825.html</link>
    <description><![CDATA[人性是懒惰的，程序员尤其如此。再懒惰的人为了让自己过得更舒服，偶尔也会很勤快，程序员还是如此。我是一个懒人，所以赞同金色海洋同学的同学都是懒人。 无可否认，对于懒人]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[VS 2008和.NET 3.5 Beta2新特性介绍]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70361267881819.html</link>
    <description><![CDATA[我非常高兴地宣布，VS 2008和.NET 3.5的Beta2版本可以下载了。你可以在这里下载Visual Studio 2008产品。你也可以在这里下载较小的VS 2008 Express版本。 VS 2008 和 Visual Web Developer 2008 Express可以与]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net 备份和还原SQL Server及压缩Access数据库]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70351267881815.html</link>
    <description><![CDATA[* 功能说明:备份和恢复SQL Server数据库 * 作者: 刘功勋; * 版本:V0.1(C#2.0);时间:2007-1-1 * 当使用SQL Server时,请引用 COM组件中的,SQLDMO.dll组件 * 当使用Access中,请浏览添加引用以下两个dll * 引用]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[方法分析和实践示例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70341267881814.html</link>
    <description><![CDATA[尽早缓存；经常缓存 您应该在应用程序的每一层都实现缓存。向数据层、业务逻辑层、UI 或输出层添加缓存支持。内存现在非常便宜 — 因此，通过以智能的方式在整个应用程序中实现]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[剖析.NET AJAX的面向对象思想]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70331267881811.html</link>
    <description><![CDATA[人们期待已久的ASP.NET AJAX v1.0正式版终于发布了。现在你能用Microsoft ASP.NET AJAX的javascript很容易的写出丰富的、交互式的web应用。尤其值得关注的是Microsoft AJAX Library增加了面向对象的支持]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net中动态页面转静态页面]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70321267881809.html</link>
    <description><![CDATA[关于在Asp.Net中动态页面转静态页面的方法网上比较多。结合实际的需求，我在网上找了一些源代码，并作修改。现在把修改后的代码以及说明写一下。 一个是一个页面转换的类，该类通]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Atlas中调用Web Service]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70311267881804.html</link>
    <description><![CDATA[Atlas Framework中包含了对AJAX调用的封装，让您可以很方便的在客户端通过JavaScript调用服务器端方法。在本篇文章中，我将解释一下如何使用Atlas调用服务器端Web Service。 使用Atlas，我们只]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0当中的Call Back机制]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70301267881803.html</link>
    <description><![CDATA[用过ASP.NET 2.0当中的新功能Call Back的朋友们可能会发现：ASP.NET AJAX当中的非同步Web Services调用很麻烦，还要多建立一个Web Sevices(.asmx)页面，如果您嫌额外建立一个.asmx的Web Services页面太过]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET Forms验证（自定义、角色提供程序）]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70291267881801.html</link>
    <description><![CDATA[以前开发项目时经常是自己开发一套用户权限管理系统进行验证，比较灵活。最近为了单点登录的问题又把Asp.Net自带的验证方式看了一遍，发现这种方式也比较方便，功能也还可以。在]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net客户端回调功能的实现机制]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70281267881793.html</link>
    <description><![CDATA[实现的过程基本上就是：让要实现客户端回调功能的页面或者空间实现System.Web.UI.ICallbackEventHandler的接口，即2个方法：void RaiseCallbackEvent(string eventArgument)，这个是当客户端触发服务器端]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net中生成缩略图并添加版权]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70271267881786.html</link>
    <description><![CDATA[//定义image类的对象 Drawing.Image image,newimage; //图片路径 protected string imagePath; //图片类型 protected string imageType; //图片名称 protected string imageName; //提供一个回调方法,用于确定Image对象在执行]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net用MD5和SHA1加密的几种方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70261267881784.html</link>
    <description><![CDATA[MD5的全称是Message-Digest Algorithm 5（信息-摘要算法），在90年代初由Mit Laboratory for Computer Science和Rsa data security inc的Ronald l. rivest开发出来，经md2、md3和md4发展而来。它的作用是让大容量信息]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET平台依赖注入机制及IoC的设计与实现]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70251267881778.html</link>
    <description><![CDATA[我们设计的分层架构，层与层之间应该是松散耦合的。因为是单向单一调用，所以，这里的“松散耦合”实际是指上层类不能具体依赖于下层类，而应该依赖于下层提供的一个接口。这]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET2.0中控件的简单异步回调]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70241267881775.html</link>
    <description><![CDATA[虽然已经有了ASP.NET AJAX了，最近学习ASP.NET控件的时候，逐步理解了原始的控件异步回调（代码取自《ASP.NET 2.0 高级编程》）： 首先，在Render事件中添加好一个事件 protected override void R]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET开发类似Web Parts的功能]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70231267881771.html</link>
    <description><![CDATA[微软推出SharePoint2003 ，SharePoint2007以来，一个新的技术Web Parts也随着推出来了。刚一接触到这个东西，作为了一个开发人员，感到十分的好奇，这虽然算不上一次技术上的革命，但对用户]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net错误代码大全]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70221267881768.html</link>
    <description><![CDATA[错误 CS0001 编译器内部错误 错误 CS0003 内存溢出 错误 CS0004 提升为错误的警告 错误 CS0005 编译器选项后应跟正确的参数 错误 CS0006 找不到动态链接的元数据文件 错误 CS0007 .Net 环境初始化]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.net中如何利用数据工厂实现多数据库的操作]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70211267881766.html</link>
    <description><![CDATA[在项目的开发过程中，在设计模式的概念还没有出来时，我们那时候在编写程序时，往往如果项目的数据库是采用SQL Server，然后用户又想换其它数据库如Oracle时，我们就需要对其代码进]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET备份恢复SqlServer数据库]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70201267881762.html</link>
    <description><![CDATA[核心技术： using System.Data.SqlClient; using System.IO; string SqlStr1 =]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET程序自动为URL加上超级链接]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70191267881762.html</link>
    <description><![CDATA[作为一个程序员，在完成设计后还要根据程序的情况以及用户的反映不断对程序进行改进，这样才能不断地完善自己的作品。我在制作完软件商务网 的论坛后，发现人们总喜欢在帖子中]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 状态管理]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70181267881755.html</link>
    <description><![CDATA[一般而言，HTTP协议是非状态服务，它不保存任何用户请求信息。直至NetScape开始使用Cookies来保存用户请求信息，Web应用程序有了极大的发展。现在ASP.NET程序员可以使用很多种方式来保存]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET2.0MasterPage技巧总结]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70171267881752.html</link>
    <description><![CDATA[1、关于MasterPage和Frameset的使用：网上很多帖子争论到底用MasterPage还是Frameset，我觉得导航树的系统还是Frameset好，尤其数导航树非常复杂的时候，虽然VS.NET 2005不支持它的可视化设计，自]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[flash菜单与.net进行交互]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70161267881749.html</link>
    <description><![CDATA[一、动态加载菜单 菜单的内容如下(menu.xml): 如果动态加载呢? 1)把以menu.xml文件放到网站的根目录之下,然后在flash的as中写如下的as脚本. mymenu = new XML(); mymenu.load(]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET1.1中动态树的实现]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70151267881748.html</link>
    <description><![CDATA[因为ASP.NET1.1没有像ASP.NET2.0那样默认提供TreeView控件，所以ASP.NET1.1中实现动态树就不像ASP.NET2.0中那样简单了，但是也并没有复杂多少,只是多了点步骤而已。下面就让我们分三步来在ASP]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net读取数据库乱码的解决完全方案]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70141267881747.html</link>
    <description><![CDATA[在下面的映射表中加入gb2312 和gbk，就不会有乱码了，源码在下面提供一位网友写的程序改了改 private static void LoadCharsetMap() { mapping = new Hashtable(); mapping.Add(]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 设计中的 N 个技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70131267881742.html</link>
    <description><![CDATA[一、DataGrid的属性设置 1. AllowPaging: true 2. PageStyle-]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中构造个性化网页]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70121267881740.html</link>
    <description><![CDATA[在WEB应用中，我们经常要创建个性化的网页。什么是个性化的网页呢？举个例子，大家经常使用熟悉的搜索引擎google,当我们设置了每次要使用的个性化语言偏好，比如使用中文后，在下]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET GridView的分页功能]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70111267881733.html</link>
    <description><![CDATA[操作如下： 1、更改GrdView控件的AllowPaging属性为true。 2、更改GrdView控件的PageSize属性为 任意数值（默认为10） 3、更改GrdView控件的PageSetting-]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[迁移你的Web页面到ASP.NET AJAX 1.0]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70101267881732.html</link>
    <description><![CDATA[如果你在Web站点中使用了AtlasControlToolkit，那么这篇文章有助于迁移你的Web页面到ASP.NETAJAX1.0，翻译自ASP.NETAJAXControlToolkit网站。 随着ASP.NETAJAX1.0Beta版的发布，带来了很多根本性的变化，其]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Net中无刷新执行Session身份验证]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70091267881730.html</link>
    <description><![CDATA[在写一个客户的B/S结构应用程序时，突然发现一个技巧，不知道是否是MS的一个BUG，给相关的有研究的朋友原先考虑写一个检查Session的类，Session失效后，必须转向登陆页面，可每一个调]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[net 2.0 中使用的存储过程解析]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70081267881727.html</link>
    <description><![CDATA[以下是SQL中两个存储过程: CREATE PROCEDURE dbo.oa_selectalluser AS select * from UserInfo GO CREATE PROCEDURE dbo.oa_SelectByID @id int AS select * from UserInfo where ID=@id GO 一个是带参数的存储过程,一个是不带参数的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net编程中实现 MD5 加密]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70071267881722.html</link>
    <description><![CDATA[现在制作的web系统需要用到加密 依旧选择md5吧（其实我也就用过md5^_^） 找到了两种实现 方案一： /**//// /// 用md5加密 /// /// 输入的数据 /// public static string MD5(string Sourcein) ...{ MD5CryptoSe]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET2.0中的缓存技术解析]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70061267881720.html</link>
    <description><![CDATA[ASP.NET2.0提供如下缓存方式： Output Caching Fragment Caching Data Cache SQL Cache Cache Configuration 1. Output Caching： 当一个网页被频繁访问时，我们可以把把整个网页缓存起来提高效率，当用户在此访]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net 动态设置 WebService 引用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70051267881719.html</link>
    <description><![CDATA[有时候需要动态的设置 WebService 的址，这样发布到不同的服务器时就要重新生成，为此我们需要在web.config中动态配置WebService的地址，在网上查了很多资料，其中这种方法感觉很好用也很]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET菜鸟到中级程序员的飞跃]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70041267881713.html</link>
    <description><![CDATA[如果你是一个菜鸟或者自认为初学者那么本文非常适合你。 不能说这30本书就是最佳组合，但是可以说这个组合不差；本人曾博览群书，很多书重复，很多书讲的不适用，这些书都是目]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[．Net编程的多个小技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70031267881712.html</link>
    <description><![CDATA[Happy New Year]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net如何连接sql server2000数据库]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70021267881709.html</link>
    <description><![CDATA[大家好,以下是有关ASP.net连接SQL Server2000数据库的例程， 在这里和大家分享一下： Asp.net连接SQL Server2000数据库例程详解: 以下为引用的内容：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[FCKeditor 2.6在NET中的配置方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/FCKeditor_2.6.zip&lt;br&gt;解压后目录结构如.html</link>
    <description><![CDATA[FCKEditor目前的最新版本是2.6，但支持.NET的DLL版本还是2.5，本文介绍FCKEditor2.6在ASP.NET中的配置方法。 本文的示例下载地址(包含了整个解决方案及网站，下载后即可使用)： 地址：http://]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[net中使用HtmlArea编辑器]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/70001267881704.html</link>
    <description><![CDATA[HtmlArea是一款很简洁的WTYSWTYG编辑器，以前我用的是FreeTextBox,缺点很多，运行速度慢，架构太复杂，不支持ajax等等，前面还特地写了一篇文章《Ajax中的UpdatePanel与Freetextbox兼容问题的初步]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[NET中怎么用Session判断用户是否登录]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69991267881704.html</link>
    <description><![CDATA[以下为引用的内容： if (bResult == true) //登录的用户名和密码正确 { //保存登录的用户名 Session[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[NET 2.0的URL映射的实现方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69981267881703.html</link>
    <description><![CDATA[URL映射是ASP.NET 2.0中提供的新特性。URL映射技术帮助我们将一个特定URL映射为另一个URL。为了帮助理解，我们假设你在站点有一个叫Homepage.aspx的页面来访问主页，所有的用户也都用这个]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Net 2.0中实现多语言界面的方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69971267881696.html</link>
    <description><![CDATA[1、跟以前一样做界面，只是注意，把所有需要有多语言界面的文字都用label来做 2、做完以后，在Solution Explorer里选中这个文件，选Tools-]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中实现模板页]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69961267881693.html</link>
    <description><![CDATA[使用过JavaStruts程序员应该知道，Struts中有一个模板标记，虽然其使用起来比较复杂，但对于有大量页面的程序来说其带来了很多方便。但是，在ASP.NET中并没有现成实现可用，这方面国内]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在网页中动态的生成一个图片]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69951267881692.html</link>
    <description><![CDATA[下面举例是动态的生成一个图片显示当前时间. 以下为引用的内容： namespace Wmj { using System; using System.Drawing; using System.Web.UI; public class MyTempImage : Page { public string CreateImage() { string str=Dat]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.ET应用性能之Cache篇]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69941267881685.html</link>
    <description><![CDATA[虽然现在已经是宽带时代，小猫已经离我们渐渐远去，可作为WEB应用开发者来说，我们仍然有责任和义务不断地通过技术手段来优化WEB应用性能，让用户浏览时少一些等待，多一些爽快]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[浅析CMS内容管理系统的两种方案]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69931267881683.html</link>
    <description><![CDATA[目前市面上成熟的CMS产品有很多，无外乎两种解决方案：第一种就是用XSL XML的方式来实现客户端具体数据；第二种是生成HTML或者SHTML来实现。 设计阶段的想法是，用XSL来实现文章和内容]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net开发投票机的思路]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69921267881682.html</link>
    <description><![CDATA[最近看到偶多年来喜爱的jay的投票排名不甚理想了（肯定是有人使用投票机把jay挤下了） 所以我要动手写一个自动投票机，实现思路如下 1 查看投票源代码 查看给jay投票提交时将使用]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中动态修改页面标题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69911267881676.html</link>
    <description><![CDATA[在老外的站上看到解决的好方法，故简单编译之： 在一个asp.net 的应用中，经常要动态修改页面的标题，一个典型的例子就是，在一个页面导航的控件中，希望用户点选哪一个连接，在]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[“您无权查看该网页”的原因和解决方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69901267881674.html</link>
    <description><![CDATA[1、现象 a.用localhost访问，正常 b.用IP地址访问，则出现403错误 2、分析 a.怀疑是ACL问题，设置Everyone为完全控制，问题仍无法解决 b.无意中访问了]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[编程使用资源文件实现多语言页面(In Action)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69891267881672.html</link>
    <description><![CDATA[需求：我们的ASP.NET站点需要提供多语言支持，考虑到我们使用的是ASP.NET2.0，我们可以利用资源文件来实现。 NOTE：这里我们使用编程的方法实现，使用其他方法，请参见： http://msdn2.m]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[使用Data Access Application Block 得到存储过程的返回]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69881267881669.html</link>
    <description><![CDATA[今天有位朋友问我如何在Data Access Application Block中得到存储的过程的返回值，我才发现自己以前写的文章中确实没提到这方面的问题，现在来补充一下，具体的解决方法如下： 1、首先建]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[面向服务及其在互联系统策略中的角]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69871267881665.html</link>
    <description><![CDATA[面向服务的业务环境 面向服务是一种创建分布式系统的方法。在它最抽象的层面，面向服务作为一个服务提供程序，包含了一切——从大型机应用程序到打印机到码头工作人员到隔夜交]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[NET2.0服务器控件之创建复杂属性]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69861267881663.html</link>
    <description><![CDATA[本文详细讲解了一个利用ASP.NET 2.0技术创建复杂属性的示例。 1、示例应用 本文所实现的示例很简单，其核心是通过实现自定义服务器控件的连字符形式复杂属性来说明复杂属性的实现方]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[采用Native 引导方式的.Net加密保护]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69851267881660.html</link>
    <description><![CDATA[这类加密保护方式属于整体程序集的加密保护.这个方法首要解决的问题就是 native code 和 .Net Code如何交互.这里介绍三种实现方式. 1. C /CLI 实现. 这个比较简单了,会C /CLI一下子就能完成了]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[设置页面buffer引出来的问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69841267881655.html</link>
    <description><![CDATA[前几天，在程序使用Respoonse.Redirect(]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net使用POST方法最简单的实现]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69831267881652.html</link>
    <description><![CDATA[Asp.Net 2.0 中实现了IButtonControl接口的控件都有一个PostBackUrl属性，可以进行跨页面提交，就是用的POST方法。那么在1.x中费了一番周折的POST提交就很简单了，只要把PostBackUrl设置为提交页，]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET应用程序的自动更新]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69821267881651.html</link>
    <description><![CDATA[应用程序更新的方法一般有两种：一是通知用户（比如发E-mail）,让用户到指定的网站地址下载更新的程序；二是将更新的职责从用户那边转移到应用程序自身，由应用程序自身取代用户]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET程序员修炼之路]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69811267881647.html</link>
    <description><![CDATA[“为人写程序” 初级的程序员或经验不足的程序员往往只意识到自己的程序是写给计算机的，而不会在意程序其实也是写给人的，或在意得不够、不全面。 写给机器的程序，往往追求的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中“找不到指定模块”的解决办法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69801267881646.html</link>
    <description><![CDATA[最近继续用ASP.Net来重新开发ACM的Online]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C#中的委托和事件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69791267881644.html</link>
    <description><![CDATA[委托和事件在]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[指定应用程序域中执行代码]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69781267881643.html</link>
    <description><![CDATA[//]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[远程抓取GOOGLE的自动翻译结果]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69771267881638.html</link>
    <description><![CDATA[以下为引用的内容： 1]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关闭按钮点击事件的捕捉]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69761267881637.html</link>
    <description><![CDATA[以下为引用的内容： function]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[保护你的DLL和Code不被别人使用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69751267881636.html</link>
    <description><![CDATA[大家做项目开发一般都是分层的，比如UI层，业务层，数据访问层。业务层引用数据访问层的DLL(比如dataAccess.dll)，并使用dataAccess.dll中的方法。当项目完成并给客户用了，可有些心里BT的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET的底层的工作机制介绍]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69741267881633.html</link>
    <description><![CDATA[关于ASP.NET的底层的工作机制，最近园子里讨论的甚是火热。相信很多人都看过Rick]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[NET2.0服务器控件之捕获回传事件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69731267881630.html</link>
    <description><![CDATA[1、实现捕获回传事件 如果服务器控件需要捕获来自客户端的回传事件，并想为该回传事件自定义服务器端事件处理逻辑，那么控件必须实现 System.Web.UI.IPostBackEventHandler接口。下面列举了]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中用GRIDVIEW插入新记录]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69721267881628.html</link>
    <description><![CDATA[看了下国外某巨牛的BLOG，大概是讲asp.net2.0中用GRIDVIEW插入新记录的，方法比较特别，但效果一般，故将程序转之，较为简单，不做解释等。 以下为引用的内容：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中保护自定义的服务器控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69711267881626.html</link>
    <description><![CDATA[自定义服务器控件是扩展ASP.NETWeb服务器控件的功能的一种方式。下文提供了针对自定义服务器控件的用户和开发人员的基本安全准则。有关创建自定义服务器控件的更多信息，请参见开]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[转换DataSet到普通xml的新法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69701267881623.html</link>
    <description><![CDATA[大家知道，用dataset传递的WebService，微软会在各个节点加上schema,所以无法与j2ee，flash兼容，所以我找到了一种转换他们变成普通xml的方法。代码如下： 方法一： 以下为引用的内容： P]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net业务平台的数值精度陷阱与解决方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69691267881622.html</link>
    <description><![CDATA[最近公司的实施人员反映，数量小数位保留3位精度不够，需要保留6位才行，回想起这个问题，公司开发上线的ERP系统，数量，金额，成本的计算方式反反复复都修改过好多次，以前都没]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0的导航控件treeview和menu的实例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69681267881620.html</link>
    <description><![CDATA[ASP.net2.0为用户提供了treeview和menu导航控件，使用十分方便，极大提高了用户开发项目的速度和效率。 尤其是treeview和menu绑定web.sitemap之类的XML文件，形成层次数据非常便捷。 但我在项目]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[投票结果的图片进度条显示]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69671267881616.html</link>
    <description><![CDATA[一个投票功能模块少不了查看投票结果，用进度条显示各个投票结果可以起到一目了然的效果。以下是我的方法，请大家不吝赐教： 1、做一张图片用于做进度条,只需要很小的一个图片]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[项目调试时出现用到的一个组件“访问被拒绝”]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69661267881612.html</link>
    <description><![CDATA[“/”应用程序中的服务器错误。 配置错误 说明：在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误信息:]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET实现页面间值传递的几种方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69651267881610.html</link>
    <description><![CDATA[第一种方法： 通过URL链接地址传递 以下为引用的内容： send.aspx: protected]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何实现无刷新的DropdownList联动效果]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69641267881610.html</link>
    <description><![CDATA[ASP.NET给我们带了了事件模型的编程机制，这使得我们将所有的任务都放在服务器上执行哪怕是一个小小变动，其实这到不是什么问题，可是有一点我们无法忍受，如果我们改变某一个输]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0数据库基本操作方法学习]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69631267881605.html</link>
    <description><![CDATA[本文将向大家简单介绍一下Asp.Net2.0数据库基本操作方法，希望能够对大家有所帮助。 一、设置Web.Config。删除加以下代码 以下为引用的内容：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[微软新版开发工具VS 2008 beta2功能定案]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69621267881604.html</link>
    <description><![CDATA[微软完成新版开发工具将提供的功能，推出VS2008以及.NET3.5(代号：Orcas)的beta2测试版。重视网页应用开发，强化.NET3.5的支持，提供如网页应用、WPF、WCF、Workflow的开发工具与项目形式。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[将非模态对话框显示为模态对话框]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69611267881598.html</link>
    <description><![CDATA[1、意图 有时候我们希望将非模态窗口显示为模态窗口。比如在IE的“文件”菜单下选择“打印”，弹出的“打印”对话框就是非模态的（也许我们不太清楚Microsoft的设计意图，一般来说]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[c#.net函数列表]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69601267881594.html</link>
    <description><![CDATA[1、DateTime数字型 System.DateTimecurrentTime=newSystem.DateTime(); 1.1取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2取当前年 int年=currentTime.Year; 1.3取当前月 int月=currentTime.Month; 1.4取当前日 int日=]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net FW中无法正确显示中文问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69591267881591.html</link>
    <description><![CDATA[.NetFramework无法正确显示中文的问题，只需在程序执行的目录中（无论这个目录是否为虚拟目录）创建一个名为web.config的文件并在文件中输入以下内容： 以下为引用的内容： web.config]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[一个功能齐全的DataGrid分页例子]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69581267881590.html</link>
    <description><![CDATA[以下为引用的内容： C#版本 DataGridPaging.aspx]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中的doPostBack脚本函数实例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69571267881588.html</link>
    <description><![CDATA[今天来说说当ASP.NET中的doPostBack脚本函数的应用，ASPX页面有包含asp:LinkButton或者带有AutoPostBack属性且其值为true的服务器控件时，ASP.NET会自动为页面生成下面的脚本： 以下为引用的内容：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[对.NET Framework 反射的反思]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69561267881584.html</link>
    <description><![CDATA[清晰的组件化目标是否因在库间共享过多类型信息而落空？或许您需要高效的强类型化数据存储，但如果每次对象模型发展后都需要更新您的数据库架构，那会耗费很大成本，所以您更]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[带你走进.NET(2)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69551267881581.html</link>
    <description><![CDATA[C#语言是微软公司针对.Net平台开发的一种全新的编程语言。尽管C#象是C，和C 语言的升级语言，但是他不象他的前身那样，C#是一个完全面相对象的开发语言。它既有VisualBasic的快速开发]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[带你走进.NET(1)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69541267881579.html</link>
    <description><![CDATA[在微软的.NET还是Beta1版的时候，就受到了开发人员的极大关注。随着正式版的发布，越来越多的人开始认识和了解它。相信你已经通过网络或者其它媒体了解到微软正在不遗余力的推销]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[安装与配置]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69531267881577.html</link>
    <description><![CDATA[介绍以下方面内容:安装所需要的软硬件条件。配置CONFIG.WEB（配置文件的写法及各项配置的意义） ASP的运行需要一个环境，可以是PWS，也可以是IIS，ASP.NET需要的是NGWS(安装程序下载) 这是]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[几个简单的ASP.ENT的例子]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69521267881575.html</link>
    <description><![CDATA[一个WEBFORM——这里将介绍ASP.NETWEBFORM的基本概念，以及其中表单项的变化。 *一个数据库的应用——如何利用CONFIG.WEB中设置的DNS连接数据库，数据库操作对象的一些基本用法。 *EMAIL发送]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[服务器端的控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69511267881569.html</link>
    <description><![CDATA[ASP.NET在设计时和VB一样，提供了种类丰富的控件。在这里主要介绍六种验证控件，和DATAGRID控件，验证控件用以实现对表单输入的方便的验证，DATAGRID用以从指定数据源绑定数据，加以显]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Repeater控件分页例子]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69501267881568.html</link>
    <description><![CDATA[Repeater和DataList控件提供了一个快速、灵活的表现数据的方式，但是，它们没有内建的分页功能；DataGrid控件提供了内建的分页功能，但它的结构比较复杂。下面就用PagedDataSource类实现R]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[从文本文件读取行信息]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69491267881566.html</link>
    <description><![CDATA[运用StreamReader从一个标准的文本文件读行信息。 以下为引用的内容： StreamReadersrReadLine=newStreamReader( (System.IO.Stream)File.OpenRead(C:\\Temp\\Test.txt), System.Text.Encoding.ASCII); srReadLine.BaseStream.See]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[NET环境下几种不同的邮件发送解决方案]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69481267881563.html</link>
    <description><![CDATA[1、使用outLook提供的发送 如：我见过的用友软件U8生产制造(演示版)，其中的邮件功能就是通过调用outLook的ActiveX组件 优点：开发简单 缺点：依赖outlook组件，SMTP邮件服务 邮件发送的代码]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何处理书签和翻页按扭]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69471267881562.html</link>
    <description><![CDATA[本篇文章提供了一个开源JavaScript库，它提供了给AJAX应用程序中添加书签和会退按钮的功能。在学习完这个教程后，开发者将能够对开发AJAX应用碰到的问题获得一个解决方案，这个特性]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[VB.NET实现窗体图标最小化到状态栏]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69461267881562.html</link>
    <description><![CDATA[本文所使用的编程环境是MicrosoftVisualStudio2005，首先打开VisualStudio。在文件(File)菜单上，单击新建项目(NewProject)。在新建项目(NewProject)对话框的模板(Templates)窗格中，单击Windows应用程序]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DataGrid传统分页方式]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69451267881556.html</link>
    <description><![CDATA[此分页方式与传统ASP分页方式相仿。 DataGridPage.aspx 以下为引用的内容：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0高级数据处理之数据绑定]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69441267881554.html</link>
    <description><![CDATA[在前面的模板中的数据绑定部分中我们论述过，ASP.NET包含了一种宣告式的数据绑定语法，用于在数据绑定模板中把数据源字段与控件的属性相关联。你也可以在代码中使用＜%#...＞语法]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中的Web和HTML服务器控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69431267881550.html</link>
    <description><![CDATA[除了代码和标记之外，ASP.NET2.0页面还可以包含服务器控件，它们是可编程的服务器端对象，典型情况下表现为页面中的UI元素（例如文本框或图像）。服务器控件参与页面的执行过程，]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET多频道网站架构实现方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69421267881548.html</link>
    <description><![CDATA[各频道分别位于不同的WebProject(具有独立的二级域名)，并将所有的业务逻辑以及数据访问功能封装成ClassLibrary，所有频道共用这个ClassLibrary。 下面详细介绍实现方法。 假设网站有三个频]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET vs J2EE——面对SOA的荒谬与误解]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69411267881548.html</link>
    <description><![CDATA[·.Net与J2EE在金融行业愈来愈呈势均力敌之势，二者均宣称提供了不同于对方的、听起来很迷人的个性化应用服务。 ·理性的IT执行官们已经深刻的认识到这样的一个事实：无论是.Net还是]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET十分有用的页面间传值方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69401267881542.html</link>
    <description><![CDATA[一、目前在ASP.NET中页面传值共有这么几种方式： 1、表单提交]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET利用RAR实现文件压缩解压缩]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69391267881540.html</link>
    <description><![CDATA[我们经常会遇到批量上传的问题，也会遇到将某个目录下所有文件都上传到服务器上的问题。那么，如何解决此类问题呢？以前的技术一般采用ActiveX等方式，这里笔者采用SharpZlib来实现]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET网络编程中常用到的27个函数集]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69381267881540.html</link>
    <description><![CDATA[1、DateTime数字型 以下为引用的内容： System.DateTimecurrentTime=newSystem.DateTime(); 1.1取当前年月日时分秒currentTime=System.DateTime.Now; 1.2取当前年int年=currentTime.Year; 1.3取当前月int月=currentTime.Month]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何以及为何创建Search .NET版]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69371267881535.html</link>
    <description><![CDATA[Search开发负责人LarryJordan、开发人员MichaelRuggiero和MichaelStanton以及.NET框架项目经理HariSekhar在暗中构建了基于.NET技术的MicrosoftWeb站点搜索引擎新版本。迄今为止，只有参加过今年7月在奥兰]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中实现弹窗报警提示]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69361267881530.html</link>
    <description><![CDATA[在web应用中，比如OA中，经常要用到一些提示，比如EMAIL到达了，就做个象MSN那样的提示框，弹出给用户提示，然后再关闭。在asp.net2.0的ajax中，这个现在不难做到了，刚好看到老外的一]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[使用.NET AJAX框架扩展HTML Map控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69351267881524.html</link>
    <description><![CDATA[一、简介 首先，我们注意到，ASP.NET2.0中也提供了一个服务器控件ImageMap。此控件是一个让你可以在图片上定义热点(HotSpot)区域的服务器控件。用户可以通过点击这些热点区域进行回发]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[复杂.NET服务器控件调整小技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69341267881523.html</link>
    <description><![CDATA[在创建或修改布局复杂ASP.NET服务器端控件时，大量的时间都是在编译，等待JIT，修改，编译，JIT...这样一个循环中，而且两个编译常常还很耗费时间。特别地，当控件已集成在页面之中]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET调用oracle存储过程实现快速分页]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69331267881522.html</link>
    <description><![CDATA[以下为引用的内容： createorreplacepackageMaterialManageis TYPET_CURSORISREFCURSOR; ProcedurePer_QuickPage ( TbName in varchar2, --表名 FieldStr in varchar2, --字段集 RowFilter in varchar2, --过滤条件 SortStr in varchar2, --排]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 遍历配置文件的连接字符串]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69321267881517.html</link>
    <description><![CDATA[在ASP.NET2.0中，提供了更方便的配置文件访问的类，具体可以到System.Configuration名称空间下进行查看。本文提供一种在开发过程中常用的得到数据库字符串的方法，为方便使用，写成一个]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何在.NET(C#)下操作XML文件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69311267881516.html</link>
    <description><![CDATA[1，创建xml文件： 代码： XmlDocumentxmldoc=newXmlDocument(); //加入XML的声明段落,]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[生成静态HTML页面并分别按年月目录存放]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69301267881513.html</link>
    <description><![CDATA[一说到新闻系统的话，一定会谈到静态页面生成的，因为静态页面不但是读取速度快，而且又安全； 静态页面的生成不管是小到现在的企业网站大至网易，ＱＱ等门户都用到了； 那么我]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中的MD5加密]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69291267881511.html</link>
    <description><![CDATA[其实在ASP.Net编程中，不用调用md5.asp来加密数据。在DotNet中有自带的类： 以下为引用的内容： System.Web.Security.HashPasswordForStoringInConfigFile()以下是引用片段： publicstringmd5(stringstr,intcode) {]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[三层架构各层间的访问过程]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69281267881508.html</link>
    <description><![CDATA[1、传入值，将值进行类型转换(为整型)。 2、创建bll层的对象，通过对象访问bll层的方法调用bll层。 3、bll层方法中取得数据访问层的实例,实例化idal层的接口对象，这个对象是由工厂层]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET2.0抓取网页全部链接]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69271267881504.html</link>
    <description><![CDATA[后台代码 以下为引用的内容： usingSystem; usingSystem.Data; usingSystem.Configuration; usingSystem.Web; usingSystem.Web.Security; usingSystem.Web.UI; usingSystem.Web.UI.WebControls; usingSystem.Web.UI.WebControls.WebParts; usingS]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中通过对话框方式下载文件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69261267881502.html</link>
    <description><![CDATA[ASP.NET中通过对话框方式下载文件 1通过探出对话框提示文件下载或打开 2通过自定义Header让特定的应用程序打开文件 使用的方法：Response.TransmitFile() 例程： Response.ContentType=“image/jpeg”]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[教你简单方便获取Web设计的免费资源]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69251267881500.html</link>
    <description><![CDATA[拥有大量预算作为后盾的Web设计人员可以获得任何所需的资源，从而可以把他们的想像力付诸于Web体验。他们可以聘请专业摄像师来制作引人注目的照片；可以请最好的HTML和CSS专家来创]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何实现.NET网站个性化]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69241267881499.html</link>
    <description><![CDATA[个性化是大多数Web应用程序的一个关键部分。TechRepublic和Amazon就是典型的例子，它们能够记住用户的某些特征。应用ASP.NET1.x实现这一功能需要完成一些额外的工作，并要使用Session对象，]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[复杂表达式的执行步骤]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69231267881494.html</link>
    <description><![CDATA[近日在CSDN上闲逛的时候，注意到一个帖子： ((*strDest =*strSrc )!=’\0’);哪儿前辈可以解释下里面具体执行的步骤呢? 对于这样的表达式，我们通常会有这样三种看法： 1.这种写法不但没有]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[InTheHand提供的类操作SMS]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69221267881492.html</link>
    <description><![CDATA[由于需要催手机里的短消息（SMS）进行操作，现成的API都不能方便的实现，看到最好用的要数InTheHand这家第三方控件了，真的很方便，但是这个版本是商业版（$49），发布的试用版不支]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[捕捉WPF应用程序中XAML代码解析异常]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69211267881488.html</link>
    <description><![CDATA[由于WPF应用程序中XAML代码在很多时候是运行时加载处理的。比如DynamicResource，但是在编译或者运行的过程中，编写的XAML代码很可能有错误，此时XAML代码解析器通常会抛出称为XamlParseE]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[探索 .NET Futures]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69201267881484.html</link>
    <description><![CDATA[如果你在使用ASP.NET站点，同时又希望它SearchEngineFriendly一些，很可能你就希望它有一个Sitemaps。在这里我们说的不是ASP.NET的SiteMap，而是Sitemaps.org定义的基于XML的Sitemaps协议，注意这两个]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[创建SharePoint Services解决方案包]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69191267881481.html</link>
    <description><![CDATA[WSSv3引入了一种名为“解决方案包”的部署机制。这套机制可以支持将解决方案作为一个整体单元来部署。这样，我们就可以方便的维护，测试和多次的重复使用。我们可以将制作好的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[学习.NET之SQL语句查询效率和安全性]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69181267881479.html</link>
    <description><![CDATA[以下为引用的内容： //设置SQL语句 insertstr=insertintouserinfo(name,password,email,phone,mobile,post,address) VALUES(``; insertstr =this._name.Trim() ; ``,``; insertstr =this._password.Trim() ``,``; insertstr =this._email.T]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C#定时器的使用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69171267881471.html</link>
    <description><![CDATA[以下为引用的内容： Timertimer1; this.timer1.Interval=1000; this.timer1.Tick =newSystem.EventHandler(this.timer1_Tick); privatevoidtimer1_Tick(objectsender,EventArgse) { ArrayListAutoTask=newArrayList(); AutoTask.Add(8:30:00); Auto]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关于C#静态构造函数的几点说明]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69161267881470.html</link>
    <description><![CDATA[静态构造函数是C#的一个新特性，其实好像很少用到。不过当我们想初始化一些静态变量的时候就需要用到它了。这个构造函数是属于类的，而不是属于哪里实例的，就是说这个构造函数]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0 里输出文本格式流]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69151267881467.html</link>
    <description><![CDATA[在用ASP.NET编程时，打开一个页面一般是通过指定超链接地址，调用指定的页面文件(.html、.aspx)等方法。 但是，如果即将打开的页面文件的内容是在程序中动态生成，或者是从数据库的表]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.net动态创建类的实例]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69141267881461.html</link>
    <description><![CDATA[看了网上很多关于DotNet动态创建类的实例的文章，我这里想总结一下，其实方法很简单，就是用“Activator.CreateInstance”。但是这个方法需要待创建的类的Type作为参数，为了获得该参数，]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0实现防止同一用户同时登陆]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69131267881460.html</link>
    <description><![CDATA[要防止同一用户同时登陆,首页应该记录在线用户的信息(这里与用户名为例),然后判断正在登陆的用户里面是否已存在。在这里使用一个cache存放已经登陆的用户名，但是还有一个问题就]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET自定义服务器控件内部细节]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69121267881458.html</link>
    <description><![CDATA[如大家要转载，请保留本人的版权: /* *Description:asp.NET自定义服务器控件内部细节系列教程 *Auther:崇崇-天真的好蓝 *MSN:chongchong2008@msn.com *Dates:2007-05-20 *Copyright:ChongChong2008YiChangHuBeiChina */]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.NET 2.0 FormView控件控制显示]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69111267881455.html</link>
    <description><![CDATA[ASP.NET2.0的FormView控件类似于DetailsView控件，因为它能方便地显示后端数据源的单个记录。本文将讨论这个控件的语法和应用。 用户化 虽然这两个控件一次显示一条记录，DetailsView和Form]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[组合.NET数据控件构建强大用户接口]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69101267881453.html</link>
    <description><![CDATA[本文，我将结合这几个数据控件对GridView控件做一个详细的介绍，使用户能够对每个数据行获得一个详细的了解。 主要控件 DetailsView和FormView控件在显示后端数据源中的单个记录时功能强]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[菜鸟也学习.NET如何读取数据库内容]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69091267881452.html</link>
    <description><![CDATA[有的网友说，不会C#，在ASP.NET里面还是选择VB.NET，这个我不反对，但是我觉得既然是学习新的东西，就不要在意有多少是新的。实际上C#就一般的操作来说，只是区分大小写和多了一个分]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0，无刷新页面新境界]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69081267881448.html</link>
    <description><![CDATA[“无刷新页面”，只是一种不确切的效果描述（其实还有其他各种方法来实现这个效果），更确切的说法是：在页面上用JavaScript调用服务器端的一个方法，然后处理返回的数据。实现它]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何利用.NET Framework使用RSS feed]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69071267881440.html</link>
    <description><![CDATA[如果想利用.NETFramework来使用RSSfeed的话，这其实并不复杂。你只需要做下面几步就可以了： ◆链接到提供RSSfeed的网站 ◆下载feedXML ◆将feed的XML装载到允许搜索的对象中 ◆为你想提取的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[AjaxPro让.NET的AjaxPro变得简单]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69061267881434.html</link>
    <description><![CDATA[这段时间要用到Ajax，不过，完全靠自己来写嫌太烦，不愿做些麻烦事。 碰巧看到了ajaxpro，尝试了一下，觉得很简单，很实用，兼容性也很好。 AjaxPro的官网是http://ajaxpro.info，你可以下]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何在.NET中访问MySQL数据库？]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69051267881429.html</link>
    <description><![CDATA[如果你不是只在大集团公司工作过的话，你一定会有机会接触到MySQL，虽然它并不支持事务处理，存储过程，但是它提供的功能一定能满足你的大部分需求，另外，简洁的MySQL也有一些它]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[看看一个.net版对话框控件]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69041267881426.html</link>
    <description><![CDATA[一直不太喜欢默认的对话框样式，网上看到个比较好看的对话框，自己修改了下做成了.net版，只在IE下测试过，其他的还没有来得及测试，具体还三个问题没有解决： 1、我没办法像微软]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[利用.net的强大功能发送email]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69031267881421.html</link>
    <description><![CDATA[主要的代码如下: usingSystem.Web.Mail; MailMessagemyMail=newMailMessage(); myMail.To=ast03@mails.tsinghua.edu.cn;//接受方的电子邮件地址 myMail.From=youyouyou@mails.tsinghua.edu.cn;//发送方的电子邮件地址 myMail.B]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中加密与解密QueryString的方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69021267881419.html</link>
    <description><![CDATA[1.加密。 Response.Redirect(DetailInfo.aspx?id= Convert.ToBase64String (System.Text.Encoding.Default.GetBytes(sp10006)).Replace( ,+)); 2.解密。 stringID=System.Text.Encoding.Default.GetString (Convert.FromBase64String(Request.Qu]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[封装stream，在读写stream时提供事件通知]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69011267881418.html</link>
    <description><![CDATA[前阵子的工作涉及一些网络编程，使用了面向流的方式做传输数据。在代码过程中，遇到一个新需求就是要统计流量。其实最简单的办法就时在读写流的地方增加代码，把功能增加上去]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[GIS技术的一点理解和MapNet控件试验]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/69001267881415.html</link>
    <description><![CDATA[今天我们来讨论几个没有太大关联的内容，如果在这几个问题方面有人有自己独特的见解，或已经知道了这方面的技术，那么还请您在评论中提出来，供大家探讨，下面我们就来探讨一]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[无刷新仿google波形扭曲彩色.NET验证码]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68991267881413.html</link>
    <description><![CDATA[网上关于Asp.net验证码的示例是在不少，前一段时间我发布的《51aspx实现的Asp.net无刷新中文验证码》受到了广大网站的转载，但是关于其中无刷新及波形扭曲的文章寥寥无几，示例也几]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[复制构造函数]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68981267881412.html</link>
    <description><![CDATA[1.什么是复制构造函数 我们知道构造函数是用来初始化我们要创建实例的特殊的方法。通常我们要将一个实例赋值给另外一个变量c#只是将引用赋值给了新的变量实质上是对同一个变量的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[利用隐藏帧打印url的方法比较]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68971267881410.html</link>
    <description><![CDATA[点击一个按钮或者链接需要打印另外一个页面，即打印一个url。 页面增加一个link元素这样的方法比较简单，其实还可以在页面做个隐藏帧的方法来实行，不过比上面那种方法要笨一些下]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[存储过程编写经验和优化措施]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68961267881405.html</link>
    <description><![CDATA[在数据库的开发过程中，经常会遇到复杂的业务逻辑和对数据库的操作，这个时候就会用SP来封装数据库操作。如果项目的SP较多，书写又没有一定的规范，将会影响以后的系统维护困难]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[．NET中如何生成静态页]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68951267881401.html</link>
    <description><![CDATA[如何生成静态页： 方案1： //]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.net开发中的一些注意事项及小技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68941267881400.html</link>
    <description><![CDATA[1、构造函数不能带返回值类型，因为构造函数返回就是对象本身。 2、将字符串转换成日期类型，用DateTime.Parese()或DateTime.ParseExact()函数。 3、if(!Page.IsPostback){} 使用该函数，使网页仅在]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[兼容FireFox和IE]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68931267881398.html</link>
    <description><![CDATA[之前发过一个关于用JavaScript验证密码强度的，程序很简洁，只用了一个正则便能验证所有情况，但是因为利用了取巧的方法，所以只能在IE中使用，在FF中失效，现在修改一下做一个兼容]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[学习.NET经常会用到的函数集]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68921267881390.html</link>
    <description><![CDATA[1、DateTime数字型 System.DateTimecurrentTime=newSystem.DateTime(); 1.1取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2取当前年 int年=currentTime.Year; 1.3取当前月 int月=currentTime.Month; 1.4取当前日 int日=]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0 ViewState原理]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68911267881389.html</link>
    <description><![CDATA[ViewState相信大家都会使用，可ViewState到底是什么，又有多少人知道呢？ StateBag类这个就不用多说啦吧 在Asp.net2.0里,用到StateBag有三处 1Control._viewState 这个就是大家使用的ViewState 2WebContro]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.net App中集成COM组件的一些简单技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68901267881386.html</link>
    <description><![CDATA[先谈一下我对FR的感受，FR源于1997一个俄罗斯人的不经意间的一个决定，他在delphi编程中发现没有一个报表系统可以满足他当时的需要，于是就打算亲手做一个。在98年作者的想做一个快]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[彻底放弃IIS让Apache也支持.NET]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68891267881385.html</link>
    <description><![CDATA[Apache是目前广泛使用的一种网络服务器程序，不仅在UNIX/Linux平台上被大量使用，而且在Windows平台上也有许多站点放弃了IIS而转向Apache。.NET是微软推出的功能强大的开发技术，其目标就]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[动态代理DynamicProxy 介绍]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68881267881380.html</link>
    <description><![CDATA[我们使用动态代理，主要是因为动态代理拥有这样的能力－－使得某个类型A在运行的时候能转化为一个指定的接口I，即使这个类型A在定义的时候并没有从这个指定的接口I继承。这句话]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[您可能不知道的.Net2.0小技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68871267881379.html</link>
    <description><![CDATA[1．在提交页面之后，保持滚动条的位置 可以在page指令上加上MaintainScrollPositionOnPostback指令以下为引用的内容：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[重构CollapsibleSplitter]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68861267881378.html</link>
    <description><![CDATA[RssBandit项目中的CollapsibleSplitter作为Splitter控件的改进版，提供了我梦寐以求的功能：可以像Splitter控件一样分割两个相邻控件，允许在运行时调整他们的大小，还提供了单击时最小化指]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[“黑盒测试管理”以外的编程经验片断]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68851267881375.html</link>
    <description><![CDATA[除了很好地进行“黑盒测试管理”，个人觉得下述更值得用功；毕竟“前除后略”！ 1、架构和算法的可行性测试分析：主要包括性能、并发等方面 2、CodeReview：很简单，但很多人没有这]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET直接保存文件到客户端]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68841267881370.html</link>
    <description><![CDATA[在我们的系统的编写过程中，应该有很多的时候需要客户下载文件。我第一次的做法(应该也是大部分人的做法吧？)是： 1HttpResponseresponse=HttpContext.Current.Response; 2stringjs=]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[建立个人知识引擎的重要性]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68831267881369.html</link>
    <description><![CDATA[从企业信息化到个人信息化，是未来软件发展的一个趋势。个人信息化已经从邮件、SNS、多媒体、博客、Wiki等，过渡到更理性的“个人知识库管理”和各种应用软件的集成服务。我想，]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[制作功能完善的安装程序]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68821267881368.html</link>
    <description><![CDATA[象ASP、ASP.NET等诸多基于Web的应用程序的安装与部署一直是个麻烦事情，一般都是手工复制、手工修改相关配置文件（主要是数据库配置），和Windows上Installer或Linux上的RPM相比，这种方式]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net中消除Dll中的dependency]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68811267881364.html</link>
    <description><![CDATA[我们在做.NetClassLibrary项目时常常会遇到这样的问题，我想生成一个dll供其它程序使用，但在我的项目里，又需要引用一些其它的reference，像ActiveX控件或其它dll，而这些控件或dll又没有]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[顺序与回传详解]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68801267881363.html</link>
    <description><![CDATA[一、初始化 ·当页面被提交请求第一个方法永远是构造函数。您可以在构造函数里面初始一些自定义属性或对象，不过这时候因为页面还没有被完全初始化所以多少会有些限制。特别地]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ORACLE添加数据记录并让ID自动增量]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68791267881361.html</link>
    <description><![CDATA[在ASP.NET ORACLE添加数据记录并让ID自动增量需要在ORACLE中设序列和触发器即可，切记不是索引，ASP.NET中不管ID，具体如下： 1、建立序列： CREATESEQUENCEseq_emergency_id NOCYCLE MAXVALUE9999999999 ST]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[谈谈HtmlControl与WebControl的区别与用途]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68781267881359.html</link>
    <description><![CDATA[Web控件和Html控件虽然好多功能相同并且长得很像但是它们的内部实现机制是完全不一样的Web控件要比Html控件执行效率要好 1.使用起来也相当方便,举个简单的例子,例如Button的生成: Html控]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Session丢失原因与解决方案小结]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68771267881356.html</link>
    <description><![CDATA[win2003 server下的IIS6默认设置下对每个运行在默认应用池中的工作者进程都会经过20多个小时后自动回收该进程，造成保存在该进程中的session丢失。 因为Session,Application等数据默认保存在]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[URL重写以及urlMappings问题(2)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68761267881355.html</link>
    <description><![CDATA[由于一旦进行了URL重写，原先的WEBFORM中的Action会发生改变，容易造成：请求的资源不存在问题具体怎么样？各位DX看看就清楚了！！！ 所有才有了这个ResponseFilter了，实现如下： public]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[URL重写以及urlMappings问题(1)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68751267881350.html</link>
    <description><![CDATA[在asp.net2.0中的urlMappings倒是非常好用，可惜暂不支持正则表达式，不过，好在如果用IHttpModule的话不管什么样的请求都会先经过IHttpModule这样就为URL重写提供了一个好机会： 下面是我写的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[从.NET 1.1升级到.NET 2.0要考虑的Cookie问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68741267881349.html</link>
    <description><![CDATA[当你准备将Web应用程序从ASP.NET1.1升级到ASP.NET2.0，你将面对这样一个cookie问题：在ASP.NET1.1应用程序中客户端保存的所有cookie将失效。 博客园也遇到了这样的问题，对博客园来说，意味着]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[通过系统配置来提高.NET应用程序的稳定性]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68731267881347.html</link>
    <description><![CDATA[大家都知道，要实现一个24*7全天候运行的应用程序并不是一件容易的事。我的一个项目就曾经在暴力负荷下坚持了20多个小时后还是壮烈挂掉了。幸运的是，ASP.NET和IIS为我们提供了一些]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Geometry 对象浅析]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68721267881343.html</link>
    <description><![CDATA[ArcEngineGeometry库定义了基本几何图形的矢量表达形式，顶级的几何图形有Points、Multipoints、Polylines、Polygons、Multipatches，Geodatabase和绘图系统使用这些几何图形来定义其他各种形状的特征和]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[再议.NET DataGrid控件中的“添加新行”功能]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68711267881341.html</link>
    <description><![CDATA[ASP.NET开发的大牛人物：DinoEsposito，他的《构建WEB解决方案--应用ASP.NET和ADO.NET》一书中提供了和以上两位类似的方法，但是Dino又加了些功能，首先就是”添加新行“这个LinkButton放在页脚]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[妙用ASP2.0中的URL映射改变网址]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68701267881340.html</link>
    <description><![CDATA[举个比较实用的例子,比如你开发一个Blog网站，每个Blog主页的加载地址是Default.aspx?id=anckly Default页通过id来选择加载对应用户的博客内容，但是你又需要你的用户只要输入anckly就可以访问]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何实现在窗体和窗体之间进行传递数据]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68691267881334.html</link>
    <description><![CDATA[大家都知道aspx在同一个页面中传值是很容易的(如textBox1.Text等)但有时必须向另一个页面传值用以前asp的方法的确觉得不怎么样,还要用Request.Form等东西好象又回到了从前。我这里使用一个]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中的事务处理和异常处理]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68681267881334.html</link>
    <description><![CDATA[使用SQL-Transaction类和.NET提供的异常处理机制，我们就能够以一种可靠的方式处理数据库运行中的问题和发现系统异常。这篇小文章将解释事务处理和异常处理的概念和用法。 什么是事务]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[使用函数传递参数来执行相应的数据库操作]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68671267881333.html</link>
    <description><![CDATA[usingSystem; usingSystem.Configuration; usingSystem.Data.SqlClient; usingSystem.Data; usingSystem.Collections; 比如： //打开数据库 转自：动态网制作指南www.knowsky.com publicstaticSqlConnectionOpenConnection() { SqlConnectio]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET、JSP及PHP之间的抉择]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68661267881329.html</link>
    <description><![CDATA[由于我常接是ASP、JSP及PHP的项目，所以正开始写一系列的文章来比较它们之间的差别，当我写到一半时，ASP 被宣布了，所以我不得不重新开始审视这个问题。我正在同时做一个JSP项目和]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用.NET/C#连接Access和SQL Server数据库]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68651267881325.html</link>
    <description><![CDATA[连接Access 首先看一个例子代码片断: 程序代码: usingSystem.Data; usingSystem.Data.OleDb; ...... stringstrConnection=Provider=Microsoft.Jet.OleDb.4.0;; strConnection =@DataSource=C:\BegASPNET\Northwind.mdb; OleDbConnectiono]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中层次数据的处理]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68641267881324.html</link>
    <description><![CDATA[数据源控件可以同时暴露平面表格式的或层次的数据。前面演示的SqlDataSource和ObjectDataSource控件都是平面表格式的数据源控件。ASP.NET2.0还包含两个层次数据源控件：用于连接XML文件的X]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0发送电子邮件中存在的问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68631267881321.html</link>
    <description><![CDATA[在新发行的ASP.NET2.0版本中，微软不再建议使用System.Web.Mail命名空间而代之以新的System.Net.Mail命名空间。在这个新库中引入了许多新特征，但是在发送邮件的方式方面也相应地带入了一些]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0服务器控件之客户端功能]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68621267881317.html</link>
    <description><![CDATA[多数在表示层应用的服务器控件主要由两个部分组成：服务器端功能和客户端功能。服务器端功能永远是服务器控件的核心，而随着技术的发展，客户端功能也逐渐变得越来越重要。只]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于C#的接口基础教程之四]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68611267881316.html</link>
    <description><![CDATA[第四节、访问接口 对接口成员的访问 对接口方法的调用和采用索引指示器访问的规则与类中的情况也是相同的。如果底层成员的命名与继承而来的高层成员一致，那么底层成员将覆盖]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于C#的接口基础教程之三]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68601267881312.html</link>
    <description><![CDATA[第三节定义接口成员 接口可以包含一个和多个成员，这些成员可以是方法、属性、索引指示器和事件，但不能是常量、域、操作符、构造函数或析构函数，而且不能包含任何静态成员。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中数据库的操作初步]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68591267881310.html</link>
    <description><![CDATA[注意：本文暂时不讲解数据库的数据调出和显示，因为他涉及的东西比较多，所以我们将另外详细讲解。本文主要要讲的是数据库的增加、删除、修改。 一、定义OleDbCommand类型变量：]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于C#的接口基础教程之一]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68581267881308.html</link>
    <description><![CDATA[第一节接口慨述 接口（interface）用来定义一种程序的协定。实现接口的类或者结构要与接口的定义严格一致。有了这个协定，就可以抛开编程语言的限制（理论上）。接口可以从多个基]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于C#的接口基础教程之二]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68571267881302.html</link>
    <description><![CDATA[第二节定义接口 从技术上讲，接口是一组包含了函数型方法的数据结构。通过这组数据结构，客户代码可以调用组件对象的功能。 定义接口的一般形式为： [attributes][modifiers]interfacei]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[从Internet上抓取指定URL的源码的方案(C#)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68561267881297.html</link>
    <description><![CDATA[在做无线项目的时候，与通讯公司的数据通讯有一部分是通过ＸＭＬ交互的，所以必须要动态抓取通讯公司提供的固定的Internet上的数据，便研究了一下如何抓取固定url上的数据，现与大]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[对C#中正则表达式的一些解读和总结]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68551267881296.html</link>
    <description><![CDATA[.NET基础类库中包含有一个名字空间和一系列可以充分发挥规则表达式威力的类，而且它们也都与未来的Perl5中的规则表达式兼容。 此外，regexp类还能够完成一些其他的功能，例如从右至]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[简述c#中对字符串进行分割的几种方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68541267881292.html</link>
    <description><![CDATA[最近经常看到论坛中许多帖子询问如何使用split来分割字符串，我这里对split做一些简单的总结，希望能够对大家有所帮助。下面介绍几种方法： 第一种方法：打开vs.net新建一个控制台项]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[结合JavaScript与.NET Web窗体进行程序开发]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68531267881292.html</link>
    <description><![CDATA[ASP.NET为Web程序开发提供了新的范例。其中包括一系列基于服务器的控件，这些控件类似于HTML窗体中诸如文本框、按钮等元素。使用这些控件的问题是必须调用服务器。JavaScript为很多任]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET的高级调试技巧]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68521267881289.html</link>
    <description><![CDATA[对于一个项目来说，你不可能通过设定起始页按F5键进行调试，原因是：各个网页间的关联性太强，要验证的的东西也很多。在调试时很难进行(实际上在我做的项目中根本不能进行)。]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET里面的身份验证和授权]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68511267881285.html</link>
    <description><![CDATA[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在C#中建立复杂的、灵活的SQL查询/命令]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68501267881284.html</link>
    <description><![CDATA[SelectQueryBuilder类允许在你的代码中建立复杂的SQL语句和命令。它也能帮助于避免SQL注入式攻击。 介绍 承认，并且我们都这样作过，也认为下面的方式是最好的和唯一的方式。就是我们建]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET生成高质量缩略图通用函数(c#代码)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68491267881283.html</link>
    <description><![CDATA[生成缩略图是一个非常常见和实用的功能.以前在asp里只能借助com组件实现,现在在.net里可以利用框架的强大的类库轻松实现.下面帖出完整的代码(带详细注释),参考了网上的一些文章及]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于C#的接口基础教程之六]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68481267881277.html</link>
    <description><![CDATA[第六节、接口转换 C#中不仅支持.Net平台，而且支持COM平台。为了支持COM和.Net，C#包含一种称为属性的独特语言特性。一个属性实际上就是一个C#类，它通过修饰源代码来提供元信息。属]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于C#的接口基础教程之七]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68471267881273.html</link>
    <description><![CDATA[第七节、覆盖虚接口 有时候我们需要表达一种抽象的东西，它是一些东西的概括，但我们又不能真正的看到它成为一个实体在我们眼前出现，为此面向对象的编程语言便有了抽象类的概]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[基于C#的接口基础教程之五]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68461267881271.html</link>
    <description><![CDATA[第五节、实现接口 1、显式实现接口成员 为了实现接口，类可以定义显式接口成员执行体（Explicitinterfacememberimplementations）。显式接口成员执行体可以是一个方法、一个属性、一个事件]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[解析在.NET中调用存储过程的方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68451267881268.html</link>
    <description><![CDATA[在使用.NET的过程中，数据库访问是一个很重要的部分，特别是在B/S系统的构建过程中，数据库操作几乎成为了一个必不可少的操作。调用存储过程实现数据库操作使很多程序员使用的方]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.NET中使用AJAX的简单方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68441267881266.html</link>
    <description><![CDATA[介绍 本文介绍了使用AJAX和ASP.NET编写web应用程序的一个简单方法。同时，讨论了使用AJAX的好处和不足。为了举例说明，本文给出了相应的JavaScript代码和用C#.NET编写的ASP.NET代码。 为什么]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DataGrid表头不动，表身动]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68431267881264.html</link>
    <description><![CDATA[上次和海东兄讨论了这个问题，但是他的表头没有线，所以用Div形式实现了，实现功能显示表格，代码如下（后台.cs文件只要绑定数据就可以了，字段和前台绑定的一致就OK了，在此不加]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DataGrid的多行提交]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68421267881259.html</link>
    <description><![CDATA[尽管ASP.NETDataGrid是众所周知非常好的表格控件，不过，提起DataGrid的编辑功能，我们却不敢恭维了，就拿DataGrid的数据提交功能来说，的确存在很大的问题：在DataGrid中，每编辑一行就要]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C#中连接两个DataTable，相当于Sql的InnerJoin]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68411267881259.html</link>
    <description><![CDATA[在下面的例子中实现了3个Join方法，其目的是把两个DataTable连接起来，相当于Sql的InnerJoin方法，返回DataTable的所有列。 如果两个DataTable中的DataColumn有重复的话，把第二个设置为ColumnNam]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET常用功能整理--生成图片的缩略图]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68401267881255.html</link>
    <description><![CDATA[这二天想了想决定把自己先前做的项目中的小的功能，整理一下，奉献大家！经大家提议，我决定加上源代码，但是源代码不一定都是我写的，有的来自书上，有的来自网上，有的来自]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在程序中书写SQL语句]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68391267881252.html</link>
    <description><![CDATA[园子里关于存储过程的讨论有很多，不少人建议将SQL语句写在程序中，这篇随笔讨论一下SQL语句在程序中的写法。 1stringstrSQL=SELECT[AddressID],[AddressLine1],[AddressLine2],[City],[StateProvinceID],[]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[正则表达式的3种匹配模式]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68381267881251.html</link>
    <description><![CDATA[正则表达式是处理字符串的常用工具。在C#中，我们一般使用Regex类来表示一个正则表达式。一般正则表达式引擎支持以下3种匹配模式：单行模式(Singleline)、多行模式(Multiline)与忽略大小]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第四天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68371267881249.html</link>
    <description><![CDATA[学习目的：掌握WEB控件的使用(二) 首先我要说明，我这十天教程也只是一个让大家对ASP.NET有一个认识而已，我也跳过了很多东西。网上有很多人在责骂我写的教程，认为十天什么都学不]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第二天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68361267881247.html</link>
    <description><![CDATA[一、定义变量： stringstrExample;字符串(aaa) charchrExample;字符(’a’) boolblnExample;Bool型(true/false) DataTimedatExample;日期型(09/19/2002) intintExample;整数(32位有符号整数) doubledblExample;浮点数(64位双]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第三天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68351267881246.html</link>
    <description><![CDATA[或许你会问，为什么需要WEB控件？WEB控间就好像VB里面的控间，可以在程序的任何地方引用，修改所有属性，有了它的配合才能完成代码分离。想一下，如果还是以前的HTML控间，我们当]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第一天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68341267881240.html</link>
    <description><![CDATA[我认为ASP.NET比ASP难很多，希望大家做好准备。难难在实现同一个效果有很多方法，大家或许会疑惑。十天学会系列教程会清晰的写出各种方法，让大家能少一点坎坷。在ASP里面，大家几]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET的6大焦点问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68331267881238.html</link>
    <description><![CDATA[1ASP.Net是什么？ ASP.Net是建立在微软新一代.Net平台架构上，利用普通语言运行时（CommonLanguageRuntime）在服务器后端为用户提供建立强大的企业级Web应用服务的编程框架。 2．ASP.Net与ASP的联]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[关于Web站点不同，共享Session的问题]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68321267881235.html</link>
    <description><![CDATA[1、问题描述： 系统S中有M1,M2,M3,M4四个模块，每个模块都是一个web应用。其中一个模块中设置Session后在其他模块中无法读取。 2、问题原因： 一个WEB应用相当于一个站点，应用与应用之]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[判断浏览器是否接受Cookies]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68311267881234.html</link>
    <description><![CDATA[一种确定浏览器是否接受Cookie的方法是先编写一个Cookie，然后再尝试读取这个Cookie。如果不能读取这个Cookie，则可以认为该浏览器不接受Cookie。 我编写了一个简单的示例来说明如何测试]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[剖析C# 2.0泛型类的创建和使用]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68301267881233.html</link>
    <description><![CDATA[一次编码，多次使用，这就是引入泛型的根源。在以前的C 中称为模板，C#泛型通过算法和数据结构支持独立编码。例如，泛型列表意味着，你不必再重写一个强类型集合。在本文中，]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第十天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68291267881229.html</link>
    <description><![CDATA[学习目的：学会SESSION和COOKIE的使用 在各个网页间的变量传递和一些记录用户的登陆信息要用到SESSION和COOKIE。在ASP.NET中使用COOKIE比ASP中稍微麻烦一点，因为我们要申明变量。 首先看一下]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET中如何防范SQL注入式攻击]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68281267881227.html</link>
    <description><![CDATA[一、什么是SQL注入式攻击？ 所谓SQL注入式攻击，就是攻击者把SQL命令插入到Web表单的输入域或页面请求的查询字符串，欺骗服务器执行恶意的SQL命令。在某些表单中，用户输入的内容直]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0 中动态添加 GridView 模板列]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68271267881223.html</link>
    <description><![CDATA[动态添加列，关键是实现ITemplate.InstantiateIn方法。下面是一个添加GridView模板列的例子。 C#代码]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第八天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68261267881221.html</link>
    <description><![CDATA[学习目的：初步掌握DATAGRID的使用 以前在ASP中，我们显示大批量数据经常使用循环读取记录集的方式，在表格中插入代码来显示，循环的是＜tr＞，如果是分页还需要自己制作，如果排序]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第九天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68251267881217.html</link>
    <description><![CDATA[学习目的：学会用DATAGRID分页显示 虽然说DATAGRID的分页显示效率不怎么高，但是不管怎么说，它是最方便的分页显示，对于做一个留言簿还是相当简单实用的。对于启用分页功能还有一个]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第七天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68241267881209.html</link>
    <description><![CDATA[学习目的：学会添加删除修改记录 以前我们在ASP中不管是添加还是删除记录或者用SQL语句加上EXECUTE()或者就是直接用RECORDSET的NEW、DELETE、UPDATE等方法来添加删除修改记录。在ASP.NET里面我]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.NET中自动给URL加上超链接]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68231267881206.html</link>
    <description><![CDATA[作为一个程序员，在完成设计后还要根据程序的情况以及用户的反映不断对程序进行改进，这样才能不断地完善自己的作品。在留言板、论坛中，人们总喜欢在帖子中加上各种有用的]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第六天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68221267881204.html</link>
    <description><![CDATA[学习目的：学会读取数据库 有的网友说，不会C#，在ASP.NET里面还是选择VB.NET，这个我不反对，但是我觉得既然是学习新的东西，就不要在意有多少是新的。实际上C#就一般的操作来说，]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[十天学会.NET之第五天]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68211267881203.html</link>
    <description><![CDATA[学习目的：学会连接两种数据库 对于ASP来说，我们常用的数据库无非是ACCESS和SQLSERVER，对于ASP.NET也是，不过ASP.NET对于SQLSERVER有专门的连接组件而不推荐用OLEDB。 首先看一下ACCESS的连接]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 中处理页面“回退”的方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68201267881198.html</link>
    <description><![CDATA[我们在编写基于ASP.NET的应用程序时，如果代码执行出错或检测到异常，一般会提示用户“返回”或“回退”，或者在多步操作、列表/详细的查看界面中，也会给用户提供回退到上一页]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Session丢失的解决办法小结]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68191267881198.html</link>
    <description><![CDATA[最近在做ASP.NET项目时，测试网站老是取不出Session中的值，在网上搜索了一下，找到一些解决方法，记录在这里。最后使用存储在StateServer中的办法解决了问题。 SessionState的Timeout)，其主]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET的四种错误机制]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68181267881195.html</link>
    <description><![CDATA[摘自CNblogsFantasySoft的文章： 1，Webconfig设置]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET跳转页面的三种方法比较]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68171267881193.html</link>
    <description><![CDATA[1response.redirect 这个跳转页面的方法跳转的速度不快，因为它要走2个来回（2次postback），但他可以跳 转到任何页面，没有站点页面限制（即可以由雅虎跳到新浪），同时不能跳过登录保]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET2.0中将GridView导出到Excel文件中]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68161267881192.html</link>
    <description><![CDATA[下面代码实现将GridView导出到Excel文件中。 值得注意的是VerifyRenderingInServerForm重载方法： MSDN上的VerifyRenderingInServerForm方法的描述： 必须位于]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.Net中VSS实现版本控制管理的方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68151267881190.html</link>
    <description><![CDATA[方法一： 第一步：用VS.NET连接到要入到VSS受控中心库的源VSS库，创建一个存放源VSS库中解决方案的一个本地路径，如果项目是一个WEB项目，还会要求创建一个WEB虚拟路径对应的一个本地]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET 2.0中GridView无限层复杂表头的实现]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68141267881186.html</link>
    <description><![CDATA[C#]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C#中ref和out的使用小结]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68131267881184.html</link>
    <description><![CDATA[ref是传递参数的地址，out是返回值，两者有一定的相同之处，不过也有不同点。 使用ref前必须对变量赋值，out不用。 out的函数会清空变量，即使变量已经赋值也不行，退出函数时所有]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[借助封装类实现线程调用带参方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68121267881181.html</link>
    <description><![CDATA[(一).描述 由于线程只能执行无参数方法.有时候需要线程执行带参数方法 此示例演示怎样借助封装类实现“线程调用带参方法” (二).代码 本示例代码已经测试，能够正常运行! usingSy]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET URL重写（URLRewriter） 简化版]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68111267881180.html</link>
    <description><![CDATA[在asp.net里实现URL重写（URLRewriter）的一个最简单的方法。 参考了（作者ScottMitchell翻译：Janssen）的大作，虽然没有完全看明白，但是也照猫画虎地做了一个，颇有“成就”感。写出来分]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[面向对象设计思想（C#）]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68101267881177.html</link>
    <description><![CDATA[有了翅膀才能飞，欠缺灵活的代码就象冻坏了翅膀的鸟儿。不能飞翔，就少了几许灵动的气韵。我们需要给代码带去温暖的阳光，让僵冷的翅膀重新飞起来。结合实例，通过应用OOP、设]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C#的Web XML编程]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68091267881175.html</link>
    <description><![CDATA[由于XML的易共享性等众多优点，XML技术越来越多地被应用于企业数据处理等领域，如应用于企业报表、新闻发布、会计数据处理等等。 XML正快速成为从中间层传送数据到桌面的工具，由]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[GUID在.net里的使用，就用System.Guid结构]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68081267881171.html</link>
    <description><![CDATA[NewGuid静态/分享方法 ==运算符 !=运算符 usingSystem; namespacePlayGUID { //]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[.NET WebForm页面间传值方法]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68071267881168.html</link>
    <description><![CDATA[ASP.NET提供了卓越的事件驱动编程模型，让开发者简化了应用程序的总体设计，但是这个也造成了它固有的一些问题，例如，使用传统的ASP里，我们可以通过使用POST方法很容易地实现页]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何实现服务器端压缩包自解压]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68061267881167.html</link>
    <description><![CDATA[asp.net2.0下，如何实现服务器端压缩包自解压 usingSystem; usingSystem.Data; usingSystem.Configuration; usingSystem.Web; usingSystem.Web.Security; usingSystem.Web.UI; usingSystem.Web.UI.WebControls; usingSystem.Web.UI.WebControl]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在.NET 2.0中建立站点导航层次(1)]]></title>
    <link>http://www.codeday.comhttp://document.codeday.com/dotnet/68051267881162.html</link>
    <description><![CDATA[站点导航提供程序--ASP.NET2.0中的站点导航提供程序暴露了应用程序中的页面的导航信息，它允许你单独地定义站点的结构，而不用考虑页面的实际物理布局。默认的站点导航提供程序是]]></description>
    <pubDate>2010-03-06</pubDate>
    <category>.NET文档</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>
