<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
  <channel>
    <title>ASP.NET</title>
    <link>https://www.syue.com/Software/NET/ASPNET/</link>
    <description>Latest 500 infos of ASP.NET</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Tue, 28 Apr 2026 11:42:42 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.syue.com/e/data/images/rss.gif</url>
      <title>岁月联盟-中国信息安全门户网站（老牌黑客网站）</title>
      <link>https://www.syue.com/</link>
    </image>
    <item>
      <title><![CDATA[VS 2008 创建和调用同一解决方案中的库]]></title>
      <description><![CDATA[ 		一。 使用 Visual C++ 2008，可以创建三种类型的库：          1. 动态链接库 (DLL)              添加新 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19329.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19329.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 28 Aug 2012 03:39:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net_实时显示文本框字数]]></title>
      <description><![CDATA[ 		javascript
&amp;lt;script language=&amp;quot;javascript&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt; 
        function countNum()  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19331.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19331.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 24 Aug 2012 09:16:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[EXTNETGridPanel关键字添加背景色]]></title>
      <description><![CDATA[ 		方法其实类似根据字段值给颜色。区别就是只有包含关键字才添加颜色群里网友的方法：						 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19333.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19333.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 23 Aug 2012 03:56:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[重复行过滤工具(.NET源码+工具)]]></title>
      <description><![CDATA[ 		重复行过滤工具(vs2010.NET源码+工具) 写的很差:( 凑合用:)
今天为了项目的一个重复文本过滤写了个工具估 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19335.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19335.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2012 23:38:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net 4.5的异步编程]]></title>
      <description><![CDATA[ 		.net 4.5 最大的功能就是对异步编程的改进，增加了await async 关键字让异步编程变的和同步编程一样简单。 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19336.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19336.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 22 Aug 2012 08:18:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET模拟其他用户进行关机]]></title>
      <description><![CDATA[ 		using System;
using System.Collections.Generic;
using System.Text;
using System.Security.Princi ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19338.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19338.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 21 Aug 2012 06:12:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net+Jquery.Ajax详解10-JSON和XML+写在最后]]></title>
      <description><![CDATA[ 		以前，XML是程序员的宠儿，是数据传输、API、AJAX应用等方面的不二选择，，特别是遇到AJAX应用的时候，XM ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19340.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19340.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 21 Aug 2012 02:57:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET服务器控件]]></title>
      <description><![CDATA[ 		ASP.NET的服务器控件可以划分为两类，一类是Web服务器控件，位于System.Web.UI.WebControls命名空间中；另 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19342.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19342.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Aug 2012 07:12:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET下，利用二维数组“组合”查询之优化]]></title>
      <description><![CDATA[ 		至于界面层，这里就不再贴图了，和链接博客中的一样。在这里说明一下：下拉列表中的所有汉字不用在frmWor ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19344.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19344.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 20 Aug 2012 06:07:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net visual web developer 第一天]]></title>
      <description><![CDATA[ 		1、安装visual Web Developer 2010 学习版 或 VS2008 、VS2010 2、开启软件，文件/新建网站/asp.net网站， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19348.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19348.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 18 Aug 2012 02:29:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[C# .NET对通用泛型进行快速排序]]></title>
      <description><![CDATA[ 		我们经常使用List&amp;lt;model&amp;gt;泛型进行数据的封装，但是有时候，在某种需求下，你可能需要对这个泛型进行排序， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19350.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19350.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 17 Aug 2012 09:18:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用ClickOnce发布应用程序]]></title>
      <description><![CDATA[ 		需求
客户机与服务器之间的带宽小，在这样的环境下提高客户端下载安装文件的速度。
解决
ClickOnce本身 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19351.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19351.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 17 Aug 2012 00:59:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASPX文件上传限制类型实例源码]]></title>
      <description><![CDATA[ 		小菜分享下自己的思路，不知道各位有木有更好的方法源码：

using System;
using System.Collections. ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19352.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19352.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 15 Aug 2012 07:38:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于asp.net中输入尖括号等得处理]]></title>
      <description><![CDATA[ 		我们常常在网页中允许用户输入一串文本，但是当文本的内容出现尖括号，单引号，HTML标签特有的一些字符串 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19353.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19353.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 15 Aug 2012 05:16:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET面向上下文、AOP架构模式（实现）]]></title>
      <description><![CDATA[ 		1.上下文Context、面向切面编程AOP模型分析
在本人的&amp;amp;ldquo;.NET面向上下文、AOP架构模式（概述）&amp;amp;rdquo ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19355.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19355.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 08 Aug 2012 07:25:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.net中通过HyperLink的NavigateUrl属性传递参数，与新页面的Page_Load()接收参数]]></title>
      <description><![CDATA[ 		通过HyperLink的NavigateUrl属性传递参数&amp;lt;asp:TemplateColumn   HeaderText= &amp;quot;查看日志&amp;quot; HeaderStyle-Hor ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19356.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19356.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 07 Aug 2012 09:10:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET配置文件Web.config 详细解释(不完全)]]></title>
      <description><![CDATA[ 		一、认识Web.config文件    　　Web.config文件是一个XML文本文件，它用来储存 ASP.NET Web 应用程序的配 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19357.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19357.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 07 Aug 2012 08:17:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ExtJS 中使用Asp.net编写后台服务器程序的几种方式]]></title>
      <description><![CDATA[ 		现在大多数使用Extjs的程序都使用Java来编写后台服务器程序,下面简单介绍一下如何使用Asp.net来编写后台服 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19359.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19359.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 07 Aug 2012 07:44:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[设置控件/对话框的宽度和高度]]></title>
      <description><![CDATA[ 		在VC中设置空间的宽度和高度：(单位：px) 1. 将控件/对话框设置为固定大小（指定的宽度和高度）        方 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19360.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19360.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 07 Aug 2012 02:23:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net+Jquery.Ajax详解4-$.getJSON]]></title>
      <description><![CDATA[ 		jQuery.getJSON(url, data, callback)通过 HTTP GET 请求载入 JSON 数据。 参数url：为请求的url地址 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19362.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19362.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2012 05:28:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net+Jquery.Ajax详解3-$.get和$.post]]></title>
      <description><![CDATA[ 		jQuery.get(url, data, callback, type)通过远程 HTTP GET 请求载入信息 参数&amp;amp;mdash;&amp;amp;mdash;url：为 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19364.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19364.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2012 05:22:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net+Jquery.Ajax详解2-$.Load]]></title>
      <description><![CDATA[ 		 
 上一篇我们主要谈了什么是ajax，以及它的原始实现方式，简单介绍了Jquery。从这篇开始，我们将深入了 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19365.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19365.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2012 05:12:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net+Jquery.Ajax详解1-开篇]]></title>
      <description><![CDATA[ 		目录（已经更新的文章会有连接，从7月25日开始，每2到3天更新一篇）：
Asp.Net+Jquery.Ajax详解1-开篇（ ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19367.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19367.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2012 05:09:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net+Jquery.Ajax详解6-$.ajaxSetup]]></title>
      <description><![CDATA[ 		 
目录（已经更新的文章会有连接，从7月25日开始，每2到3天更新一篇）：
Asp.Net+Jquery.Ajax详解1-开篇 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19368.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19368.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2012 03:00:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net+Jquery.Ajax详解5-$.getScript]]></title>
      <description><![CDATA[ 		目录（已经更新的文章会有连接，从7月25日开始，每2到3天更新一篇）：
Asp.Net+Jquery.Ajax详解1-开篇（ ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19369.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19369.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 06 Aug 2012 01:17:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ ASP.NET 根据TextBox输入的内容自动自动定位到ListBox中项]]></title>
      <description><![CDATA[ 		            这个效果很简单，直接上代码
javascript
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt; 
 
        ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19370.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19370.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 03 Aug 2012 07:14:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 设置网站为浏览器首页和加入收藏夹]]></title>
      <description><![CDATA[ 		&amp;lt;li onclick=&amp;quot;this.style.behavior=&amp;amp;#39;url(#default#homepage)&amp;amp;#39;;this.setHomePage(&amp;amp;#39;http://www ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19371.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19371.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 03 Aug 2012 02:47:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET Micro Framework动态调用C/C++底层代码（原理篇）]]></title>
      <description><![CDATA[ 		.NET Micro Framework和WinCE系统不同，从应用开发角度来说，仅支持C#开发（从V4.2版本开始，才支持VB.NE ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19373.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19373.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 03 Aug 2012 02:11:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[EXTASPNET C# ASP.NET sql server 事务超时，解决方法]]></title>
      <description><![CDATA[ 		csharp
private bool SaveAll() 
       { 
           &amp;lt;span style=&amp;quot;color:#ff0000;&amp;quot;&amp;gt;TransactionO ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19374.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19374.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Aug 2012 03:37:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.net的窗体身份验证]]></title>
      <description><![CDATA[ 		
               asp.net的身份验证类型如下：
         
 
                在我们实际的工作中，fr ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19376.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19376.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2012 05:03:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[三层架构中使用实体类填充泛型集合代替DataTable解决方案(ASP.NET+C#)]]></title>
      <description><![CDATA[ 		 用三层架构开发项目，经常会遇到如下场景：      D层负责与数据库交互，一般是得到DataTable或DataSet对 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19380.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19380.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2012 02:40:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net WinForm用户控件开发--(5)用户控件复杂属性设置]]></title>
      <description><![CDATA[ 		  这一节，大家共同学习下，用户控件的自定义的复杂的属性设置，我们这里自定义一个用户控件和自定义一个 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19381.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19381.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Aug 2012 01:59:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net WinForm用户控件开发--(1)带按钮的textbox控件]]></title>
      <description><![CDATA[ 		 今天大家一同学习下.net winform中用户控件的开发，这一节给大家演示一个带下划线和按钮的textbox控件,我 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19389.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19389.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 31 Jul 2012 06:09:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net WinForm用户控件开发--(2)带按钮DataGridView]]></title>
      <description><![CDATA[ 		   这一节大家共同学习下自定义的datagridview, 这个datagridview的主要功能是可以使datagridview中的某些 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19388.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19388.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 31 Jul 2012 06:02:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net WinForm用户控件开发--(3)可多选的下拉列表框]]></title>
      <description><![CDATA[ 		     这一节给大家演示一个具有多选功能的下拉列表框，其实就是一个文本框和checkboxlist组合实现的用户控 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19385.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19385.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 31 Jul 2012 05:52:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net WinForm用户控件开发--(4)用户控件的基本属性设置]]></title>
      <description><![CDATA[ 		 在前几节中，我们演示了怎样进行用户控件开发，大家可能对用户控件中的一些属性的基本设置还存在疑惑，这 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19383.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19383.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 31 Jul 2012 05:49:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HTML服务器推送技术简介]]></title>
      <description><![CDATA[ 		1. 为什么需要服务器推送？
 
最大的优点：实时
 
适用场景：实时股票价格、商品价格、实时新闻、Twi ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19391.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19391.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 31 Jul 2012 05:45:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net用户登入验证]]></title>
      <description><![CDATA[ 		引言前一段时间有两个朋友问我，为什么在HttpModule中无法获得到Session值，因为他们希望自定义一个HttpM ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19392.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19392.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 30 Jul 2012 02:32:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net提供的3种认证方式]]></title>
      <description><![CDATA[ 		asp.net提供了3种认证方式: windows身份验证, Forms验证和Passport验证.
windows身份验证: IIS根据应用程 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19393.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19393.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 30 Jul 2012 02:19:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[paip.提升开发效率--使用拼音]]></title>
      <description><![CDATA[ 		paip.提升开发效率--使用拼音
近日开发项目，大量使用了拼音，大大提升了效率。。1.用户界面
用户界面方 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19394.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19394.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Jul 2012 06:59:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[paip..net代码生成器使用总结]]></title>
      <description><![CDATA[ 		paip..net代码生成器使用总结Code Smith：功能强大，但是下下来，需要自己先配制模板，才能生成。PASS
M ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19396.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19396.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Jul 2012 06:57:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET缓存总结]]></title>
      <description><![CDATA[ 		一、缓存概念，缓存的好处、类型。
           缓存是一种用空间换取时间的技术，通俗点也就是说把你得到 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19397.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19397.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Jul 2012 05:45:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net基础小结]]></title>
      <description><![CDATA[ 		一、动态网页和静态网页
起初看到这两个概念会以为，动态网页就是网页带有flash的页面，而静态网页就是不 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19399.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19399.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Jul 2012 03:44:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net中的mapinfo开发：图层读写(二)]]></title>
      <description><![CDATA[ 		
在窗体上放置好MapControl后，可以用代码的方式来添加图层了，可以向MapControl.Map的属性去添加图层， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19400.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19400.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Jul 2012 07:09:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于cxf 连.net 的webservice生成客户端异常( undefined eleme...]]></title>
      <description><![CDATA[ 		今天在使用CXF的wsdl2java.bat 根据wsdl文件生成客户端调用时出现以下错误： 因为也是临时接触CXF，所以一 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19401.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19401.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Jul 2012 02:23:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC3 学习笔记----HTML.Action()和HTML.RenderAction()]]></title>
      <description><![CDATA[ 		HTML.Action()和HTML.RenderAction()类似于HTML.Partial()和HTML.RenderPartial()辅助方法。Partial辅助方 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19402.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19402.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Jul 2012 07:00:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 回车自动登陆设置]]></title>
      <description><![CDATA[ 		asp.net的登陆页面中，之前按回车老是不是自动登陆，后来发现只需要修改form.DefaultButton 属性就可以了 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19403.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19403.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Jul 2012 05:13:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 前台调用DataTable]]></title>
      <description><![CDATA[ 		第一步、在前台界面添加引入html 
&amp;lt;%@ Import Namespace=&amp;quot;System.Data&amp;quot; %&amp;gt; 第二步、在后台定义datatab ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19405.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19405.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Jul 2012 08:59:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[wpf只运行一个实例]]></title>
      <description><![CDATA[ 		在winform下，只运行一个实例只需这样就可以：
1． 首先要添加如下的namespace：
using System.Threadi ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19407.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19407.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Jul 2012 06:05:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET系统开发（一）：层层递进之SQLHelper助手类的持续优化]]></title>
      <description><![CDATA[ 		ASP.NET开发中的三层开发思想指的是UI层（界面显示层），BLL层（业务逻辑层），DAL层（数据访问层）三层， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19411.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19411.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Jul 2012 22:28:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET系统开发（二）：漫话级联删除“三剑客”]]></title>
      <description><![CDATA[ 		在数据库中我们所面对的绝大多数都是关联表，表与表之间通过外键相互关联成一个&amp;amp;ldquo;联盟&amp;amp;rdquo;，在我 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19408.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19408.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Jul 2012 19:33:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[初探宏的强大之注释]]></title>
      <description><![CDATA[ 		今天在牛老师的视频中提到了vs中代码的注释，网上关于注释的资料很多。以前也弄过，就是机器般的跟着步骤 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19413.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19413.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Jul 2012 05:53:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[没有最DT只有更DT NET类分享]]></title>
      <description><![CDATA[ 		有个问题困扰了好久了，如何处理网站访问者的身份呢？IP吗？如果用户改IP呢？后来想到了用户电脑的MAC地址 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19414.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19414.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Jul 2012 05:20:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net中的mapinfo开发：准备（一）]]></title>
      <description><![CDATA[ 		首先要了解一下mapinfo的基本概念，可以mapinfo的版本进行体验，我用的是Mapinfo Professional Version 1 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19416.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19416.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Jul 2012 02:35:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC案例教程（基于ASP.NET MVC beta）——第一篇：准备工作]]></title>
      <description><![CDATA[ 		摘要
      本文将简要介绍这个文章系列的目的、形式及大体内容。并且完成开始学习这个系列前所必要的准 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19417.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19417.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Jul 2012 05:45:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 后台控件添加前台事件 调用前台JS]]></title>
      <description><![CDATA[ 		html
&amp;lt;asp:Button ID=&amp;quot;btnSave&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;保存&amp;quot;  onclick=&amp;quot;btnSave_Click&amp;quot; /&amp;gt;        
 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19418.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19418.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Jul 2012 06:07:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[VS2010 中C++ 和C# 颜色转化]]></title>
      <description><![CDATA[ 		在.net 中，用C++开发时候用到了COLORREF 而在C# 中没有这个只要Color，所以需要进行转化
 
COLORREF类 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19419.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19419.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Jul 2012 05:58:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在asp.net下实现checkbox全选]]></title>
      <description><![CDATA[ 		由于在asp.net下，服务器控件会将自动生成ID和name属性。所以用javascrip实现全选比较麻烦。
笔者通过查 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19420.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19420.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 08:56:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Java和.NET在开发中的不同盘点]]></title>
      <description><![CDATA[ 		我是用VS2008和VS2010开发。NET程序，通过MyEclipse8.5开发JAVA程序，下面从IDE、语言、插件的不同点来做 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19421.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19421.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 02:44:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET中的母版页]]></title>
      <description><![CDATA[ 		何为母版页，顾名思义母版就是模版，就像在PPT里面的板式或主题一样，大框架已经有了，我们的任务就是向里 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19422.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19422.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Jul 2012 02:10:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Net Framework引路蜂地图开发示例]]></title>
      <description><![CDATA[ 		引路蜂地图也提供对.Net Framework平台的支持，可以开发桌面地图应用，由于Mono C#的跨平台特性，使用Vis ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19423.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19423.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 13 Jul 2012 01:21:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[黑马程序员学习日记------.NET中二进制图片的存储与读取]]></title>
      <description><![CDATA[ 		.NET二进制图片存储与读取的常见方法有以下几种:
.NET二进制图片存储:以二进制的形式存储图片时，要把数 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19424.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19424.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 13 Jul 2012 01:14:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中使用Repeater嵌套，提交选中的checkbox项。]]></title>
      <description><![CDATA[ 		主要代码，已测试通过。
前台：
&amp;lt;asp:Repeater ID=&amp;quot;Repeater1&amp;quot; runat=&amp;quot;server&amp;quot; OnItemDataBound=&amp;quot;Repea ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19425.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19425.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 12 Jul 2012 05:48:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[AOP的一些概念和LOOM.NET]]></title>
      <description><![CDATA[ 		面向侧面的程序设计（aspect-oriented programming，AOP，又译作面向方面的程序设计、观点导向编程）是计 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19426.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19426.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 11 Jul 2012 02:44:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[vb.net利用system.data.sqlite.dll实现sqlite数据库编程示例]]></title>
      <description><![CDATA[ 		在项目开发中充分体会到了一个精简数据存储模块的重要性及实用性；在综合了三年开发经验的基础上，向各位 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19427.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19427.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Jul 2012 03:46:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net（从控制台读入两个数，实现加减乘除）]]></title>
      <description><![CDATA[ 		csharp 
using System; 
using System.Collections.Generic; 
using System.Linq; 
using System.T ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19428.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19428.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Jul 2012 01:53:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ .net中SessionState相关配置]]></title>
      <description><![CDATA[ 		web.config关于sessionState节点的配置方案，sessionState有四种模式：off,inProc,StateServer,SqlServer ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19429.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19429.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 08:49:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net Mvc3 修改视图的默认路径]]></title>
      <description><![CDATA[ 		csharp
public class StructRazorViewEngine : RazorViewEngine 
    { 
        public StructRazo ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19430.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19430.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 06:06:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[model层之dao--SqlHelper]]></title>
      <description><![CDATA[ 		贴一下SqlHelper的代码： 001 /** 002  * 功能：对数据库的操作的封装 003  */004   005 package cn.zwh. ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19431.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19431.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Jul 2012 01:53:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[生成随机数与字母]]></title>
      <description><![CDATA[ 		
      /// &amp;lt;summary&amp;gt;
        /// 生成随机字母与数字
        /// &amp;lt;/summary&amp;gt;
        /// &amp;lt;param  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19432.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19432.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 07 Jul 2012 08:42:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Jdom异常java.net.MalformedURLException: unknown p...]]></title>
      <description><![CDATA[ 		一个以前的JDOM读入xml文件程序。之前一直运行得没有问题。
今天在运行的时候，将文件的读入源xml文件指 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19433.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19433.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 07 Jul 2012 07:11:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[字符串连接 执行效率]]></title>
      <description><![CDATA[ 		C#处理字符串可以使用：
string
StringBuilder目前网上很多的观点：
1、StringBuilder在处理字符串上比 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19434.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19434.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 07 Jul 2012 06:23:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[C#ASP.NET执行BAT批处理代码]]></title>
      <description><![CDATA[ 		因公司内网服务器的软加密服务进程会不定时的卡死，需要手工关闭进程再启动，每次出现类似问题总要用远程 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19435.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19435.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 07 Jul 2012 03:17:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 框架页刷新时如何保留之前的页面]]></title>
      <description><![CDATA[ 		asp.net 框架页刷新时如何保留之前的页面假如框架页右边是 right.aspx，打开的页面是newPage.aspx  right ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19436.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19436.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 06 Jul 2012 09:11:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中在web.config配置access相对路径的方法]]></title>
      <description><![CDATA[ 		前提：我的access数据库是放在根目录下App_Data下面下面是配置的代码html 
&amp;lt;configuration&amp;gt; 
    &amp;lt;co ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19437.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19437.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 06 Jul 2012 08:05:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[wcf多线程和异步操作]]></title>
      <description><![CDATA[ 		按照操作执行所需的资源类型，我们可以将操作分为cpu绑定型操作和I/O绑定型操作，前者主要是利用cpu进行密 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19438.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19438.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 06 Jul 2012 02:10:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net MVC 发送邮件]]></title>
      <description><![CDATA[ 		@try {
      System.Net.Mail.MailAddress from = new System.Net.Mail.MailAddress(&amp;quot;www.2cto.com&amp;quot;, &amp;quot; ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19439.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19439.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 04 Jul 2012 05:38:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中Jquery解析json数据格式]]></title>
      <description><![CDATA[ 		aspx前台页面代码如下：    &amp;lt;script language=&amp;quot;javascript&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;
          functio ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19440.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19440.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 03 Jul 2012 09:01:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记(十四)-abstract class 和 interface]]></title>
      <description><![CDATA[ 		一、抽象类
1.抽象类不是必须有抽象属性和抽象方法，声明抽象方法后必须声明抽象类；
2.子类必须 overr ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19450.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19450.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 08:08:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记(十六) 结构和类]]></title>
      <description><![CDATA[ 		一、class 是引用类型，struct 是值类型
1.复制包含结构的变量时，讲复制所以数据，对新副本所做的修改都 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19444.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19444.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 08:07:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记(十七)- string 和 stringbuilder]]></title>
      <description><![CDATA[ 		一、原理比较
1.string 是不可变的，包括长度和其中的任何字符2.stringbuilder 是可变的，专门用来对字符 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19441.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19441.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 08:06:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记(十五)- 常用基础知识]]></title>
      <description><![CDATA[ 		一、公共变量和属性的区别
1.属性可以通过 get set 控制读写，而变量不可以；2.属性可以进行赋值操作，变 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19449.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19449.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:59:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（十三）sealed、new、virtual、abstract 和 override]]></title>
      <description><![CDATA[ 		一、sealed  密封类不能被继承，密封方法可以重写基类中的方法，但本身不能在任何子类中进行重写。
当应 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19451.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19451.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:43:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记(十二)private、protected、public 和 internal]]></title>
      <description><![CDATA[ 		一、private 只能在类里面才可以调用二、protected 只能在类和子类中可以调用三、public 完全开放，任何类 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19452.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19452.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:41:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（十一）const 和 readonly 的区别]]></title>
      <description><![CDATA[ 		readonly 表示只读，const 表示不变常量
一、都是用来标识常量的二、const 必须在声明的同时赋值；
rea ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19453.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19453.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:35:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记(十)Equals 和运算符==]]></title>
      <description><![CDATA[ 		== 用来比较值是否相等， Equals 用来比较引用相等，意味着比较的不是两个对象，而是两个对象的引用，比较 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19454.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19454.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:22:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ ASP.NET学习笔记(九)常见开发调试技巧]]></title>
      <description><![CDATA[ 		一、设置断点，跟踪调试
1.F9设置断点，F10 逐过程进行调试，F11 逐语句进行调试
2.在断点语句行，点击 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19455.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19455.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:16:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（八）VS的操作和使用技巧]]></title>
      <description><![CDATA[ 		一、加速开发环境
1.禁用启动页
工具-选项-启动时-显示空环境2.去掉启动屏
右键快捷方式-属性-目标-最 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19456.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19456.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:11:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（七）.net代码几种技巧]]></title>
      <description><![CDATA[ 		一、using别名
当同一个cs 引用不用的命名空间，但是又存在相同名字的类型，此时可以使用别名。
二、@  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19457.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19457.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:09:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（六）事件]]></title>
      <description><![CDATA[ 		一、事件的运行原理
事件接收器有一个方法，当发生已注册事件时，就执行这个事件的处理程序，使用委托作 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19458.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19458.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:07:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（五）委托]]></title>
      <description><![CDATA[ 		实例：
一、委托的使用
1.声明一个委托
2.把委托当做参数传入
3.根据传入的委托，调用相应的方法 
二 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19459.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19459.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 07:01:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（四）继承]]></title>
      <description><![CDATA[ 		一、继承的规则
1.派生类可以添加新的成员，但不能移除已经继承成员；
2.构造函数和析构函数不能被继承 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19460.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19460.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 06:57:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（三）常用的数学函数]]></title>
      <description><![CDATA[ 		
 作者：dxh_0829
						 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19461.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19461.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 06:56:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（二）字符串常见操作]]></title>
      <description><![CDATA[ 		1.取字符串长度
2.截取变量名.Substring( 起始位置，截取位数)3.替换 4.典型例子
5.split  6.字符串输出 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19463.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19463.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 06:52:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET学习笔记（一）c#必会]]></title>
      <description><![CDATA[ 		1.变量声明： int n=0;
声明必须赋值；
多变量声明：int a=1;b=2
类型推断：var a=1;
编译器会自动根 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19465.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19465.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 02 Jul 2012 06:50:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于AspNetPager分页控件和My97DatePicker日期控件的使用]]></title>
      <description><![CDATA[ 		早就听说AspNetPager分页控件的强大，一直没怎用过，昨天尝试了一下今和大家分享一下。其实关于这个控件的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19466.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19466.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 30 Jun 2012 07:58:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.Net缓存总结及分析]]></title>
      <description><![CDATA[ 		提高性能最好最快的办法当然是通过缓存来改善，对于任何一个web开发者都应该善用缓存。Asp.net下的缓存机 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19467.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19467.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 30 Jun 2012 03:29:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net点击‘查看更多’实现无刷新加载]]></title>
      <description><![CDATA[ 		页面页面的js代码如下，
01 &amp;lt;b&amp;gt;    &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
02         $(function () {
03  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19469.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19469.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 28 Jun 2012 08:43:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[WCF传较大数据 例子说明]]></title>
      <description><![CDATA[ 		在从客户端向WCF服务端传送较大数据（&amp;gt;65535B）的时候, 客户端会报错。什么远程服务器没反应之类的。
问 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19470.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19470.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 27 Jun 2012 01:06:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net js验证为空j时,不让button执行onclick事件]]></title>
      <description><![CDATA[ 		&amp;lt;script type =&amp;quot;text/javascript&amp;quot; language=&amp;quot;javascript&amp;quot;&amp;gt;
           function checkInput() {         ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19474.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19474.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 26 Jun 2012 03:42:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net FckEditor在web.config中的配置]]></title>
      <description><![CDATA[ 		1、开发网站过程中fck配置：
1
&amp;lt;appSettings&amp;gt;
2
    &amp;lt;add key=&amp;quot;FCKeditor:BasePath&amp;quot; value=&amp;quot;~/fckedi ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19475.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19475.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 25 Jun 2012 09:08:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[天气预报web服务使用]]></title>
      <description><![CDATA[ 		首先你在你的web项目下面的References，右击References，点击Add WebRefercenes 然后把http://webservice ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19476.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19476.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 25 Jun 2012 07:23:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何在编程实践中划分程序集？]]></title>
      <description><![CDATA[ 		本文将讨论的程序设计语言是.NET语言，至少对于C#成立。本文不详述命名空间和程序集的差别，而是讨论如何 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19477.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19477.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 25 Jun 2012 06:47:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET可逆框架设计]]></title>
      <description><![CDATA[ 		前段时间一直在学习和研究.NET事务处理，慢慢的我发现可以使用事务处理来实现一种可逆的系统框架。这种框 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19478.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19478.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 25 Jun 2012 06:34:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在.net中,ajax如何调用本页数据源]]></title>
      <description><![CDATA[ 		近来我发现我一些同事,在用ajax时,用数据源,都喜欢重新新建一个页面.其实我是很不喜欢这种模式,主要原因, ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19479.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19479.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 25 Jun 2012 05:10:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.Net邮箱发邮件源码]]></title>
      <description><![CDATA[ 		 public static void SendEmail()
    {
        System.Net.Mail.SmtpClient client = new System.Net ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19480.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19480.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 22 Jun 2012 03:34:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net导出Excel/Csv文本格式数据]]></title>
      <description><![CDATA[ 		偶然的机会在添加数据的时候全改成了数字，结果输出的时候全自动变成了科学计数法，这是excel的强大功能， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19481.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19481.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 08:31:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[NHibernate]]></title>
      <description><![CDATA[ 		create table t_user(id int primary key auto_increment, name char(20), pwd char(20));&amp;lt;?xml version= ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19482.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19482.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 21 Jun 2012 07:41:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC 3 直到我膝盖中了一箭【6】Forms身份验证]]></title>
      <description><![CDATA[ 		许多 Web 应用程序都要求能够限制对某些资源（例如特定页面）的访问，以确保只有经过身份验证的用户才能访 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19483.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19483.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 12 Jun 2012 09:26:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC 3 直到我膝盖中了一箭【5】模型验证]]></title>
      <description><![CDATA[ 		1.非空和数据类型 1         Required
 2         Display(Name = &amp;quot;用户名&amp;quot;)
 3         public st ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19484.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19484.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 12 Jun 2012 09:25:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC 3 直到我膝盖中了一箭【4】小试牛刀]]></title>
      <description><![CDATA[ 		  1.创建一个ASP.NET MVC 3 项目--&amp;gt;选择Razor视图引擎2.~/Models/下添加类StudentModels--&amp;gt;重新生成解决方 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19485.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19485.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 12 Jun 2012 09:23:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC 3 直到我膝盖中了一箭【3】Razor视图引擎]]></title>
      <description><![CDATA[ 		&amp;amp;ldquo;Razor&amp;amp;rdquo;是一个非常好的新的视图引擎，它提供了流畅的专注于代码的模版方案。它的编码工作流快 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19486.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19486.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 12 Jun 2012 09:22:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC 3 直到我膝盖中了一箭【2】MVC 项目结构]]></title>
      <description><![CDATA[ 		ASP.NET MVC 框架包括 Visual Studio 项目模板，该模板可帮助您创建为支持 MVC 模式而构造的 Web 应用程序 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19487.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19487.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 12 Jun 2012 09:21:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC 3 直到我膝盖中了一箭【1】概述]]></title>
      <description><![CDATA[ 		ASP.NET MVC 框架提供用于创建 Web 应用程序的 ASP.NET Web 窗体模式的替代模式。ASP.NET MVC 框架是一个 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19488.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19488.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 12 Jun 2012 09:20:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于DateTime和String转换的容易犯得错误]]></title>
      <description><![CDATA[ 		字符串转换成DateTime
 
在开发中，常常会有DataTime类型和String类型的互相转换的要求，比较常用的写法 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19489.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19489.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 08 Jun 2012 00:35:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net上传组件RadUpLoad(带进度条时间显示)]]></title>
      <description><![CDATA[ 		在我的企业管理系统开发的过程中，遇到的最大问题就是大文件的上传了。在asp或者php中要想上传大文件就需 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19490.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19490.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jun 2012 03:05:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.Net锦囊-C#,.Net发送邮件三种方法(Localhost，SMTP，SSL-SMTP)]]></title>
      <description><![CDATA[ 		最近公司由于一个R&amp;amp;I项目的需要，用户要求在购买产品或出货等一些环节，需要发送邮件提醒或者说每周一让系 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19491.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19491.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 07 Jun 2012 03:03:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET Web控件按钮事件加载无效]]></title>
      <description><![CDATA[ 		很久不做ASP.NET 了，工作需要又捡起来，做一个toolbar，动态添加操作按钮。   /// &amp;lt;summary&amp;gt;
        / ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19492.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19492.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Jun 2012 03:09:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET4.5新功能:异步文件I/O]]></title>
      <description><![CDATA[ 		异步操作可以执行大量占用资源的 I/O 操作，而不必阻止主线程。 此性能注意事项非常重要。 windows Metro ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19493.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19493.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Jun 2012 01:42:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net代码中修改web.config节点]]></title>
      <description><![CDATA[ 		在有些情况下，要在代码中读取一种全局变量，把这种全局变量放在web.config是一种常见的手段。但是这个变 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19494.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19494.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Jun 2012 01:27:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[WebBrowser加上进度条]]></title>
      <description><![CDATA[ 		



源文件 View Code
 
 
using System;
using System.Collections.Generic;
using System.Com ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19495.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19495.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Jun 2012 01:25:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET实现文件断点续传]]></title>
      <description><![CDATA[ 		在文件下载的时候，使用断点续传可以将上次未下载完成的文件继续下载，该功能在开发文件下载的时候非常重 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19496.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19496.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Jun 2012 01:24:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET发送电子邮件]]></title>
      <description><![CDATA[ 		1.补充知识
（1）POP3和SMTP服务器是什么？
简单点来说：POP3 用于接收电子邮件 ，SMTP 用于发送电子邮 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19497.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19497.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Jun 2012 01:19:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.net服务应用程序不可用的解决办法]]></title>
      <description><![CDATA[ 		 主要产生的原因是asp。net 事先已经安装好了，而iis 是后来安装的。所以需要.net 和iis 进行关联一下。这 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19498.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19498.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Jun 2012 01:05:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net MVC 3中Session与ViewBag传值到Js中]]></title>
      <description><![CDATA[ 		Asp.net MVC 3 中Session与ViewBag传值到Javascript中， 主要方法有：
1. 使用Javascript Variable  
假 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19499.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19499.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 06 Jun 2012 01:05:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[报表导出模块实现]]></title>
      <description><![CDATA[ 		表格导出的方法至少有三种，第一种是利用Excel支持HTML，直接利用控件的RenderControl()方法，将控件的HT ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19500.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19500.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 04 Jun 2012 06:33:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.Net执行存储过程，SqlDbType.Decimal作为输出参数，没有小数位值的解决办法]]></title>
      <description><![CDATA[ 		cmd.Parameters.Add(&amp;quot;@param&amp;quot;, SqlDbType.Decimal).Direction = ParameterDirection.Output;             ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19501.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19501.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 04 Jun 2012 00:34:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中常用的几种身份验证方式]]></title>
      <description><![CDATA[ 		 前言
在B/S系统开发中，经常需要使用&amp;amp;ldquo;身份验证&amp;amp;rdquo;。因为web应用程序非常特殊，和传统的C/S程 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19502.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19502.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 04 Jun 2012 00:32:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET页面之间传递值]]></title>
      <description><![CDATA[ 		列举ASP.NET页面之间传递值的几种方式。
1.URL传值
这是经典的传值方式， 如XXX.aspx?id=1&amp;amp;name=c; 不过 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19503.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19503.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Jun 2012 00:49:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[简单许愿树的实现]]></title>
      <description><![CDATA[ 		 昨天晚上下班回去没事情干自己做了个简单的许愿墙，比较简单，大神不要喷我谢谢！
首先新建一个数据库d ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19504.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19504.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Jun 2012 00:42:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[邮件发送]]></title>
      <description><![CDATA[ 		今天BOSS要求做一个项目批准后群发邮件的提示功能，想了想挺简单的。。。第一步：写一个邮件发送类，别忘 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19505.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19505.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Jun 2012 00:39:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[单击浏览器右上角的X弹出提示窗口]]></title>
      <description><![CDATA[ 		单击浏览器右上角的X弹出提示窗口，简单实现。
&amp;lt;script language=&amp;quot;javascript&amp;quot;&amp;gt;
   window.onunload    ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19506.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19506.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 02 Jun 2012 00:28:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[静态方法和动态方法调用的区别]]></title>
      <description><![CDATA[ 		动态方法,在使用时需要先创建实例,才能调用实例方法,而静态方法则不需要，直接使用即可。 
//定义静态方 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19507.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19507.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Jun 2012 00:45:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET截取指定长度汉字超出部分以&amp;amp;quot;...&amp;amp;quot;代替]]></title>
      <description><![CDATA[ 		///   &amp;lt;summary&amp;gt;
    ///   将指定字符串按指定长度进行剪切，
    ///   &amp;lt;/summary&amp;gt;
    ///   &amp;lt;para ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19508.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19508.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Jun 2012 00:42:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[根据计算机MAC地址限定每台机子只能领取一次账号]]></title>
      <description><![CDATA[ 		这里只做简单演示过程，请根据您的实际情况作适当修改！
另外我的博客只做自己参考查询方便用，请各位大 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19509.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19509.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 01 Jun 2012 00:41:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.Net Web.Config文件配置之配置Session变量的生命周期]]></title>
      <description><![CDATA[ 		如何在Web.Config文件中配置Session变量的生命周期。
 
在Web.Config文件中配置Session变量的生命周期是 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19510.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19510.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 31 May 2012 06:15:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net文件操作类]]></title>
      <description><![CDATA[ 		今天在网上看了一个文件操作类，没有全部测试，先记下来以后进行测试！----&amp;gt;&amp;gt;
 
/**
文件操作类
**/ ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19511.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19511.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 31 May 2012 00:34:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[输入框样式总结]]></title>
      <description><![CDATA[ 		1、只有下划线的文本框：
&amp;lt;input style=&amp;quot;border:0;border-bottom:1 solid black;&amp;quot;&amp;gt;2、软件序列号式的输入 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19512.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19512.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 31 May 2012 00:31:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET中的真假分页]]></title>
      <description><![CDATA[ 		 当数据库中的数据较多的时，以往的DataGrid往往显得无力，这时就轮到分页大显身手，分页是指将数据库中的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19513.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19513.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 30 May 2012 02:14:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Cookie帮助类]]></title>
      <description><![CDATA[ 		using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Sys ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19514.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19514.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 30 May 2012 00:51:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[DataGrid和GridView单击背景变色双击颜色还原]]></title>
      <description><![CDATA[ 		DataGrid中首先我们假设.aspx文件中DataGrid的数据行的样式为        &amp;lt;AlternatingItemStyle BackColor=&amp;quot; ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19515.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19515.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 30 May 2012 00:50:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[利用DPAPI技术，实现浏览器地址栏字符串的加密]]></title>
      <description><![CDATA[ 		前言：
   DPAPI特别有用，因为它能够消除使用密码的应用程序所带来的密钥管理问题。虽然加密能确保数据 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19519.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19519.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 30 May 2012 00:36:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实现记住用户登陆名]]></title>
      <description><![CDATA[ 		.aspx文件中
 
&amp;amp;hellip;
&amp;lt;asp:TextBox ID=&amp;quot;txtUser_Id&amp;quot; runat=&amp;quot;server&amp;quot; MaxLength=&amp;quot;4&amp;quot; Width=&amp;quot;120px&amp;quot;  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19520.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19520.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 30 May 2012 00:34:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[对用户输入内容进行字数提示功能]]></title>
      <description><![CDATA[ 		第一步：以下是核心代码，在页面引用或进行封装都可。&amp;lt;script language=&amp;quot;javascript&amp;quot; type=&amp;quot;text/javascr ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19521.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19521.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 01:27:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net上传图片并作处理水印，缩略图（测试OK）]]></title>
      <description><![CDATA[ 		代码具体如下：
asp.net 上传图片并作处理（生成缩略图 、在图片上增加文字水印、在图片上生成图片水印） ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19522.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19522.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 01:22:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[DataGrid和GridView鼠标移动上面背景变色]]></title>
      <description><![CDATA[ 		GridView鼠标移动背景变色，在RowDataBound事件中添加如下代码：
 
   protected void GridView2_RowDa ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19523.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19523.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 01:15:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP .NET 四、asp.net+cookie+javascrip制作的购物车]]></title>
      <description><![CDATA[ 		优点：javascrip制作的购物车的加入，可以大大减少对服务器的消耗。
（一）先制作购物介面
 
&amp;lt;%@ Page ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19524.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19524.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 01:13:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP .NET 三、asp.net+cookie+javascrip制作的购物车]]></title>
      <description><![CDATA[ 		(1)首先，介绍一下javascript操作cookie的基础
//去除空格,回车
String.prototype.Trim = function()
 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19526.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19526.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 01:03:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP .NET 二、纯asp.net+cookie制作的购物车]]></title>
      <description><![CDATA[ 		(一)购物车全选的实现其实没什么意义呀，只是为展示一个全选的实现，直接清空，请看(二)实现下清空购物车 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19528.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19528.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 01:01:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP .NET 一、纯asp.net+cookie制作的购物车]]></title>
      <description><![CDATA[ 		缺点，即使使用全局不缓存，仍然后以使用IE中的返回按钮
 
（1）添加Global.asax,在其中加入以下内容， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19531.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19531.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 00:58:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[采集网页图片代码]]></title>
      <description><![CDATA[ 		采集网页上图片的主要关键是在怎么解析出页面代码里那些img标签的src属性，在网上找了下大多都是通过字符 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19532.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19532.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 00:36:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[生成验证码]]></title>
      <description><![CDATA[ 		CheckCode.aspx页面其实什么也不用写
 
&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot;  CodeFile=&amp;quot;CheckCode.aspx.cs&amp;quot; Inheri ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19533.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19533.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 00:34:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[更有效的文件下载功能]]></title>
      <description><![CDATA[ 		1.普通下载：
        //下载文件的路径
        string path=Server.MapPath(&amp;quot;广告.jpg&amp;quot;);
        / ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19534.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19534.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 29 May 2012 00:32:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[代码设定Log4net]]></title>
      <description><![CDATA[ 		在下面这个示例中，我将创建一个向控制台和&amp;quot;a.log&amp;quot;文件中写入日志的logcsharp
using System; 
using  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19535.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19535.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 28 May 2012 06:15:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net中调用windows performance记录性能信息]]></title>
      <description><![CDATA[ 		记录skype的CPU 占用率
 
var processorCounter = new PerformanceCounter
{
       CategoryName =  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19536.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19536.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 28 May 2012 01:10:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中的cookie]]></title>
      <description><![CDATA[ 		一.cookie导读，理解什么是cookie
________________________________________
 
1.什么是cookie：cook ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19538.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19538.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 28 May 2012 01:07:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET生成验证码]]></title>
      <description><![CDATA[ 		生成验证码原理：产生随机字符，并将字符生成为图片，同时储存到Session里去，然后验证用户输入的内容是否 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19539.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19539.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 28 May 2012 01:04:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET基础知识：简单的实例理解接口的伟大意义]]></title>
      <description><![CDATA[ 		首先，我们必须明确，接口是一个类。 &amp;amp;ldquo;接口是一个特殊的类，又是一个特别有意义的类，不是因为它的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19540.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19540.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 26 May 2012 06:23:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET开发基础：从简单的例子理解泛型]]></title>
      <description><![CDATA[ 		前言
 .Net开发基础系列文章，对自己之前写过的代码备忘，如能给人予帮助，不甚荣幸。个人能力有限，如有 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19541.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19541.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 26 May 2012 06:21:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net MVC3实现JSONP]]></title>
      <description><![CDATA[ 		  JSONP可以帮我们解决跨域访问的问题。JSONP is JSON With Padding. 这里我们将不再解释其原理。我们来看 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19542.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19542.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 26 May 2012 00:31:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net mvc 2.0异步获取服务器时间]]></title>
      <description><![CDATA[ 		  这一节给大家讲下MVC2.0中怎样使用AJAX来异步获取信息，本节我们使用JQUERY中的AJAX函数异步获取服务器 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19543.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19543.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 25 May 2012 06:02:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[VisualStudio自动编码插件(Autocode——devprojects.net)]]></title>
      <description><![CDATA[ 		今天无意之中发现了一个VS插件，功能还不错，推荐给大家。官网http://www.devprojects.net/有以下一些功能 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19544.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19544.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 25 May 2012 03:27:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET将DataTable解析成JSON]]></title>
      <description><![CDATA[ 		好久没有写文章了，好想这个园子呀。今天来为大家介绍Datatable解析成json，过程不算太复杂，将这篇文章带 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19545.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19545.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 24 May 2012 07:05:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net中把Excel数据存储至SQL Server中]]></title>
      <description><![CDATA[ 		操作图 


 ExcelWrapper        /// &amp;lt;summary&amp;gt;
        /// 查询EXCEL电子表格添加到DATASET
      ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19546.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19546.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 24 May 2012 06:16:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET之用AJAX设置进度条]]></title>
      <description><![CDATA[ 		源码：
.aspx
 
 1 &amp;lt;body&amp;gt;
 2     &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
 3     &amp;lt;div&amp;gt;
 4         &amp;lt;as ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19547.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19547.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 24 May 2012 03:32:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[主攻ASP.NET.3.5.MVC架构之重生:HtmlHelper(一)]]></title>
      <description><![CDATA[ 		HtmlHelper FormExtensions静态类 BeginForm,BeginRouteForm,EndForm 三种类型  FormMethod.Post优先级最 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19548.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19548.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 23 May 2012 00:33:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC如何实现自定义验证（服务端验证+客户端验证）]]></title>
      <description><![CDATA[ 		ASP.NET MVC通过Model验证帮助我们很容易的实现对数据的验证，在默认的情况下，基于ValidationAttribute的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19549.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19549.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 21 May 2012 03:24:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC以ValueProvider为核心的值提供系统: NameValueCollectionValueProvider]]></title>
      <description><![CDATA[ 		在进行Model绑定过程中，需要根据基于Action方法参数的绑定上下文从请求数据中提取相应的数据以提供相应的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19550.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19550.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 21 May 2012 03:21:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC以ValueProvider为核心的值提供系统: DictionaryValueProvider]]></title>
      <description><![CDATA[ 		NameValueCollectionValueProvider采用一个NameValueCollection作为数据源，DictionnaryValueProvider的数 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19551.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19551.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 21 May 2012 03:19:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC以ValueProvider为核心的值提供系统: ValueProviderFactory]]></title>
      <description><![CDATA[ 		在ASP.NET Model绑定系统中，用于提供数据值的ValueProvider对象通过ValueProviderFactory来创建。在ASP. ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19554.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19554.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 21 May 2012 03:17:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ModelBinder——ASP.NET MVC Model绑定的核心]]></title>
      <description><![CDATA[ 		Model的绑定体现在从当前请求提取相应的数据绑定到目标Action方法的参数。通过前面的介绍我们知道Action方 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19556.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19556.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 21 May 2012 03:14:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET中Image转Icon]]></title>
      <description><![CDATA[ 		时候我们需要在内存中转换Image格式到Icon
根据经验，通常我们应该可以这样做
Image image = xxxx;///假 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19557.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19557.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 21 May 2012 03:13:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET之Cookie（坑爹的Response.Cookies.Remove）]]></title>
      <description><![CDATA[ 		在web开发中Cookie是必不可少的
.NET自然也有一个强大的Cookie操作类，我们用起来也非常方便，不过在使用 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19558.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19558.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 21 May 2012 03:09:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net cofcms网站内容管理系统，调试记录]]></title>
      <description><![CDATA[ 		 一、首页死循环原因。access和sql语法不同，导致在显示广告的时候出现异常。          select Id,Aid,Ti ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19559.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19559.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 03:01:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ValidNumber.ashx验证码]]></title>
      <description><![CDATA[ 		ValidNumber.ashx 代码：&amp;lt;%@ WebHandler Language=&amp;quot;C#&amp;quot; Class=&amp;quot;ValidNumber&amp;quot; %&amp;gt;using System;
using Sys ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19561.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19561.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 02:58:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET用URLRewriter.dll实现伪静态]]></title>
      <description><![CDATA[ 		&amp;lt;configSections&amp;gt;&amp;lt;!--用于指定配置节&amp;quot;RewriterConfig&amp;quot;的处理程序类的名称为&amp;amp;rdquo;URLRewriter.Config.Re ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19562.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19562.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 02:55:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET用Global.asax 的Application_BeginRequest事件过滤恶意提交]]></title>
      <description><![CDATA[ 		protected void Application_BeginRequest(object sender, EventArgs e)
    {
        //遍历Post参数 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19563.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19563.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 02:53:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net+jquery ajax实现免刷新登录]]></title>
      <description><![CDATA[ 		因为工作需要研究了一下 js的ajax，下面是成果。
主要是三部分：
一、js部分 友情提示注意js部分中的 $ ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19564.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19564.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 00:38:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[水晶报表加载失败]]></title>
      <description><![CDATA[ 		故障描述：
VS2005的水晶报表在WEB应用程序中多次使用后,就会出现加载报表失败.重启WEB服务器又正常了.过 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19565.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19565.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 00:36:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET后台手动调用POST提交并获取返回值，用于短信平台接口]]></title>
      <description><![CDATA[ 		//这是一个短信平台的后台提交功能
string postData = string.Format(&amp;quot;ECODE={0}&amp;amp;USERNAME={1}&amp;amp;PASSWORD ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19568.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19568.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 19 May 2012 00:35:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[NET二进制图片存储与读取的常见方法]]></title>
      <description><![CDATA[ 		.NET二进制图片存储:以二进制的形式存储图片时，要把数据库中的字段设置为Image数据类型(SQL Server),存储 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19570.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19570.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 18 May 2012 02:48:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET用户控件操作ASPX页面（在ASPX页面捕捉用户控件的事件）]]></title>
      <description><![CDATA[ 		一、简单实例先来个简单点的，首先新建一个 &amp;amp;ldquo;web用户控件&amp;amp;rdquo;WebUserControl1.ascx，在页面上添 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19571.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19571.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 18 May 2012 01:49:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[拼接的字符串导入EXCEL]]></title>
      <description><![CDATA[ 		StringBuilder sb = new StringBuilder();
            sb.AppendLine(&amp;quot;&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;序号&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;批 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19572.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19572.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 18 May 2012 01:45:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET导出带格式的Word文档]]></title>
      <description><![CDATA[ 		可直接拷贝运行下面的代码测试
ASPX 代码
&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; %&amp;gt;&amp;lt;script r ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19573.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19573.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 18 May 2012 01:35:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[sohu邮箱的联系人获取]]></title>
      <description><![CDATA[ 		通过抓包获取到的字符串如jsonString所示，有对反序列化熟悉的同学能提供个类不
string jsonString = @&amp;quot; ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19574.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19574.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 18 May 2012 00:50:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET基础篇——Entity Framework数据转换层通用类]]></title>
      <description><![CDATA[ 		在实现基础的三层开发的时候，大家时常会在数据层对每个实体进行CRUD的操作，其中存在相当多的重复代码。 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19575.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19575.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 18 May 2012 00:45:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.Net使用GridView模板删除一行的用法]]></title>
      <description><![CDATA[ 		添加GridView(为其绑定数据源后)-&amp;gt;(在设计界面)进行编辑-&amp;gt; 添加模板 -&amp;gt;设置该列模板的属性-&amp;gt;返回-&amp;gt;编辑模 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19576.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19576.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 17 May 2012 03:20:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net扩展方法]]></title>
      <description><![CDATA[ 		使用扩展方法,可以向一个已有类中添加新的方a法. 例如, 可以创建任意方法并将它添加到string中.
 public ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19577.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19577.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 17 May 2012 03:19:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC是如何运行的1: 建立在“伪”MVC框架上的Web应用]]></title>
      <description><![CDATA[ 		ASP.NET由于采用了管道式设计，具有很好的扩展性，而整个ASP.NET MVC应用框架就是通过扩展ASP.NET实现的。 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19578.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19578.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 17 May 2012 02:22:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net获取客户端IP地址网卡等]]></title>
      <description><![CDATA[ 		&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeFile=&amp;quot;MAC.aspx.cs&amp;quot; Inherits=&amp;quot;MAC&amp;quot; %&amp;gt;&amp;lt;!DOCTYPE ht ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19579.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19579.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 16 May 2012 03:28:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET下载远程图片保存到本地的方法、保存抓取远程图片]]></title>
      <description><![CDATA[ 		以下介绍两种方法：
1.利用WebRequest，WebResponse 类
WebRequest wreq=WebRequest.Create(&amp;quot;http://ww ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19580.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19580.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 16 May 2012 03:25:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET性能优化之负载均衡]]></title>
      <description><![CDATA[ 		HTTP重定向
所谓HTTP重定向，就是通过修改HTTP响应头中的Location标识为新的URL，然后返回给客户端，让客 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19581.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19581.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 16 May 2012 03:19:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task010）——登录控件的使用（登录控件的基本配置）]]></title>
      <description><![CDATA[ 		一、配置aspnetdb数据库使用登录控件，由于要使用membership，首先需要ASP.NET配置的数据库aspnetdb的支持 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19582.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19582.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 May 2012 06:09:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于Paralle.For的求和问题]]></title>
      <description><![CDATA[ 		.NET4中加入了并行机制&amp;amp;mdash;&amp;amp;mdash;所谓并行就是同时开辟若干个线程来进行计算。这些线程由于都是互相独 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19583.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19583.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 14 May 2012 00:37:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net生成6位随机码]]></title>
      <description><![CDATA[ 		asp.net的6位随机码代码 C#代码 
&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; %&amp;gt;  
 
&amp;lt;%   
  //----------------------- ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19584.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19584.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 06:56:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关注性能：字符串操作]]></title>
      <description><![CDATA[ 		View Code 1 using System;
 2 using System.Collections.Generic;
 3 using System.Linq;
 4 using S ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19585.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19585.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 06:18:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用PreApplicationStartMethodAttribute添加Application_Start事件]]></title>
      <description><![CDATA[ 		先预备一个类，用于Start时调用
public static class MyPreApplicationStart
   {
       public stat ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19586.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19586.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 03:22:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关注性能：反射操作]]></title>
      <description><![CDATA[ 		测试代码
View Code 1 using System;
 2 using System.Collections.Generic;
 3 using System.Linq;
 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19587.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19587.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 03:20:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task009）——FormView插入删除商品详细信息]]></title>
      <description><![CDATA[ 		一、进入插入模板1、protectedvoid fvwItemDetails_ModeChanging(object sender,FormViewModeEventArgs e ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19588.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19588.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 01:27:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task008）——FormView编辑更新商品详细信息]]></title>
      <description><![CDATA[ 		一、前期准备编辑商品信息属于管理功能，管理功能的网页最好单独放在一个文件夹中，为此，做一些准备工作 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19589.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19589.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 01:25:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task007）——FormView显示商品详细信息]]></title>
      <description><![CDATA[ 		一、在数据库表Item中添加字段Descn、SupplyTime、SupplyDate、SupplyArea。因为除Descn，其它几个字段内 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19590.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19590.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 01:23:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task006）——用户界面层公共函数集WebUtility]]></title>
      <description><![CDATA[ 		频繁的数据库操作，需要一个公共的数据库操作函数集(DBUtility中的SQLHelper.cs)；频繁的用户界面操作，也 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19591.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19591.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 01:20:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net之反射]]></title>
      <description><![CDATA[ 		还记得三层吗
没错 今天就讲我们在写三层的时候使用反射来减少代码的书写量
 
public bool Add(Liuyan ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19592.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19592.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 00:35:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[图片上传并获得图片相对路径保存在数据库中]]></title>
      <description><![CDATA[ 		//判断上传文件是否是图片
        private static bool IsAllowedExtension(FileUpload upfile)
      ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19593.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19593.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 12 May 2012 00:31:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net如何去掉HTML标记]]></title>
      <description><![CDATA[ 		今天突然被问到   从数据库里读出来数据时有的时候会带有HTML的标签，而且如果把数据装在TextBox这类的容 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19594.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19594.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 11 May 2012 03:27:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[甩掉DataList,Repeater，列表数据显示得灵活]]></title>
      <description><![CDATA[ 		在WebForm 显示列表数据我们一般使用服务器控件Repeater、DataList或者GridView ，功强大能，使用简单。但 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19595.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19595.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 11 May 2012 00:55:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在web.config里使用configSource分隔各类配置]]></title>
      <description><![CDATA[ 		configSource简介一：
在web.config 中：&amp;lt;myconfig  configSource=&amp;quot;path/xxx.config&amp;quot; /&amp;gt;
在自定义path/ ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19596.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19596.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 11 May 2012 00:41:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[甩掉ashx/asmx，使用jQuery.ajaxWebService请求WebMethod,Ajax处理更加简练]]></title>
      <description><![CDATA[ 		在WebForm下 开发ajax程序，需要借助于一般处理程序(*.ashx)或web服务(*.asmx)，并且每一个ajax请求，都要 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19597.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19597.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 11 May 2012 00:38:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[读书笔记-web服务器：TcpListener]]></title>
      <description><![CDATA[ 		1             // 取得本机Loopback ：127.0.0.1
 2             IPAddress address = IPAddress.Loopba ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19598.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19598.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 11 May 2012 00:37:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task005）——自定义DateList控件分页显示商品信息]]></title>
      <description><![CDATA[ 		一、数据集Model添加商品信息类ItemInfo.cs。 csharp using System; 
 
namespace WestGarden.Model  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19599.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19599.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 May 2012 06:33:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task004）——数据访问层DAL]]></title>
      <description><![CDATA[ 		一、添加类库DAL，在DAL中添加类Category.cs，并在类库中添加函数GetCategories(),代码如下： using Syst ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19600.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19600.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 May 2012 06:28:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task003）——通用数据库访问函数集SqlHelper类]]></title>
      <description><![CDATA[ 		六、代码页中的类SQLHelpercsharp  using System; 
using System.Data; 
using System.Data.SqlClien ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19601.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19601.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 May 2012 06:26:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task002）——通用数据库访问函数]]></title>
      <description><![CDATA[ 		一、try&amp;amp;hellip;catch&amp;amp;hellip;finally结构csharp  using System; 
using System.Data; 
using System ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19602.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19602.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 May 2012 06:24:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task001）——公共数据集Model]]></title>
      <description><![CDATA[ 		一、把连接字符串放到Web.config文件中html &amp;lt;connectionStrings&amp;gt; 
  &amp;lt;add name=&amp;quot;NetShopConnString&amp;quot; c ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19603.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19603.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 May 2012 06:23:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网上购物系统（Task000）——经典的数据库连接]]></title>
      <description><![CDATA[ 		using System; 
using System.Data; 
 
using System.Data.SqlClient; 
 
namespace WestGarden.Web ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19604.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19604.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 May 2012 06:20:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET多文件批量打包下载]]></title>
      <description><![CDATA[ 		在项目实施中，遇到了将多个文件一起打包后，提供给用户下载。如：在一个ASP.NET的开发项目中，通过一个G ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19605.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19605.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 May 2012 00:44:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.Net之Datalist详解【删除（源码）】]]></title>
      <description><![CDATA[ 		aspx界面
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;
&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;title&amp;gt;DataList控 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19606.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19606.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 May 2012 00:32:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net大文件下载]]></title>
      <description><![CDATA[ 		一个可尝试的方案，使用二进制流下载，下载地址是诸如   http://www.abc.com/down.apsx?fileid=911199    ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19607.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19607.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 10 May 2012 00:29:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何在asp.net mvc3中使用HttpStatusCode]]></title>
      <description><![CDATA[ 		 下载了asp.net mvc 4的源码看了看，没怎么看清楚。不过个人觉得MVC4 beta中Web API这个是比较不错的，虽 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19608.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19608.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 09 May 2012 00:47:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[巧用section在cshtml写入layout中写入head信息 ASP.NET MVC]]></title>
      <description><![CDATA[ 		layout文件中：&amp;lt;head&amp;gt;
&amp;lt;meta charset=&amp;quot;utf-8&amp;quot; /&amp;gt;
&amp;lt;title&amp;gt;@ViewBag.Title&amp;lt;/title&amp;gt;
&amp;lt;link href=&amp;quot;@Url.Co ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19611.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19611.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 09 May 2012 00:41:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC Razor视图引擎攻略]]></title>
      <description><![CDATA[ 		--引子　　看下面一段MVC 2.0的代码。
&amp;lt;%if (Model != null)
{%&amp;gt;
 &amp;lt;p&amp;gt;&amp;lt;%＝Model%&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;%}%&amp;gt;
&amp;lt;%else ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19612.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19612.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 09 May 2012 00:38:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET（C#）验证数字]]></title>
      <description><![CDATA[ 		方法一：
int i=0;
if (!int.TryParse(this.txtPage.Text, out i))
{
   Response.Write(&amp;quot;&amp;lt;script&amp;gt;al ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19613.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19613.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 08 May 2012 05:58:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.ENT前台更改绑定数据的日期格式]]></title>
      <description><![CDATA[ 		1。Eval和Bind的区别
绑定表达式
&amp;lt;%# Eval(&amp;quot;字段名&amp;quot;) %&amp;gt;
&amp;lt;%# Bind(&amp;quot;字段名&amp;quot;) %&amp;gt;区别　1。eval是只读数 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19615.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19615.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 08 May 2012 03:31:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET CastingEnumerable]]></title>
      <description><![CDATA[ 		前言 :
写程式难免，会遇到要使用自订函式来作物件阵列转型。
写了一个物件来做这个动作，跟大家分享。 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19616.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19616.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 08 May 2012 00:54:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET之Datalist详解（分页）]]></title>
      <description><![CDATA[ 		Datalist控件数据源绑定方法和GridView控件基本相似，但要显示数据需要设计控件的模版
Datalist分页源码 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19617.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19617.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 08 May 2012 00:33:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[非服务器控件绑定数据]]></title>
      <description><![CDATA[ 		有些项目经理在面试新人的时候总喜欢问：&amp;amp;ldquo;你在绑定前台页面数据的时候通常怎么帮定？&amp;amp;rdquo;。
其 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19619.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19619.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 08 May 2012 00:31:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于“验证码的制作”的一些补充]]></title>
      <description><![CDATA[ 		上次写了点关于验证码制作的代码，算是学习了Drawing中的一些东西，心里很快活，也乐意为大伙儿做些善事， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19620.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19620.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 07 May 2012 01:08:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET页面之间传递值的几种方式]]></title>
      <description><![CDATA[ 		面传值是学习asp.net初期都会面临的一个问题，总的来说有页面传值、存储对象传值、ajax、类、model、表单 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19622.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19622.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 07 May 2012 01:06:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中js合并，压缩]]></title>
      <description><![CDATA[ 		紧接着上一篇文章js文件 合并 压缩 去掉重复引用 缓存 延迟加载http://www.2cto.com/kf/201205/130024.ht ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19623.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19623.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 06:02:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何理解async和await设计模式和如何应用到.net 4以下的framework]]></title>
      <description><![CDATA[ 		因为开发了一些silverlight的东西，对于异步编程是深恶痛绝，把逻辑撕裂，非常难受。今天在stackOverflow ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19627.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19627.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 03:24:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[FormView显示、更新、插入、删除数据库操作ASP.NET源代码(三)]]></title>
      <description><![CDATA[ 		


三、使用 FormView控件更新数据1、编辑InsertItemTemplate模板，代码如下：html &amp;lt;InsertItemTemp ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19628.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19628.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 01:32:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[FormView显示、更新、插入、删除数据库操作ASP.NET源代码(二)]]></title>
      <description><![CDATA[ 		


二、使用 FormView控件编辑数据
1、编辑EditItemTemplate模板，代码如下：
html
&amp;lt;EditItemTem ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19629.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19629.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 01:30:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[FormView显示、更新、插入、删除数据库操作ASP.NET源代码(一)]]></title>
      <description><![CDATA[ 		 							FormView可分页呈现一个表格的数据，每页只呈现表格中的一项。它的最大特点是可自由编辑模板，一 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19630.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19630.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 01:28:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ADO.NET级别的事务]]></title>
      <description><![CDATA[ 		
  View Code
 
 1  string sqlcon = &amp;quot;server=.;database=webSystem;uid=sa;pwd=&amp;quot;;
 2             S ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19631.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19631.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 00:30:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[网站注册用户密码储存问题]]></title>
      <description><![CDATA[ 		以前我还是个电脑小白的时候，有想过一个问题：我上网的时候输入密码，网站管理员会不会看到我的密码呢？ ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19632.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19632.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 05 May 2012 00:25:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[为什么CustomValidator验证控件在验证DropdownList的时候不能设置ControlToValidate属性]]></title>
      <description><![CDATA[ 		在使用ASP.NET Web Forms开发时，有时会给一些下拉控件，添加自定义验证，但由于对Validator使用的惯性， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19634.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19634.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 04 May 2012 06:22:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net利用listbox查看内部列]]></title>
      <description><![CDATA[ 		 protected void ListBox1_SelectedIndexChanged(object sender, EventArgs e)
    {
 this.ListBox2.I ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19635.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19635.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 04 May 2012 01:06:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET之GridView（2）【自定义】]]></title>
      <description><![CDATA[ 		 在（1）http://www.2cto.com/kf/201204/128905.html提到了如何不编写任何代码实现GridView对数据编辑、分 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19636.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19636.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 03 May 2012 02:41:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[WCF实现上传图片功能]]></title>
      <description><![CDATA[ 		功能介绍:主要是使用WCF框架实现从客户端上传图片到服务端并在服务端显示的基本功能。一、首先创建两Wind ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19637.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19637.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 03 May 2012 01:09:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[TreeView控件的绑定]]></title>
      <description><![CDATA[ 		using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Sy ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19638.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19638.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 03 May 2012 01:02:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[http响应Last-Modified和ETag以及asp.net web api实现]]></title>
      <description><![CDATA[ 		基础知识
1) 什么是&amp;amp;rdquo;Last-Modified&amp;amp;rdquo;?
在浏览器第一次请求某一个URL时，服务器端的返回状态 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19639.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19639.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 02 May 2012 00:44:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[&amp;amp;quot;此页的状态信息无效，可能已损坏。”的解决办法]]></title>
      <description><![CDATA[ 		 在用ViewState进行排序的时候，碰到以下错误，网上搜索后，得到解决方案。具体如下：
1）报错截图：
 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19640.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19640.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 29 Apr 2012 06:43:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net修改注册表（页面打印时页眉、页脚、页边距、背景颜色和图像）]]></title>
      <description><![CDATA[ 		using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using S ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19642.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19642.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 29 Apr 2012 02:16:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一步一步asp.net_ajax类别Tree生成]]></title>
      <description><![CDATA[ 		 关于类别树的多级是一个刚接触ajax和多级类别很头痛的问题,针对那种商品种类繁多,级别层次多更是麻烦的问 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19641.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19641.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 29 Apr 2012 02:14:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[分享3段平时很实用的微代码]]></title>
      <description><![CDATA[ 		一。发送电子邮件
用的dll是微软自带的，觉得挺好用的！！
 
 public class SimpleEmailHelper
    { ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19643.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19643.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sun, 29 Apr 2012 02:12:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[利用缓存来提高网站的性能(Caching to Improve the Performance of Your Website )]]></title>
      <description><![CDATA[ 		您可以提高您站点的访问速度，那么就需要用到cache（缓存），通常可以我们使用cache来处理经常检索的结果 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19644.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19644.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Apr 2012 06:03:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net cache实用]]></title>
      <description><![CDATA[ 		  if (!IsPostBack)//第一次加载
            {
                Stopwatch watch = new Stopwatch();/ ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19645.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19645.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Apr 2012 02:20:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Log4Net使用指南]]></title>
      <description><![CDATA[ 		1           简介
1.1          Log4net的优点：
几乎所有的大型应用都会有自己的用于跟踪调试的API。因 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19646.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19646.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Apr 2012 02:14:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[log4net配置使用说明]]></title>
      <description><![CDATA[ 		此文档是我在&amp;amp;ldquo;大道至简&amp;amp;rdquo;的基础上修改而成，再次表示谢谢！
（一）log4net的标准配置文档示例 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19647.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19647.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Apr 2012 02:13:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[LINQ语句检查空对象的问题]]></title>
      <description><![CDATA[ 		今天在写博客的页面集功能，根据URL去寻找Page，LINQ语句从SitePage的GetModelList()集合中获取符合条件的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19648.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19648.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Apr 2012 00:53:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[深入浅出net泛型编程]]></title>
      <description><![CDATA[ 		.NET 2.0中泛型的出现是一个令人激动的特征。但是，什么是泛型?你需要它们吗？你会在自己的应用软件中使用 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19649.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19649.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 28 Apr 2012 00:38:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用DOM实现文章采集--采集到网页源码]]></title>
      <description><![CDATA[ 		先来个采集网页的代码。
csharp
using System; 
using System.Collections.Generic; 
using System ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19650.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19650.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 27 Apr 2012 02:10:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET数据格式的Format--DataFormatString]]></title>
      <description><![CDATA[ 		我们在呈现数据的时候，不要将未经修饰过的数据呈现给使用者。例如金额一万元，如果我们直接显示「10000」 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19651.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19651.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 27 Apr 2012 01:14:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net学习_分页的设计]]></title>
      <description><![CDATA[ 		分页是每一个程序员都每天都在打交道的东西,分页.一年前,刚接触的时候,根本不知道什么叫做分页,后台,xxx说 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19652.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19652.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 27 Apr 2012 01:07:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[获取GridView的rowdata]]></title>
      <description><![CDATA[ 		protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
        {
          ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19653.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19653.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 27 Apr 2012 01:04:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用DOM实现文章采集--HtmlAgilityPack实现html对象化]]></title>
      <description><![CDATA[ 		搜索一下  HtmlAgilityPack  可以下载都到源码。这里不提供了。简单的代码就可以把html 对象化。
cshar ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19654.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19654.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Apr 2012 06:43:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用DOM实现文章采集--通过jquery语法式的方法采集指定对象的文本]]></title>
      <description><![CDATA[ 		csharp
/// &amp;lt;summary&amp;gt; 
/// DOM查询器，用法跟jquery差不多 
/// &amp;lt;/summary&amp;gt; 
public class DomQue ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19655.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19655.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Apr 2012 06:21:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在asp.net网页中显示Vertical line.]]></title>
      <description><![CDATA[ 		Vertical Line显示效果： 


 使用CSS:border-right: #a5acb5 1px solid; 详细的html code(Highlight部 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19656.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19656.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Apr 2012 00:48:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[后台日志管理和网站信息设计]]></title>
      <description><![CDATA[ 		后台日志设计作为一个完善的网站系统,系统日志是必不可少的,常用的组件Log4net就很不错,不过,这些并不适合 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19657.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19657.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 26 Apr 2012 00:41:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[接口在ADO.NET中的应用]]></title>
      <description><![CDATA[ 		当我们在连接MSSQLSEVER的时候，一般都是  SqlConnection con = new SqlConnection(ConStr);这样的格式格 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19659.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19659.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Apr 2012 01:12:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Ext.Net/Ext JS_Ext.Net.Store检索]]></title>
      <description><![CDATA[ 		本文内容
&amp;amp;bull; Store.getAt(&amp;amp;hellip;) 和 Store.getById(&amp;amp;hellip;)
&amp;amp;bull; Store.getCount(&amp;amp;hellip;) ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19660.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19660.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Apr 2012 01:06:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[最简单的Web服务器事例分析]]></title>
      <description><![CDATA[ 		本案例中应用到得一些类和方法先一一列出来
1.IPAddress类用来表示一个IP地址
　　1.1 IPAddress.Parse ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19661.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19661.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Apr 2012 01:02:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET之Gridview图解（1）]]></title>
      <description><![CDATA[ 		 Gridview是一个表格控件自带编辑，排序、删除等功能。他的数据绑定方式有两种：通过DataSource属性或者D ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19667.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19667.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Apr 2012 00:59:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[System.Web.Caching.Cache删除某键后，希望同时触发其它动作（关键时刻，还是事件靠的住）]]></title>
      <description><![CDATA[ 		System.Web.Caching.Cache是.net为我们提供的一个轻量级的缓存组件，它提供了最基础的增，增过期，删除， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19668.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19668.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Apr 2012 00:58:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一步一步学asp.net_Ajax登录设计]]></title>
      <description><![CDATA[ 		Ajax登录设计任务需求:做一个登录,拥有自动记住账号和密码的功能,要保证安全性,ajax,无刷新,良好的用户体 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19671.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19671.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 25 Apr 2012 00:50:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET独有的精巧泛型设计模式]]></title>
      <description><![CDATA[ 		在.NET发展史中，2.0是具有里程碑意义的一个版本。从这个版本，.NET青出于蓝(Java)，而胜于蓝。在.NET 2. ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19672.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19672.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Apr 2012 02:43:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[山寨一个PetShop（Task002）——数据类库Model]]></title>
      <description><![CDATA[ 		源代码：13033480群共享【操作步骤】一、右击Web&amp;amp;rarr;添加新项Web配置文件二、添加连接字符串html
&amp;lt;c ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19673.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19673.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Apr 2012 02:31:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[山塞一个PetShop（Task001）——经典的数据库连接]]></title>
      <description><![CDATA[ 		源代码：13033480群共享任务一 经典的数据库连接一、操作步骤1、打开代码文件Default.aspx.cs，在函数Pag ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19674.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19674.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Apr 2012 02:29:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[山塞一个PetShop（Task000）——架构]]></title>
      <description><![CDATA[ 		源代码：13033480群共享PetShop4.0，是微软公司为了展示他的Visual Studio的功能，而提供的一个示例源代码 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19675.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19675.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Apr 2012 02:27:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[WPF：图像处理（五）迭代法]]></title>
      <description><![CDATA[ 		csharp
using System; 
 
namespace Splash.Imaging 
{ 
    /// &amp;lt;summary&amp;gt; 
    /// 图像处理： ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19676.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19676.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Apr 2012 02:34:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[WPF：图像处理（四）大津法]]></title>
      <description><![CDATA[ 		
csharp using System; 
 
namespace Splash.Imaging 
{ 
    /// &amp;lt;summary&amp;gt; 
    /// 图像处理： ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19677.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19677.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Apr 2012 02:32:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[WPF：图像处理（三）二值化]]></title>
      <description><![CDATA[ 		csharp文件名称：Binarize.cs
 
开发环境：
    Visual Studio V2010
    .NET Framework 4 Client ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19678.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19678.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Apr 2012 02:30:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[WPF：图像处理（二）灰度化]]></title>
      <description><![CDATA[ 		csharp文件名称：Gray.cs
 
开发环境：
    Visual Studio V2010
    .NET Framework 4 Client Pro ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19679.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19679.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Apr 2012 02:29:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[WPF：图像处理（一）图像文件获取与预览]]></title>
      <description><![CDATA[ 		csharp文件名称：Folder.cs
 
开发环境：
    Visual Studio V2010
    .NET Framework 4 Client P ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19680.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19680.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Apr 2012 02:28:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net代码中尖括号和百分号的用法]]></title>
      <description><![CDATA[ 		1、&amp;lt;%=%&amp;gt; 里面放的变量名，如：
&amp;lt;div&amp;gt;
&amp;lt;h1&amp;gt;Hello World&amp;lt;/h1&amp;gt;
&amp;lt;p&amp;gt;Welcome to Beginning ASP.NET 3.5 on ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19681.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19681.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Apr 2012 01:09:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET多进程间进行互相通讯]]></title>
      <description><![CDATA[ 		在实际应用中我们经常需要实现多个进程之间共享信息，以及实现互相之间的控制传递。我们可以有很多的方法 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19683.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19683.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 21 Apr 2012 06:00:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net通过一般处理程序模拟用户控件数据保持、Ispostback]]></title>
      <description><![CDATA[ 		实现步骤：
1.首先用StringBuiler将所需的表单等&amp;amp;ldquo;画&amp;amp;rdquo;出来，这里用StringBuider而不是直接用 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19685.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19685.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 21 Apr 2012 01:03:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[GZip解压.NET代码]]></title>
      <description><![CDATA[ 		public static byte GZipDecompress(Byte bytes)
        {
            BinaryReader br = null; ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19687.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19687.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 21 Apr 2012 00:48:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于asp.net内的函数.ToString()将数据保留几位小数的总结]]></title>
      <description><![CDATA[ 		 我这里拿一个根据文件大小(多少B)计算文件的大小，比如后缀需要用KB/MB/G来代替，所以就会出现一个单位转 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19688.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19688.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Apr 2012 02:09:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net：百万级以上的数据处理]]></title>
      <description><![CDATA[ 		处理百万级以上的数据提高查询速度的方法：
 1.应尽量避免在 where 子句中使用!=或&amp;lt;&amp;gt;操作符，否则将引擎 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19689.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19689.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Apr 2012 01:40:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[禁用或启用DropDownList的Items]]></title>
      <description><![CDATA[ 		此篇算是对http://www.2cto.com/kf/201204/127918.html重构升级。
因为网友需要不但能禁用还能可以启用D ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19690.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19690.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Apr 2012 00:50:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[artDialog、Ztree初体验]]></title>
      <description><![CDATA[ 		近期正在接触OA系统，并且有使用了几个插件，今天就简单介绍下我在项目中如何使用这两个插件。artDialog： ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19691.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19691.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Apr 2012 00:46:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[让asp.net mvc的Action支持jQuery直接提交的javascript对象]]></title>
      <description><![CDATA[ 		在某些ajax应用中，我们可能会用到如下的场景：
 $.post(&amp;amp;#39;/Test/PostTest&amp;amp;#39;, { values: 1, 2, 3 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19692.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19692.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Apr 2012 00:30:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[基于asp.net的图标控件chart]]></title>
      <description><![CDATA[ 		前段时间，项目中开发用到柱状图，饼图，由于vs上没有这边好的控件，在网上搜索咯下，发现chart控件的评价 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19693.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19693.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 19 Apr 2012 02:12:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一个简单的jsonp例子]]></title>
      <description><![CDATA[ 		现在jsonp很流行看见很多人都写得很复杂，现在给一个简单的调用首先写一个服务端，创建TestHandler.ashx ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19694.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19694.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Apr 2012 05:56:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HttpWebRequest GET HTTPS页面出现IOException: 由于远程方已关闭传输流，身份验证失败。错误的解决方法]]></title>
      <description><![CDATA[ 		再使用 HttpWebRequest 请求 https 协议的页面时，默认情况下会出现 &amp;amp;ldquo;IOException: 由于远程方已关 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19695.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19695.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Apr 2012 01:08:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[RenderControl (asp.net)]]></title>
      <description><![CDATA[ 		当要把一个控件的html代码包括内容输出时（比如导出word或excel或直接输出来，或通过httpxmlrequest返回） ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19696.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19696.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Apr 2012 00:52:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net数据依赖缓存]]></title>
      <description><![CDATA[ 		环境
SQL版本:MSSQL2005
IDE版本:Visual　Studio2010
OS:win7
第一步:找到asp_regsql.exe所在位置,一 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19697.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19697.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Apr 2012 00:50:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[禁用DropDownList的Items]]></title>
      <description><![CDATA[ 		可以先看看效果，被禁用的DropDownList的Items已经无法选取与颜色也变为灰色。 


 刚开始，DropDownL ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19698.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19698.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 18 Apr 2012 00:32:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[datatable序列化与反序列化]]></title>
      <description><![CDATA[ 		// datatable序列化 public string getSendDetailQuery(DateTime timeS, DateTime timeE, string sccount ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19700.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19700.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Apr 2012 02:16:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[利用ADO.NET的体系架构打造通用的数据库访问通用类]]></title>
      <description><![CDATA[ 		说明
在之前周公曾写过针对不同数据库的数据库访问通用类，如针对SQLite的、针对Access的、针对Oracle的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19701.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19701.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Apr 2012 01:34:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net导出word的方法总结（利用response.write方式将html模板导出word，和dsoframer导出word）]]></title>
      <description><![CDATA[ 		最近做项目用到了将整个页面导出word，原来用的dsoframer，发现导出的时候格式不是很好，随找了一个html模 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19702.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19702.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Apr 2012 01:09:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET之数据绑定（2-2）]]></title>
      <description><![CDATA[ 		。。 强类型集合 ：
    在 .NET 框架中 ，在命名空间System.Collections.Generic 中存在与哈希表和Arra ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19703.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19703.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Apr 2012 00:53:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET之数据绑定（2-1）]]></title>
      <description><![CDATA[ 		上一篇：http://www.2cto.com/kf/201204/127279.html

》》》多值绑定：
优点：可以不用编写循环语句就 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19704.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19704.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Apr 2012 00:49:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[控件开发学习笔记（一）——ToolboxData含义]]></title>
      <description><![CDATA[ 		新建一个ASP.NET服务器控件项目，Visual Studio自动产生如下的代码：namespace WebControlLibrary
{
   ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19705.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19705.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Apr 2012 00:48:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net禁止缓存]]></title>
      <description><![CDATA[ 		今天在Windows Server 03 + IE6的环境下运行Asp.net程序，发现打开同一个页面时，只有第一次打开时才执行 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19707.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19707.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Apr 2012 00:43:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net使用listview分页显示数据]]></title>
      <description><![CDATA[ 		 学了这么久的asp.net，越来越发现.net比java简单很多。虽然从程序的实现上C#和java几乎就是相同的，从写 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19711.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19711.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 03:11:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ADO.NET的应用---学习笔记]]></title>
      <description><![CDATA[ 		  ADO.NET的应用----在这里和大家分享一下我的心得，有不明白的或者有更好见解的，可以联系到我的空间留言 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19712.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19712.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 01:48:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用委托的BeginInvoke方法来完成复杂任务的操作]]></title>
      <description><![CDATA[ 		 现在假设我有这样一个窗体（包含一个进度条和一个按钮与两个文本框），在第一个文本框中输入一个数字进行 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19714.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19714.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 01:46:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[已知Random.Next(1,10),产生1至100不重复的随机数据]]></title>
      <description><![CDATA[ 		using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;namespace  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19719.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19719.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 01:40:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[文章抓取之下载图片和文件]]></title>
      <description><![CDATA[ 		来到新公司后第一个任务就是让我给编辑部的人抓文章，文章抓取工具公司已经开发了一个，我也就直接拿来用 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19721.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19721.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 01:37:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[权限管理页面控制]]></title>
      <description><![CDATA[ 		我们知道对于权限管理这块，采取的思想就是RBAC
 每个用户对应一个角色，我们只需要对这个角色进行分配相 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19722.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19722.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 01:34:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net Forms认证在移动平台中遇到的一个问题以及调查过程]]></title>
      <description><![CDATA[ 		我们项目的网站的移动版是基于Asp.Net平台开发的，用户登录也是基于Asp.Net的Forms认证，在整个开发和测试 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19723.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19723.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 01:28:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET数据绑定]]></title>
      <description><![CDATA[ 		1 数据绑定表达式&amp;lt;asp:Literal id=&amp;quot;litEval1&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;amp;#39;&amp;lt;%Eval(&amp;quot;userName&amp;quot;)%&amp;gt;&amp;amp;#39; /&amp;gt;
 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19724.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19724.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 01:21:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[动态添加用户控件]]></title>
      <description><![CDATA[ 		本篇教你动态添加用户控件。
 
为了让用户控件能ASP.NET页面实现动态添加，首先写一个接口IGetUCable， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19725.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19725.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 16 Apr 2012 01:19:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[JQuery+Asp.net MVC实现用户名重名查询]]></title>
      <description><![CDATA[ 		之前写过一篇Post用Ajax查询用户名是否重名http://www.2cto.com/kf/201204/127527.html，这次我们用JQuer ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19726.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19726.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 14 Apr 2012 03:22:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解决ASP.NET TreeView断线问题]]></title>
      <description><![CDATA[ 		默认情况下，ASp.NET TreeView 设置  ShowLines=&amp;quot;True&amp;quot; 后，产生的树在浏览器中查看，出现断线的问题，可 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19727.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19727.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 14 Apr 2012 01:48:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET基础学习(LINQ)]]></title>
      <description><![CDATA[ 		什么是LINQLINQ(发音为link)代表语言集成查询（Language Integrated Query）
详细见LINQ
匿名类型第一个 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19728.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19728.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 14 Apr 2012 00:59:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.Net Session超时的问题]]></title>
      <description><![CDATA[ 		注：用这个方法前需要启动ASP.NET State Service：开始-&amp;gt;运行-&amp;gt;输入 services.msc 回车 找到ASP.NET Stat ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19729.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19729.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 13 Apr 2012 03:11:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET之数据绑定（1）]]></title>
      <description><![CDATA[ 		 ASP.NET 数据绑定一旦指定了 就必须激活,可以通过 DataBind方法来激活，要注意的是DataBind方法必须在Lo ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19730.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19730.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 13 Apr 2012 00:47:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[投票系统分享]]></title>
      <description><![CDATA[ 		前几天完成老师的作业，网上投票系统，今天终于做完了，特地把代码分享一下。
第一个页面代码：
  1 us ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19731.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19731.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 13 Apr 2012 00:41:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net bind()和eval()的区别]]></title>
      <description><![CDATA[ 		eval()方法
在运行时使用反射执行后期绑定计算，因此与标准的ASP.NET数据绑定方法bind相比，会导致性能明 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19732.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19732.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 12 Apr 2012 02:29:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用HttpWebRequest下载经过重定向的文件]]></title>
      <description><![CDATA[ 		使用 req.AllowAutoRedirect = true; 可以直接下载到文件，但不能得到文件名，通过使用req.AllowAutoRedi ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19733.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19733.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 11 Apr 2012 06:54:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net导出Excel方法总结]]></title>
      <description><![CDATA[ 		一：这种方法是把 DataSet的DataTable里面的数据拼接成html的&amp;lt;table&amp;gt;&amp;lt;/table&amp;gt;形式输出。
　　缺点：(1)这 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19734.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19734.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 11 Apr 2012 01:05:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET会话（Session）模式]]></title>
      <description><![CDATA[ 		大家好，已有四个多月没写东东啦。今日抽空就说一下 Session 在 .Net v1.0/v1.1 中的存储模式。大家可在  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19735.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19735.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 11 Apr 2012 01:02:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在ASP.NET中以编程方式设置母版页]]></title>
      <description><![CDATA[ 		在许多情况下，我们需要根据项目的运行情况，在页面运行时才决定使用哪个母版页。例如在企业管理系统中， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19736.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19736.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 11 Apr 2012 01:01:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NETXAML(1)--物件生成]]></title>
      <description><![CDATA[ 		
前言
XAML是微软推出的一种宣告式标记语言，采用XML的格式让开发人员设计应用程序编程接口。在微软近期 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19743.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19743.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 11 Apr 2012 00:35:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET基础扩展系列-事件的实现原理]]></title>
      <description><![CDATA[ 		CLR VIA C#这本书中, 写到了事件的实现原理, CLR是使用委托字段来实现事件的:
// 1. A PRIVATE delegate ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19744.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19744.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Apr 2012 05:54:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net下载文件几种方式]]></title>
      <description><![CDATA[ 		一、//TransmitFile实现下载
protectedvoid Button1_Click(object sender, EventArgs e)
{
/*
微软为 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19745.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19745.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Apr 2012 05:45:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net 用户控件添加自定义事件]]></title>
      <description><![CDATA[ 		对于用户控件的使用有这样的特点。就是，当我们要求一个用户控件要实现特定的功能的时候，他可以在整个网 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19746.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19746.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Apr 2012 02:15:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET中定制自己的委托和事件参数类]]></title>
      <description><![CDATA[ 		一般在实际开发中，对于事件不需要传递数据信息时，像上面的KingTextBox控件的事件，在引发事件时传递的参 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19747.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19747.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Apr 2012 02:12:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET自定义输出缓存提供程序]]></title>
      <description><![CDATA[ 		 我们知道，自从ASP.NET 发布以来，页输出缓存使开发人员能够把由网页、控件及HTTP响应等生成的输出内容存 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19751.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19751.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Apr 2012 01:44:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用委托在用户自定义控件中实现事件响应]]></title>
      <description><![CDATA[ 		假定用户控件(UserControl.ascx)中包含按钮控件AButton，希望实现按AButton按钮时，包含该用户控件的页面 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19752.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19752.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Apr 2012 01:41:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net简单的三层实现功能]]></title>
      <description><![CDATA[ 		在网上看到别人的代码,写下来留着看,欢迎各位指教,有没有工厂模式的学习资料啊,留下给小弟学习学习.
首先 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19754.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19754.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Apr 2012 01:39:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[简单实用的分页类]]></title>
      <description><![CDATA[ 		一、写一个分页类
using System;
using System.Text;
using System.Diagnostics;
namespace Zhuwenfe ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19755.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19755.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 10 Apr 2012 01:31:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net repeat嵌套]]></title>
      <description><![CDATA[ 		
Bind to the Parent Table
1. Start Microsoft Visual Studio .NET.
2. On the File menu, point to  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19756.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19756.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Apr 2012 01:04:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net cookies用法]]></title>
      <description><![CDATA[ 		asp.net cookies用法 比如建立一个名为aspcn，值为灌水小鱼的cookie  HttpCookie cookie = new HttpCooki ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19757.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19757.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Apr 2012 01:02:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 4 ListBox控件无法被禁用]]></title>
      <description><![CDATA[ 		

问题描述
在 ASP.NET 4 的 WebForm 应用程序中，将 ListBox 服务器控件的 Enabled 属性设置为 false ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19758.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19758.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Apr 2012 00:52:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET缓存依赖--SQL Server 2005与SQL Server 2008缓存依赖]]></title>
      <description><![CDATA[ 		其实，在某些方案中，使用带有 SQL 依赖项的缓存可显著提高你的应用程序的性能。例如，假定你正在构建一个 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19759.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19759.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Apr 2012 00:45:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[快速排序代码]]></title>
      <description><![CDATA[ 		using System;
using System.Collections.Generic;
using System.Text;
namespace temp
{
    publi ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19761.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19761.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 09 Apr 2012 00:44:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[C#.net udp点对点聊天程序]]></title>
      <description><![CDATA[ 		客户端向服务器发起连接：
csharp
//设置服务IP，设置UDP端口号  
ipep = new IPEndPoint(IPAddress ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19764.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19764.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 07 Apr 2012 01:19:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net 程序员之关于MVC 2.0 那些事！]]></title>
      <description><![CDATA[ 		MVC到底比webform 好在那？不说那些有的没的。个人觉得MVC最大的好处就是代码集中。复用率高。特别是有时 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19765.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19765.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 07 Apr 2012 00:31:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[提高ASP.Net应用程序性能的方法]]></title>
      <description><![CDATA[ 		现在写一个asp.net的web应用程序变得非常的简单,许多的程序员都不愿花时间去构建一个性能良好的应用程序。 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19766.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19766.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 06 Apr 2012 07:09:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net服务器推送(ServerPush)和客户端拉拽技术]]></title>
      <description><![CDATA[ 		在以往的和服务器端通信技术中，我们多数使用的是AJAX轮询式访问，也就是在Javascript中控制时间间隔，然 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19767.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19767.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 06 Apr 2012 02:04:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用GridView显示进度图片和进度文字的例子]]></title>
      <description><![CDATA[ 		本文主要实例采用CSS将文字显示在图片上的技术。直接复制下面的代码，粘贴成测试文件，直接浏览器即可。A ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19769.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19769.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 06 Apr 2012 01:06:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[下拉框层级绑定]]></title>
      <description><![CDATA[ 		今天用到一个下拉框绑定，要有层级关系显示的，也很简单，就当第一篇博客！　　　/// &amp;lt;summary&amp;gt;
        ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19771.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19771.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 06:33:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET示波器控件范例代码]]></title>
      <description><![CDATA[ 		缘起
同事负责的项目中，会扫描硬件中的某个东西是否存在，因此老板希望对这些扫描结果，能有个图像画的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19772.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19772.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 06:12:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[逃脱Asp.Net MVC框架/枷锁,使用Razor视图引擎]]></title>
      <description><![CDATA[ 		此文应该算Razor引擎浅析的续篇，或者说浅析是此文的前传。
为什么要这么做？
1.  Asp.Net MVC 其实也不 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19773.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19773.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 03:19:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[高亮CheckBoxList选中的项目]]></title>
      <description><![CDATA[ 		先看看效果：

 


准备数据：
 
标准颜色图片，从office2000 Word的标准颜色窗口取出来，并用16进 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19774.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19774.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 01:16:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET页面间数据传递的方法]]></title>
      <description><![CDATA[ 		本文我们将讨论的是asp.net页面间数据传递的几种方法，对此希望能帮助大家正确的理解ASP.NET页面间数据传 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19775.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19775.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 01:14:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET显示渐变图片]]></title>
      <description><![CDATA[ 		最终效果：

 


实现效果，首先准备一张图片，高度为25pixel,宽度为1至3pixel渐变的图片。可以这里 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19776.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19776.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 01:11:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.Net本地化多语言的处理方式]]></title>
      <description><![CDATA[ 		在Asp.Net中可以使用资源文件并重写InitializeCulture()事件来达到多语言的处理方式。
1.建立对应的资源 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19778.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19778.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 01:08:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET注册IIS的另一种方法]]></title>
      <description><![CDATA[ 		运行asp.net页面时，出现如下错误：错误摘要
HTTP 错误 500.19 - Internal Server Error
无法访问请求的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19779.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19779.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 00:47:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET缓存]]></title>
      <description><![CDATA[ 		 


介绍
缓存是在内存存储数据的一项技术，也是ASP.NET中提供的重要特性之一。例如你可以在复杂查询 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19781.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19781.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 00:45:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net运行原理]]></title>
      <description><![CDATA[ 		主要类：　　System.Web.HttpRuntime
　　System.Web.HttpApplicationFactory
　　System.Web.HttpAppl ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19782.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19782.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 00:40:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[掌握TreeView用法]]></title>
      <description><![CDATA[ 		 


DAL层代码：
 1 using System.Collections.Generic;
 2 using System.Data;
 3 using DataTree ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19783.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19783.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 05 Apr 2012 00:38:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 中 ajax 传递数据出现乱码的问题]]></title>
      <description><![CDATA[ 		asp.net中在用ajax格式传递数据到aspx页面时有时会出现乱码，以下为解决方法js中 ：  XmlHttp.open(&amp;quot;POST ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19784.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19784.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 31 Mar 2012 00:39:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ckeditor+代码高亮]]></title>
      <description><![CDATA[ 		最近由于自己想做一个网站形式的代码库，自已写一个在线文本编辑器，对于现在的我来，确实是很不切实际， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19785.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19785.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 31 Mar 2012 00:31:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net使用Mysql乱码处理]]></title>
      <description><![CDATA[ 		在asp.net与mysql数据库打交道的时候，由于配置的问题，会遇到自己写的方法在读取数据库中数据的时候，英 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19787.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19787.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 30 Mar 2012 02:47:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net_基于VS2008+Oracle+PL/SQL开发环境的项目开发]]></title>
      <description><![CDATA[ 		开发基于Oracle数据库的Asp.net的WEB应用程序一、基本环境安装Win7安装配置1.先安装office2007（在vs之后 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19791.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19791.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 30 Mar 2012 02:00:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[自定义类实现ASP.NET的统一身份验证]]></title>
      <description><![CDATA[ 		 在ASP.NET开发过程中，经常会进行身份验证。比较麻烦的做法是，对每个页面添加验证代码。我们知道，ASP. ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19792.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19792.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 30 Mar 2012 01:26:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[对两个数据库中的两个表进行联合查询]]></title>
      <description><![CDATA[ 		最近被问道了一个问题，就是如何对两个数据库里面的表进行联合查询。
后来我就用了最笨的方法实现了。希 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19797.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19797.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 30 Mar 2012 01:20:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET温故而知新学习系列之ASP.NET多线程编程—.NET下的多线程编程临界区（八）]]></title>
      <description><![CDATA[ 		阅读目录
　　一：临界区概述
　　二：临界区操作
　　三：实例
　　四：通过Interlocked类设置临界区 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19799.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19799.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 29 Mar 2012 00:54:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET温故而知新学习系列之ASP.NET多线程编程—.NET下的多线程编程应用程序域（七）]]></title>
      <description><![CDATA[ 		阅读目录
　　一：应用程序域概述
　　二：应用程序域和线程的关系
　　三：线程跨越多个应用程序域实 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19802.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19802.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 29 Mar 2012 00:52:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET温故而知新学习系列之ASP.NET多线程编程—.NET下的多线程编程Thread中委托的使用（六）]]></title>
      <description><![CDATA[ 		上一篇：http://www.2cto.com/kf/201203/123733.html 


阅读目录
　　一：实例
　　一：实例
　　 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19803.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19803.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 29 Mar 2012 00:51:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中操作excel等不存在类型或命名空间名称Office]]></title>
      <description><![CDATA[ 		下午的一个Program中想导入一个EXCEL表，但是先后显示了1.命名空间Microsoft中不存在类型或命名空间名称O ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19804.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19804.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 28 Mar 2012 01:12:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一个可移植数据库操作组件的简单介绍]]></title>
      <description><![CDATA[ 		下载地址：http://www.2cto.com/uploadfile/2012/0328/20120328090222134.rar
getCOn静态类
public  st ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19805.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19805.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 28 Mar 2012 00:59:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[尝试着写自己的代码生成器]]></title>
      <description><![CDATA[ 		 我主要以三层模式为基础，安装昨天的代码加以修改，来完成自己的通用的代码生成器，由于是初学而且专业课 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19806.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19806.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 28 Mar 2012 00:57:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[崩溃吧：Cookie]]></title>
      <description><![CDATA[ 		我们知道窗体页是无状态的，这意味着它们不自动指示序列中的请求是否全部来自于相同的客户端，或者单个浏 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19807.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19807.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 28 Mar 2012 00:54:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 邮件发送 System.Net.Mail]]></title>
      <description><![CDATA[ 		&amp;amp;bull; 前台页面 SendEmail.aspx 代码
 1     &amp;lt;h2&amp;gt;
 2         发送电子邮件演示
 3     &amp;lt;/h2&amp;gt;
 4    ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19809.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19809.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 28 Mar 2012 00:51:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET路由系统实现原理：HttpHandler的动态映射]]></title>
      <description><![CDATA[ 		我们知道一个请求最终通过一个具体的HttpHandler进行处理，而我们熟悉的用于表示一个Web页面的Page对象就 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19810.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19810.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 28 Mar 2012 00:46:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在.NET使用JSON作为数据交换格式]]></title>
      <description><![CDATA[ 		我们知道在.NET中我们有多种对象序列化的方式，如XML方式序列化、Binary序列化，其中XML序列化是一种比较 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19811.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19811.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 27 Mar 2012 03:02:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于DataTable删除行的问题]]></title>
      <description><![CDATA[ 		自己的删除例子（drTemp是表，gvSummary是dev 的gridview。单击右键点击grid删除）：1、dtTemp.Rows.Remo ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19812.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19812.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 27 Mar 2012 02:59:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[初识三层架构]]></title>
      <description><![CDATA[ 		复杂项目不能把SQL语句直接写到程序里，不模块化、难以维护，应该采用三层架构。Web开发中的三层架构也是 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19814.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19814.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 27 Mar 2012 01:07:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[AspNetPager+GridView分页实现]]></title>
      <description><![CDATA[ 		1.框架是.NET Framework 4.0
2.一共为三个部分: 前台页面设计代码、前台页面程序代码、css样式
3.其中数 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19815.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19815.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 27 Mar 2012 00:51:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC路由扩展：链接和URL的生成]]></title>
      <description><![CDATA[ 		ASP.NET 路由系统通过注册的路由表旨在实现两个&amp;amp;ldquo;方向&amp;amp;rdquo;的路有功能，即针对入栈请求的路由和出 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19816.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19816.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 27 Mar 2012 00:34:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[AJAX回传过程中禁止用户重复提交]]></title>
      <description><![CDATA[ 		最近碰到一个问题：页面使用了Ajax，非jQuery，用的是微软的ScriptManager和UpdateProgress。如何在数据回 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19817.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19817.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Mar 2012 03:45:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用Post/Redirect/Get实现Asp.net防止表单重复提交]]></title>
      <description><![CDATA[ 		前面的Post有提到解决Web中表单重复提交的方法，实际上表单重复提交的问题不单是Asp.net，其它动态Page都 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19818.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19818.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Mar 2012 03:40:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net捕获全局异常并且记录日志、多线程方式发送邮件提醒]]></title>
      <description><![CDATA[ 		在软件、网站中难免会出现种种异常，如果你的项目中有未处理的异常并且不想一处处的加异常那么可以借鉴下 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19819.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19819.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Mar 2012 03:35:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[DataTable导出到Excel时身份证号信息自动转换为科学计数法的解决方案]]></title>
      <description><![CDATA[ 		做项目的时候是否遇到过这种问题，我今天遇到了就给大家分享下，在网上找的答案都是针对gridview控件的， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19823.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19823.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Mar 2012 03:34:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net中的对象序列化(2)：三种序列化方式]]></title>
      <description><![CDATA[ 		.Net框架中提供了3中序列化的方式, 分别是:
&amp;amp;bull; Binary Serializer
&amp;amp;bull; Soap Serializer
&amp;amp;bull; ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19822.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19822.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Mar 2012 03:32:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net中的对象序列化(1)： 序列化是什么, 以及一个简单的例子]]></title>
      <description><![CDATA[ 		1. 为什么需要序列化，什么是序列化对于一个程序来说， 使用到的对象都是存在于内存中的。如果想保存这些 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19824.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19824.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Mar 2012 03:31:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET Page执行顺序如：OnPreInit()、OnInit()]]></title>
      <description><![CDATA[ 		using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.We ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19825.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19825.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 26 Mar 2012 02:30:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[当GridView行被CheckBox选择时，高亮背景显示]]></title>
      <description><![CDATA[ 		GridView中的CheckBox被选中时，数据行背景用高亮颜色显示，取消时，恢复原状。Code
 function changeRo ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19827.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19827.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 24 Mar 2012 03:10:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET简化编辑界面]]></title>
      <description><![CDATA[ 		简化用户操作介面，添加功能一般没法简化，但是如果是在GridView做显示，编辑，更新与删除，会让用户在编 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19829.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19829.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 24 Mar 2012 03:08:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[文章的上一篇和下一篇导航 V2]]></title>
      <description><![CDATA[ 		Insus.NET在前段时间，曾分享过一篇文章的上一篇和下一篇导航http://www.2cto.com/kf/201203/123721.html ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19830.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19830.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 24 Mar 2012 03:06:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ashx文件中使用session]]></title>
      <description><![CDATA[ 		在ashx文件中使用session方法1、引用命名空间using System.Web.SessionState;2、继承IRequiresSessionSta ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19833.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19833.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 24 Mar 2012 02:51:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[高性能ASP.NET站点构建之简单的优化措施]]></title>
      <description><![CDATA[ 		我们都知道，不同的部署方式对站点的性能是有影响的，可能有些朋友已经知道了这点，不管怎样，我们这里还 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19839.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19839.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 24 Mar 2012 02:07:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[NET多线程探索-互斥锁，信号量，事件(小新和拆弹部队友情演出)]]></title>
      <description><![CDATA[ 		mutex互斥锁-不准确的时钟概念性的东西：
互斥锁是一个互斥的同步对象，一个时间只有一个线程可以获取它 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19841.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19841.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 23 Mar 2012 01:01:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Html.RenderPartial和Html.Partial在Razor视图中的区别]]></title>
      <description><![CDATA[ 		两者都可以输出一个Partial视图；其区别如下：
1. Partial有返回值(MvcHtmlString)；RenderPartial没有返 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19842.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19842.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 22 Mar 2012 05:45:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET的路由系统：根据路由规则生成URL]]></title>
      <description><![CDATA[ 		前面我们已经提到过，ASP.NET 的路由系统主要具有两个方面的应用，其一就是通过注册URL模板与物理文件路径 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19843.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19843.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 22 Mar 2012 05:41:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在类库中获得Session值]]></title>
      <description><![CDATA[ 		昨天在做优化网站代码的时候，突发奇想想将页面的代码和业务逻辑代码分离开。就是页面下的.cs文件只用于收 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19844.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19844.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 22 Mar 2012 05:39:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[json学习笔记]]></title>
      <description><![CDATA[ 		JSON：JavaScript 对象表示法（JavaScript Object Notation）。
JSON 是存储和交换文本信息的语法。类似 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19845.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19845.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 22 Mar 2012 05:36:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET的事件模型]]></title>
      <description><![CDATA[ 		当我们新建一个ASP.NET的应用程序时，会默认生成一个Default.aspx和Default.aspx.cs页面。
在Default.as ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19846.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19846.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 22 Mar 2012 05:33:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[HttpClient介绍]]></title>
      <description><![CDATA[ 		使用RestSharp 库消费Restful Service http://www.2cto.com/kf/201203/124274.html 中介绍了一个开源的Ht ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19847.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19847.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 22 Mar 2012 05:24:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Repeater 自定义分页+排序+全选删除]]></title>
      <description><![CDATA[ 		csharp
页面代码: 
 
&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeFile=&amp;quot;RepeaterPagingSor ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19848.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19848.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 21 Mar 2012 01:14:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net页面刷新问题]]></title>
      <description><![CDATA[ 		asp.net页面刷新问题,收藏几种方法挺有用的.
第一：
private void Button1_Click( object sender, Syst ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19849.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19849.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 21 Mar 2012 01:13:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[DevExpress控件TreeList的复选框]]></title>
      <description><![CDATA[ 		DevExpress的TreeList要想在节点前面显示复选框,得修改属性OptionsView-&amp;gt;ShowCheckBoxes=True
复选框的子 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19850.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19850.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 21 Mar 2012 00:47:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 错误处理模块]]></title>
      <description><![CDATA[ 		异常可以通过try catch捕捉到，但是难免有几个忘记catch的，这样会导致页面出现500等错误，在本机还是可以 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19851.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19851.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 20 Mar 2012 01:00:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[NET多线程探索-NET线程基础知识点]]></title>
      <description><![CDATA[ 		前台线程和后台线程前台线程：当应用程序结束的时候，前台线程如果没有完成任务，那么前台线程就不会结束 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19852.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19852.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 20 Mar 2012 00:52:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 百分比的算法]]></title>
      <description><![CDATA[ 		1、我们通常想的 A/B 是取摸的运算，永远也取不到我们想要的百分比的。假设（A和B均为int类型）2、要想得 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19853.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19853.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 20 Mar 2012 00:49:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[在线考试系统无刷新倒计时设计方案]]></title>
      <description><![CDATA[ 		在考试系统中难免会有倒计时提示，我们第一想到的是用js的settimeout
但是发现一个问题如果页面刷新则重 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19854.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19854.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 20 Mar 2012 00:42:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.Net中的Attribute]]></title>
      <description><![CDATA[ 		.Net中有Attribute和Property, 中文翻译都是属性，但是它们又非常不同。 常常把Attribute叫做特性以区分。 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19855.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19855.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 20 Mar 2012 00:39:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET中SQL Server数据库访问通用类]]></title>
      <description><![CDATA[ 		　因为帮同学做毕设需要，着手学习ASP.NET。做这种B/S系统，听得最多的就是MVC三层架构。在这个常见的三层 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19856.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19856.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Mar 2012 06:56:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ObjectDataSource未能找到带参数的非泛型方法的的解决以及自定义更新参数的探究]]></title>
      <description><![CDATA[ 		传统ADO.NET的情况下使用ObjectDataSource使得我们可以使用任何数据源作为底层进行CRUD的操作，简单易行。 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19857.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19857.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Mar 2012 06:54:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET温故而知新学习系列之ASP.NET多线程编程—.NET下的多线程编程（五）]]></title>
      <description><![CDATA[ 		阅读目录　　一：委托与线程　　二：委托使用的实例　　三：运行效果　　一：委托与线程　　.委托基础
　 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19858.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19858.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Mar 2012 06:50:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET温故而知新学习系列之ASP.NET多线程编程—.NET下的多线程编程（四）]]></title>
      <description><![CDATA[ 		阅读目录　　一：前言　　二：实例　　三：运行效果　　一：前言　　前一节说了我们创建线程的参数是一个 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19859.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19859.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Mar 2012 06:47:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET温故而知新学习系列之委托与事件—服务器端添加客户端事件（三）]]></title>
      <description><![CDATA[ 		阅读目录　　一：为什么要添加客户端脚本？　　二：ASP.NET服务器控件可以发送两种客户端脚本　　三：ASP ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19860.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19860.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Mar 2012 06:45:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET温故而知新学习系列之委托与事件—服务器端事件（二）]]></title>
      <description><![CDATA[ 		上一篇：http://www.2cto.com/kf/201203/122860.html

阅读目录　　一：ASP.NET窗口事件处理　　二：委 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19861.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19861.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Mar 2012 06:40:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET应用程序]]></title>
      <description><![CDATA[ 		Web应用程序
ASP.NET Web
 
应用程序大部分是ASP.NET Web开发中创建的应用程序类型，也就是ASP.NET We ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19862.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19862.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Mar 2012 06:37:37 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[文章的上一篇和下一篇导航]]></title>
      <description><![CDATA[ 		 当浏览文章时，希望在文章下面有一个导航，就是上一篇和下一篇的功能。可从下三张截图看到效果：

 
 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19863.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19863.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Mar 2012 06:20:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET的路由系统：URL与物理文件的分离]]></title>
      <description><![CDATA[ 		表现为请求地址与目标Controller和Action的动态映射的URL路由系统并不是专属于ASP.NET MVC，而是直接建立 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19864.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19864.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 19 Mar 2012 06:16:31 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[请把不确定变成确定~我想监视我的对象，如果是某个值，就叫另一些方法自动运行]]></title>
      <description><![CDATA[ 		名称有点饶，不是很好理解，但我喜欢这种大白话，不喜欢书所翻译过来的话，呵呵！
今天要把一个不确定的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19865.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19865.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 17 Mar 2012 01:06:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[下面识别OCR验证码用.NET来实现，主要使用到Tesseract组件]]></title>
      <description><![CDATA[ 		下面识别OCR验证码用.NET来实现，主要使用到Tesseract组件。
.NET版本Tesseract下载地址：
http://www. ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19866.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19866.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Mar 2012 03:04:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[详细解析ASP.NET中Request接收参数乱码原理]]></title>
      <description><![CDATA[ 		起因：
今天早上被同事问了一个问题：说接收到的参数是乱码，让我帮着解决一下。
 
实际情景：
 
同 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19867.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19867.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Mar 2012 01:03:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC为HtmlHelper添加一个RadioButtonList扩展方法]]></title>
      <description><![CDATA[ 		在前面一篇http://www.2cto.com/kf/201203/123222.html 文章中，我们通过对HtmlHelper的扩展简化了对Drop ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19868.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19868.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Mar 2012 00:58:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET Framework 2.0高级编程学习笔记（三）：进程与线程]]></title>
      <description><![CDATA[ 		1.  引言
先来个比喻手法：
如果把上课的过程比作进程，那么每个学生就是一个线程，他们共享教室，即线 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19869.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19869.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Mar 2012 00:55:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET Framework 2.0高级编程学习笔记（二）：委托与事件]]></title>
      <description><![CDATA[ 		本文内容：
　　1.  委托定义
　　2.  申明委托
　　3. 委托的实例化
　　4. 委托的调用
　　5. 匿名 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19870.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19870.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Mar 2012 00:43:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET Framework 2.0高级编程学习笔记（一）：类型，泛型，集合]]></title>
      <description><![CDATA[ 		最近在学习.NET Framework 2.0高级编程这本书，感觉挺有意思的，于是根据自己的理解，做了笔记，总结下内 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19871.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19871.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Mar 2012 00:34:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[获取登录IP]]></title>
      <description><![CDATA[ 		View Code
 1 /// &amp;lt;summary&amp;gt;
 2 /// 获取登录IP
 3 /// &amp;lt;/summary&amp;gt;
 4 /// &amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt;
 5  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19872.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19872.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 16 Mar 2012 00:33:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC通过对HtmlHelper扩展简化“列表控件”的绑定]]></title>
      <description><![CDATA[ 		
在众多表单元素中，有一类&amp;lt;select&amp;gt;元素用于绑定一组预定义列表。传统的ASP.NET Web Form中，它对应着一 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19873.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19873.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 01:50:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[将GridView导入到Excel]]></title>
      <description><![CDATA[ 		前几天做项目需要用到将GridView中的数据导入到Excel，原以为很简单，上网搜了一下资料，果然方法不少，于 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19874.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19874.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 01:32:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET中Request.InputStream使用]]></title>
      <description><![CDATA[ 		将数据作为XML数据发送,例如:
public void PostXml(string url, string xml)
{
   byte bytes = Enc ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19875.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19875.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 01:32:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[winform下通过webclient使用非流方式上传(post)数据和文件]]></title>
      <description><![CDATA[ 		这两天因为工作的需要，需要做一个winform上传数据到服务器端的程序。当时第一个想法是通过webservice的方 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19876.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19876.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 01:19:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET数据绑定的一般情况]]></title>
      <description><![CDATA[ 		1、&amp;lt;%=  C#代码  %&amp;gt;  //调用代码隐藏页面的方法、属性、或者字段
这里一般是调用属性和方法比较多，要注 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19877.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19877.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 01:16:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实现.net cms系统 第三篇《大刀阔斧-核心源码》]]></title>
      <description><![CDATA[ 		1 using System;
  2 using System.Collections.Generic;
  3 using System.Linq;
  4 using System.T ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19878.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19878.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 01:02:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实现.net cms系统 第二篇《循序渐进-原理初显》]]></title>
      <description><![CDATA[ 		上篇http://www.2cto.com/kf/201203/122856.html ，通过代码对比，阐述了其写法的优略性。
 &amp;lt;div&amp;gt;
     ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19879.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19879.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 00:58:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[AspNetPager分页插件使用]]></title>
      <description><![CDATA[ 		1、首先把AspNetPager.dll插件引用到你的项目中：
2、前台代码：
1  &amp;lt;%@ Register Assembly=&amp;quot;AspNetPag ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19880.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19880.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 00:54:51 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[查询大数据表的效率对比：Linq to SQL、Entity Framework、企业库存储过程、ADO.Net]]></title>
      <description><![CDATA[ 		最近因为要开发大数据量网站，特作比较。
 
 
Linq to SQL 查询 记录数：399997
Linq to SQL 查询 Mi ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19881.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19881.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 00:44:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET(C#)：线程安全集合的阻塞BlockingCollection的使用]]></title>
      <description><![CDATA[ 		目录
&amp;amp;bull; 1. 限制最大容量：BoundedCapacity
&amp;amp;bull; 2. 禁止加入：CompleteAdding和IsCompleted
&amp;amp;b ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19882.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19882.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 15 Mar 2012 00:34:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[虚方法就一定带有virual（Overridable）吗？]]></title>
      <description><![CDATA[ 		上接http://www.2cto.com/kf/201203/123025.html 的文章，谈到了自定义一个继承于Page的类（姑且称为MyPa ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19883.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19883.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Mar 2012 01:32:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[防止刷新页面提交的方法]]></title>
      <description><![CDATA[ 		检查页面是否通过点击submit按钮而回发的方法是使用IsPostBack，那么有时候我们需要检查一个页面是否被重 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19884.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19884.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Mar 2012 01:29:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[从小错误种得到的感悟]]></title>
      <description><![CDATA[ 		今天刘总在检查我写的程序时，发现我犯了一个很低级的错误。今天写出来，告诫自己以后不要再犯同样的错误 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19885.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19885.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Mar 2012 01:27:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[浅谈 ZipArchive 类]]></title>
      <description><![CDATA[ 		Microsoft .NET Framework 4.5 新增了 ZipArchive 类
Microsoft Windows 8 Consumer Preview 操作系统已 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19886.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19886.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Mar 2012 01:21:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[学习一下.NET文件类库]]></title>
      <description><![CDATA[ 		今天抱着希望问了几个职业的程序员，问个文件类操作问题结果一个都回答不了，感觉就是胡言乱语，只好自己 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19887.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19887.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Mar 2012 01:00:41 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET(C#)：await返回Task的async方法]]></title>
      <description><![CDATA[ 		众所周知，async方法只可以返回void，Task和Task&amp;lt;T&amp;gt;。 对于返回void的async方法，它并不是awaitable，所以 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19888.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19888.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Mar 2012 00:53:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net通过cookie简单实现购物车功能]]></title>
      <description><![CDATA[ 		1，首先建立购物车模型类：using System;
using System.Collections.Generic;
using System.Linq;
usi ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19889.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19889.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Mar 2012 00:52:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[请把不确定变成确定~类中的override]]></title>
      <description><![CDATA[ 		说到override大家都知道，它是复写，子类去复写父类的方法与属性，是，没错，今天主要就说这个复写，如果 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19890.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19890.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 14 Mar 2012 00:50:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET文件类库]]></title>
      <description><![CDATA[ 		 

任何编程语言操作文件都要调用操作系统的应用程序接口来实现，.NET框架提供了功能强大的统一的应用程 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19891.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19891.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Mar 2012 03:48:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET温故而知新学习系列之委托与事件—事件概述（一）]]></title>
      <description><![CDATA[ 		阅读目录　　一：事件概述　　二：ASP.NET中的事件　　三：实例　　四：运行效果　　一：事件概述
　　1 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19892.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19892.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Mar 2012 00:53:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如何通过key获取value值，键找值！多线程单利模式]]></title>
      <description><![CDATA[ 		模拟微软风格的写法，语义极其清晰，上代码
    public partial class ProsessApprove : System.Web.UI. ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19893.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19893.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Mar 2012 00:50:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[实现.net cms系统 第一篇《抛砖引玉-代码对比》]]></title>
      <description><![CDATA[ 		本文代码皆是C#
见识过许多CMS系统，他们功能强大至极，让人佩服。但是，有得必有失，功能强大未必好，毕 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19894.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19894.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Mar 2012 00:48:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET数据控件之Chart的用法]]></title>
      <description><![CDATA[ 		多加一嘴：
如若想使得网站后退按钮，可以考虑使用HiddenField存放Uri，可以加密，也可以通过this.Reque ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19895.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19895.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 13 Mar 2012 00:47:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET中页面加载时文本框内有文字获得焦点时文字消失]]></title>
      <description><![CDATA[ 		ASP.NET中页面加载时文本框内有文字获得焦点时文字消失 &amp;lt;asp:TextBox ID=&amp;quot;txtSearch&amp;quot; runat=&amp;quot;server&amp;quot; Wid ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19896.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19896.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 12 Mar 2012 01:31:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[FileUpload控件使用初步]]></title>
      <description><![CDATA[ 		FileUpload控件使用初步：1.实现文件上传protected void btnSubmit_click(object sender, EventArgs e){i ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19897.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19897.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 12 Mar 2012 01:30:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用SqlHelper的一个小技巧]]></title>
      <description><![CDATA[ 		在数据库设计时，也许会有一些约定，说一下我自己的三点基本硬性规定：
1、所有字段都为可空设定（主键、 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19898.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19898.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 12 Mar 2012 01:28:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net MVC中防止HttpPost重复提交]]></title>
      <description><![CDATA[ 		重复提交的场景很常见，可能是当时服务器延迟的原因，如购物车物品叠加，重复提交多个订单。常见的解决方 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19899.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19899.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 12 Mar 2012 01:23:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于母版页的按钮事件]]></title>
      <description><![CDATA[ 		解决这个问题，首先要明白一件事情，masterpage只是一个容器，它将要装载很多网页，Div是放在哪一个网页内 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19900.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19900.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 10 Mar 2012 00:32:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net xml操作使用方法说明]]></title>
      <description><![CDATA[ 		1.using System.Xml;
2.//初始化一个xml实例
3.XmlDocument xml=new XmlDocument();
4.//导入指定xml文 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19901.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19901.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 10 Mar 2012 00:31:40 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[定制默认系统帐号不能被更新与删除]]></title>
      <description><![CDATA[ 		最近的专案使用这个功能，开发时为程序使用了就定了一个系统帐号如sa，由于某些要求，此帐号不能被更改或 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19902.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19902.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Mar 2012 01:07:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.net中实现双表格同步缩放不变形]]></title>
      <description><![CDATA[ 		项目中有一个表格中需要显示数据，特殊之处在于。表格的数据部需要在本页滚动，而标题头不动。实现很简单 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19903.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19903.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Mar 2012 01:03:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[判断是否为图片文件]]></title>
      <description><![CDATA[ 		ASP.NET实现上传图片文件时或某一文件判断是否为图片文件。可以参考下面简单说明。在System.Drawing.Imag ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19905.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19905.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Mar 2012 01:01:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET实现添加，更新，删除和用DataList显示图片]]></title>
      <description><![CDATA[ 		最近一个专案(VB.NET)中，其中有一个功能，就是让用户在后台管理跑马灯图片。可以实现上传图片，更新图片 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19904.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19904.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Mar 2012 00:58:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET：如何把ashx写到类库里并在页面上调用]]></title>
      <description><![CDATA[ 		最近在调整博客的架构，进一步把表现和业务分离，所以要把之前用ashx搞的那些Http Handler放到类库中。在 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19906.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19906.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Mar 2012 00:54:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 4.5新特性一：强类型数据绑定（Strongly-Type Data-Bindings）]]></title>
      <description><![CDATA[ 		随着ASP.NET 4.5的发布提供了很多的新特性，其中强类型数据绑定（Strongly-Type Data-Bindings）为我们的 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19907.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19907.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Mar 2012 00:52:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[文件流下载 ASP.NET]]></title>
      <description><![CDATA[ 		using System.IO
void Download()
{
    System.IO.FileStream r = new System.IO.FileStream(FileNam ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19908.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19908.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 09 Mar 2012 00:39:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 中Gridview 使用总结]]></title>
      <description><![CDATA[ 		1 数据库中保存图片名称 在gridview 中展示图片
 (1)前台代码
 &amp;lt;asp:GridView ID=&amp;quot;gvwattaxhmentlist&amp;quot;  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19909.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19909.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 03:11:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[DataFormatString的使用]]></title>
      <description><![CDATA[ 		在我们从业务逻辑层获得数据实体时候，接下来的事情就是要绑定到控件中。数据实体中的一些字段可以直接绑 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19910.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19910.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 03:09:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[扩展asp.net表单域的长度]]></title>
      <description><![CDATA[ 		问题：现在asp.net request 表单域的默认长度是1000，如果是超过一千 就会出错，或者request.form取不到1 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19911.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19911.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 02:25:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net4.0框架下验证机制失效的解决办法]]></title>
      <description><![CDATA[ 		ASP.NET请求验证功能为我们提供应用程序的安全保证，避免站点受到XSS跨站脚本攻击。但在有些时候，比如我 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19912.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19912.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 01:27:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET配置文件Web.config 详细解释]]></title>
      <description><![CDATA[ 		一、认识Web.config文件
Web.config文件是一个XML文本文件，它用来储存 ASP.NET Web 应用程序的配置信息 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19913.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19913.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 01:23:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[三层架构小示例]]></title>
      <description><![CDATA[ 		前言:本人由于刚接触不久，所以有许多借鉴的地方，希望大家多多指教。对于三层架构，大家首先要理解它的机 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19914.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19914.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 01:20:23 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ADO.NET操作]]></title>
      <description><![CDATA[ 		连接：
 1 using System.Data.SqlClient;
 2
 3 SqlConnection conn = new SqlConnection(&amp;quot;xxx&amp;quot;); 
  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19915.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19915.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 01:17:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[浅尝三层架构]]></title>
      <description><![CDATA[ 		为什么需要三层结构？
对于开发系统来说，我们要考虑系统性能如何？是否具有足够的容错能力？能否从容应 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19916.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19916.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 01:10:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net下的文件路径的：获得虚拟目录的网站的根目录]]></title>
      <description><![CDATA[ 		string Server.MapPath(string path)
　　返回与Web服务器上的指定虚拟路径相对应的物理文件路径。
　　 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19917.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19917.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 01:02:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net 在三层架构中事务的使用]]></title>
      <description><![CDATA[ 		再我知道的.net中，执行事务有两种方法，一种是自动事物，使用起来相当简单，但是需要配置服务器，如果你 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19918.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19918.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 00:59:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[这两天自己模仿写的一个Asp.Net的显示分页方法 附加实体转换和存储过程]]></title>
      <description><![CDATA[ 		之前自己一直用Aspnetpager控件来显示项目中的分页，但是每次都要拖一个aspnetpager的控件进去，感觉很不 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19919.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19919.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 08 Mar 2012 00:57:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Request.Cookies 和 Response.Cookies 的区别]]></title>
      <description><![CDATA[ 		.NET中提供了读写Cookie的多种方法，Request.Cookies 是客户端通过 Cookie 标头形式由客户端传输到服务器 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19920.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19920.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 07 Mar 2012 01:50:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[smtp发送带附件的邮件（直接将string类型结果保存为附件）]]></title>
      <description><![CDATA[ 		该方式直接保存为HTML文件，也可以是文本文件，其它格式效果不是很好
    MailMessage mmsg = new MailM ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19921.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19921.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 07 Mar 2012 00:53:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[那些年，我收集的一些.net函数。分享给大家，项目中有些是经常用到的。]]></title>
      <description><![CDATA[ 		分享几个常用的函数，希望对大家有帮助。
        一：由于类似在帖子，新闻列表的时候往往有个帖子。这 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19922.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19922.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 06 Mar 2012 00:49:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 上传图片时出现“对路径“D:....”的访问被拒绝]]></title>
      <description><![CDATA[ 		今天在做项目的时候发现上传图片的时候出现对路径拒绝访问的问题  

 解决的办法是在web.config文件的s ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19923.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19923.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 Mar 2012 01:19:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[DataGrid编辑，删除主要代码备用]]></title>
      <description><![CDATA[ 		  #region Web 窗体设计器生成的代码
        override protected void OnInit(EventArgs e)
        { ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19924.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19924.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 Mar 2012 01:11:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[关于资源文件]]></title>
      <description><![CDATA[ 		关于资源文件
现实生活中某些exe或者dll文件需要依赖其它文件得以正常运行，此时如果把该文件直接拷贝到 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19925.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19925.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 Mar 2012 01:06:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[分页]]></title>
      <description><![CDATA[ 		1 #region 全局变量
 2 int currentPage=1;//当前页码
 3 int pageSize=8;//一页显示的记录条数
 4 Da ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19926.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19926.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 05 Mar 2012 00:43:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET MVC3 Razor 项目部署到聚拓互联虚拟主机]]></title>
      <description><![CDATA[ 		搞技术的都知聚拓互联ejutuo.com,他们的平台是net 4.0,mvc 3.0,iis7.5 支持mvc route 扩展，如静态页重写 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19927.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19927.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 03 Mar 2012 00:54:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET C# MVC +Jquery 实现图片上传、剪辑、缩略、水印]]></title>
      <description><![CDATA[ 		前段时间,写了个专门用来缩略和水印图片的! 后来在实际运用中,发现了好多不足地方,后来对进行了一些优化. ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19928.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19928.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 03 Mar 2012 00:50:05 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Not find request .Net FrameWork Data Provider, may be not installed]]></title>
      <description><![CDATA[ 		在学习MVC3.0遇到这样的问题, 在英文版本上会提示这样的错误: not find request .Net Framework Data Pro ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19929.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19929.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Sat, 03 Mar 2012 00:43:42 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 压缩解压缩zip文件]]></title>
      <description><![CDATA[ 		csharp using System; 
using System.IO; 
using System.Diagnostics; 
using Microsoft.Win32; 
  ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19930.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19930.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 01 Mar 2012 03:13:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET使用OpenSSL生成的pem密钥文件(增加size为2048的密钥转换)]]></title>
      <description><![CDATA[ 		上篇随笔 .NET使用OpenSSL生成的pem密钥文件【做电子商务的朋友可能需要】http://www.2cto.com/kf/201202 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19931.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19931.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 29 Feb 2012 00:44:59 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET使用OpenSSL生成的pem密钥文件【做电子商务的朋友可能需要】]]></title>
      <description><![CDATA[ 		NET要使用OpenSSL生成的pem密钥文件，网上资料很少（http://www.faqs.org/rfcs/rfc1421.html，RFC1421文件 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19932.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19932.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 29 Feb 2012 00:40:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net 托管代码与非托管代码]]></title>
      <description><![CDATA[ 		关键是要了解CLR(公共语言运行时)      .Net Framework 是由彼此独立又相关的两部分组成:CLR 和 类库, CL ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19933.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19933.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 28 Feb 2012 02:44:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[LINQ重写博客垃圾图片回收算法]]></title>
      <description><![CDATA[ 		本人博客后台管理模块有个功能，可以扫描图片上传文件夹下所有未被引用的博客。思路很简单，从所有Blog M ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19934.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19934.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 28 Feb 2012 01:12:07 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Async Series #1 初识Async异步编程模型]]></title>
      <description><![CDATA[ 		前言
前今天，在一次Resource Transfer的会议结尾，有人无意中提到了关于Async的问题，很多人知道有这个 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19935.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19935.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 28 Feb 2012 00:54:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[解决ASP.NET 在IIS 7中提示EXT未定义的错误]]></title>
      <description><![CDATA[ 		html
    在系统升级到WINDOWS SERVER 2008 R2后IIS也升级到7.0版本，在发布网站后提示错误：EXT未定义 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19936.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19936.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 24 Feb 2012 01:05:36 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net MVC 实现图片上传剪切]]></title>
      <description><![CDATA[ 		嘿嘿，这是本人第一篇博文，请大家多多指教。
 使用技术：Asp.net MVC与jquery.uploadify,Jcrop
 首先上 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19937.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19937.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 24 Feb 2012 00:57:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net MVC 路由到Areas的三种方式]]></title>
      <description><![CDATA[ 		星期天最累了。。。
Controller
1 return RedirectToAction(&amp;quot;action&amp;quot;, &amp;quot;controller&amp;quot;, new { area = &amp;quot;ar ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19938.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19938.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 24 Feb 2012 00:54:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[MVC中一个表单实现多个提交按钮（一个action搞定添删改）]]></title>
      <description><![CDATA[ 		默认情况下，一个表单只能有一个提交事件，这不难理解，但有时我们需要有多个实现，早在ASP时代就可以实现 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19939.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19939.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 24 Feb 2012 00:53:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Add View -&amp;amp;gt; Strongly-typed view -&amp;amp;gt;Model Class 显示不出来的问题解决]]></title>
      <description><![CDATA[ 		刚开始的时候,每次add view,在model class里找不到domain.entities.Product,也没有管它,自己手填,反正vie ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19940.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19940.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 24 Feb 2012 00:50:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[MVC中业务层是否应该有个基类？它有什么作用？]]></title>
      <description><![CDATA[ 		项目架构Ｎ层结构中，业务层无疑是比较灵活多变，与数据库层紧密联系，又同时约束ＷＥＢ层的中间层，它是 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19941.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19941.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 24 Feb 2012 00:46:57 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[一段创建IIS6网站、应用程序池、设置ASP.NET版本和应用程序名的代码]]></title>
      <description><![CDATA[ 		贴出来，以便查看。C# 代码
string ScriptMaps = @&amp;quot;.asp,C:/WINDOWS/system32/inetsrv/asp.dll,5,GET,HE ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19942.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19942.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 23 Feb 2012 01:42:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[搞了个CSS树节点ico，没有图片哦]]></title>
      <description><![CDATA[ 		知道css中的border用法的一看就懂了。看一下代码：
 html
 &amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTM ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19943.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19943.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 17 Feb 2012 02:30:22 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中TextBox设为只读后的取值问题]]></title>
      <description><![CDATA[ 		在.NET2.0下,当页面上的某个TextBox设置了属性ReadOnly=&amp;quot;True&amp;quot;时，通过客户端脚本给其赋值后，在后台代码 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19944.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19944.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Feb 2012 03:18:33 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中Request.Form使用注意点]]></title>
      <description><![CDATA[ 		我们先看这样一个例子前台代码：&amp;lt;asp:TextBox ID=&amp;quot;TextBox1&amp;quot; runat=&amp;quot;server&amp;quot; ReadOnly=&amp;quot;True&amp;quot; &amp;gt;&amp;lt;/asp:Tex ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19945.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19945.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 16 Feb 2012 03:17:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net的js中获取控件的ClientID]]></title>
      <description><![CDATA[ 		&amp;lt;tr&amp;gt;
                        &amp;lt;td width=&amp;quot;110&amp;quot; height=&amp;quot;35&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;font-weight: bolde ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19946.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19946.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 15 Feb 2012 02:49:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET4.0对服务器控件的ID的控制（节选自周公的博客）]]></title>
      <description><![CDATA[ 		我们知道一个ASP.NET服务器控件有三个ID，即：ID，ClientID和UniqueID。
 ID为服务器控件的服务器标示， ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19947.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19947.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 15 Feb 2012 02:46:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 点击按钮弹出一个页面]]></title>
      <description><![CDATA[ 		在一个页面上单击按钮，弹出一子页面，在操作子页面时父页面不能被操作（如关闭、最小化等）可使用
wind ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19948.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19948.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Feb 2012 01:59:00 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net中，关于gridview的一些简单技巧操作]]></title>
      <description><![CDATA[ 		1、gridview中，显示datatime类型数据时，去掉后面的时分秒，比如1987-12-12 00:00:00，去掉后面的00:00: ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19949.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19949.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Feb 2012 01:56:18 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net c#中获取数据库中指定长度的字段以及字段的前几位]]></title>
      <description><![CDATA[ 		获取数据库中长度为10的字段的内容：select * from 表名 where len(列名)=10； 获取数据库中字段的前5位为 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19950.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19950.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Feb 2012 01:55:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net第三方插件Infragistics中的UltraWebTab控件，切换tab页的ontabclick事件的激活]]></title>
      <description><![CDATA[ 		在使用vs2008环境编程的过程中，为了美化界面，使用了第三方插件Infragistics，在使用其控件UltraWebTab时 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19951.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19951.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Feb 2012 01:54:14 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.net编程中的javascript中调用textbox控件]]></title>
      <description><![CDATA[ 		在.net编程中总是少不了要用到javascript来完善页面的功能，我在编写java脚本时遇到了这一问题：在脚本中 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19952.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19952.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Feb 2012 01:53:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中viewState的应用]]></title>
      <description><![CDATA[ 		我们先看网上的一对问答    
private int x;
protected void Page_Load(object sender, EventArgs e)
 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19953.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19953.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 14 Feb 2012 01:42:06 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net中DropDownList添加“请选择”提示]]></title>
      <description><![CDATA[ 		protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
    ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19954.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19954.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Feb 2012 02:27:03 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Gridview后台添加滑动效果]]></title>
      <description><![CDATA[ 		GridView1_RowDataBound事件在对行进行了数据绑定后激发。
e.Row.RowType判断行的类型。
DataControlRo ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19955.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19955.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Feb 2012 02:19:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[.NET的winform中listview的绑定]]></title>
      <description><![CDATA[ 		private void FrmXMLShow_Load(object sender, EventArgs e)
        {
            // listview样式设 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19956.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19956.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Feb 2012 02:15:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[gridview激发了未处理的事件RowDeleting]]></title>
      <description><![CDATA[ 		.aspx
&amp;lt;asp:TemplateField HeaderText=&amp;quot;删除&amp;quot;&amp;gt;
&amp;lt;ItemTemplate&amp;gt;
&amp;lt;asp:ImageButton ID=&amp;quot;imgBtnDelete&amp;quot; r ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19957.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19957.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 13 Feb 2012 02:10:30 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[向Excel文档中嵌入VBA控件和UserForm并显示]]></title>
      <description><![CDATA[ 		实现环境：Visual Studio 2010, Excel 2010, VSTO 4.0在文档中嵌入一个Commandbutton点击它会显示一个Use ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19958.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19958.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 10 Feb 2012 03:11:32 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[给Outlook 2007的Calendar视图增加个右键菜单项]]></title>
      <description><![CDATA[ 		实现环境：Visual Studio 2010, Office 2007, VSTO 4.0csharp
using System; 
using System.Collecti ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19959.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19959.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 10 Feb 2012 03:10:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[动态生成多个VBE按钮控件并操作它们的属性]]></title>
      <description><![CDATA[ 		实现环境：Visual Studio 2010,Excel 2010, VSTO 4.0vb
Imports Microsoft.Office.Tools.Ribbon 
Imp ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19960.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19960.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 10 Feb 2012 03:09:13 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Outlook打开工享Calendar]]></title>
      <description><![CDATA[ 		其实&amp;amp;hellip;&amp;amp;hellip;通过Outlook的Application我们是不能直接访问人家的Calendar的。所以我们要绕个圈子 ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19961.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19961.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 10 Feb 2012 02:59:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[用OpenXml在文档的尾部添加一个Rich Text Content Control/Plain Text Content Contro]]></title>
      <description><![CDATA[ 		实现环境：Visual Studio 2010, OpenXml SDK 2.0csharp
using System; 
using System.Collections.Ge ]]></description>
      <link>http://www.syue.com/Software/NET/ASPNET/19962.html</link>
      <guid>http://www.syue.com/Software/NET/ASPNET/19962.html</guid>
      <category>ASP.NET</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 10 Feb 2012 02:58:09 +0000</pubDate>
    </item>
  </channel>
</rss>