<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>.Net编程</title>
<link>/tech/net/index.shtml</link>
<description>建站技术  /  .Net编程</description>
<language>zh-cn</language>
<generator>CopyRight&amp;copy; 2008 IDCser.com All Rights Reserved</generator>
<webmaster>idcser.com@163.com</webmaster>
<item>
    <title>ASP.NET中XML数据的处理</title>
    <link>/tech/net/20081203/3470.shtml</link>
    <description>SqlDataSource和ObjectDataSource控件都是平面表格式的数据源控件，操作也相对简单，在这里我就不细说了。
ASP.NET中XML数据是怎样的处理呢？下面就详细讲解。

在这里我主要谈下用于连接XML文件的XmlDataSource和用于连接站点导航数据的SiteMapDataSource这两个层次数据</description>
    <pubDate>2008-12-03</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Jadu: 将 PHP 编译成 .NET</title>
    <link>/tech/net/20081203/3469.shtml</link>
    <description>内容管理公司 Jadu 最近发布了一个工具，可以让 PHP 和 .NET 这对冤家和平共处。他们开发了一个叫做 Phalanger PHP compiler&amp;nbsp;的工具，可以将 PHP 程序编译成本地 .NET 程序执行。他们还准备将这一工具开源。
&amp;nbsp;
据 Jadu CEO Suraj Kika 介绍，这个工具对 PHP 程序</description>
    <pubDate>2008-12-03</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>浅析.NET 3.5 SP1中的JIT增强</title>
    <link>/tech/net/20081203/3468.shtml</link>
    <description>在.NET平台里，大部分编译器的优化并不是通过VB和C#编译器来完成的。它们宁可把优化的处理推后到CLR的即时（Just In Time，JIT）编译器读取IL，并转换为原生机器码的时候来完成。由于这个原因，对JIT的改变会极大地影响之前编译好的程序集。
一个主要的影响就是内联函数（In</description>
    <pubDate>2008-12-03</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>编程使用资源文件实现多语言页面(In Action)</title>
    <link>/tech/net/20080912/3260.shtml</link>
    <description>需求：我们的ASP.NET站点需要提供多语言支持，考虑到我们使用的是ASP.NET2.0，我们可以利用资源文件来实现。
NOTE：这里我们使用编程的方法实现，使用其他方法，请参见：
http://msdn2.microsoft.com/en-us/library/c6zyy3s9.aspx
接下来我们演示一个简单的例子
Steps</description>
    <pubDate>2008-09-12</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>．Net编程的多个小技巧</title>
    <link>/tech/net/20080912/3258.shtml</link>
    <description>VS.Net IDE&amp;nbsp; 
如何改变region的颜色 
通过工具 à 选项 à 环境 à 字体和颜色 à 可折叠文本设置 
WinForm 
1．如何使winForm不显示标题栏？ 
通过设置form的Text属性为空字符串，设置ControlBox属性为false 
form1.Text = string. Empty; 
form1.ControlBox</description>
    <pubDate>2008-09-12</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>asp.net2.0学习历程-菜鸟到中级程序员的飞跃</title>
    <link>/tech/net/20080912/3255.shtml</link>
    <description>如果你是一个菜鸟或者自认为初学者那么本文非常适合你。
不能说这30本书就是最佳组合，但是可以说这个组合不差；本人曾博览群书，很多书重复，很多书讲的不适用，这些书都是目前书店可以买到的；达到中级程序员以后怎么成为高级程序员就靠你自己了，而此时你已经有辨明是非</description>
    <pubDate>2008-09-12</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>asp.net如何连接sql server2000数据库</title>
    <link>/tech/net/20080911/3198.shtml</link>
    <description>大家好,以下是有关ASP.net连接SQL Server2000数据库的例程，
在这里和大家分享一下：
Asp.net连接SQL Server2000数据库例程详解: 




以下为引用的内容：&amp;lt;%@ Import Namespace=&quot;System.Data&quot; %&amp;gt; &amp;lt;%@ Import NameSpace=&quot;System.Data.SqlClient&quot; %&amp;gt; &amp;lt;sc</description>
    <pubDate>2008-09-11</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>FCKeditor 2.6在ASP.NET中的配置方法</title>
    <link>/tech/net/20080911/3197.shtml</link>
    <description>FCKEditor目前的最新版本是2.6，但支持.NET的DLL版本还是2.5，本文介绍FCKEditor2.6在ASP.NET中的配置方法。本文的示例下载地址(包含了整个解决方案及网站，下载后即可使用)：地址：http://www.china-aspx.com/Forum/showtopic-57.aspxFCKEditor官方下载地址：http://www.fck</description>
    <pubDate>2008-09-11</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>使用ASP.NET开发移动通讯的几种方法</title>
    <link>/tech/net/20080911/3196.shtml</link>
    <description>现在的消费者不仅仅要求通过个人电脑访问互联网上的资源，他们还需要通过别的方式来访问，网站的设计者对此感到很苦恼。他们的第一个本能的反映是通过一个现有的Web网站来创建多个导航路径。很多Web开发者使用这种机制来解决不同版本的浏览器对HTML规范的支持程度不一样的</description>
    <pubDate>2008-09-11</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET 2.0的URL映射的实现方法</title>
    <link>/tech/net/20080910/3130.shtml</link>
    <description>URL映射是ASP.NET 2.0中提供的新特性。URL映射技术帮助我们将一个特定URL映射为另一个URL。为了帮助理解，我们假设你在站点有一个叫Homepage.aspx的页面来访问主页，所有的用户也都用这个页面来访问你的主页。但由于某些原因，你要将主页改为OriginalHome.aspx。此时使用UR</description>
    <pubDate>2008-09-10</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>如何在Asp.net中使用HtmlArea编辑器</title>
    <link>/tech/net/20080910/3129.shtml</link>
    <description>HtmlArea是一款很简洁的WTYSWTYG编辑器，以前我用的是FreeTextBox,缺点很多，运行速度慢，架构太复杂，不支持ajax等等，前面还特地写了一篇文章《Ajax中的UpdatePanel与Freetextbox兼容问题的初步解决方法》，现在终于痛下决心砍了。
HtmlArea是纯JS+Html的编辑器，理论上可</description>
    <pubDate>2008-09-10</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET 2.0 中实现跨页提交</title>
    <link>/tech/net/20080910/3120.shtml</link>
    <description>在ASP.NET 1.x的时候，很多朋友可能需要进行跨页提交的处理，也就是从页面A能够提交到页面B，甚至不同的Control其目标处理页面也各不相同。尤其是从ASP/JSP/PHP转过来的开发人员，可能更有这种需求。但很不幸，在ASP.NET 1.x的时候，处理这种跨页请求是十分丑陋的，需要非常</description>
    <pubDate>2008-09-10</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>在ASP.NET中自动给URL加上超级链接</title>
    <link>/tech/net/20080909/3037.shtml</link>
    <description>作为一个程序员，在完成设计后还要根据程序的情况以及用户的反映不断对程序进行改进，这样才能不断地完善自己的作品。我在制作完软件商务网 http://www.bizsofts.com 的论坛后，发现人们总喜欢在帖子中加上各种有用的URL链接或Email地址。而我当初设计时没有考虑到这一点，使</description>
    <pubDate>2008-09-09</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>在ASP.NET中怎么用Session判断用户是否登录?</title>
    <link>/tech/net/20080909/3036.shtml</link>
    <description>代码很简单的,我把我平时写过的贴出来给大家看看:




以下为引用的内容：
if (bResult == true)&amp;nbsp;&amp;nbsp; //登录的用户名和密码正确&amp;nbsp;&amp;nbsp;&amp;nbsp; {//保存登录的用户名Session[&quot;LoginUser&quot;] = FormatString.Replace(txtLoginUser.Text);&amp;nbsp; //这里就是给se</description>
    <pubDate>2008-09-09</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>C#是一种新的语言？或者仅仅只是Java</title>
    <link>/tech/net/20080909/3035.shtml</link>
    <description>最开始时微软公司将Java当做一种能解决C和C++中存在的问题的语言，并不在意，并继续维持和培训着其C和C++技术和编程人员。接下来不幸的是，正当微软尽力在Visual J++基础上拓展Java功能，并使之与Windows操作系统紧密结合在一起的时候，Sun公司对微软提出法律诉讼说其违反</description>
    <pubDate>2008-09-09</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>在网页中动态的生成一个图片</title>
    <link>/tech/net/20080908/2950.shtml</link>
    <description>大家知道股票网站的K线图是动态生成的定时刷新PHP 就有动态生成图片的功能.那么怎样用asp.net在网页中动态的生成一个图片呢？下面我要举的例子是动态的生成一个图片显示当前时间.





以下为引用的内容：namespace Wmj{using System;using System.Drawing;using Sys</description>
    <pubDate>2008-09-08</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET中Datagrid常见错误</title>
    <link>/tech/net/20080908/2949.shtml</link>
    <description>摘要：学习如何避免在使用 ASP.NET Datagrid 控件进行开发时可能发生的一些常见错误。 
Datagrid 控件是 Microsoft? ASP.NET 中功能最强、用途最广的 Web 控件之一，这一点已经得到了 ASP.NET 权威人士的认同。虽然 Datagrid 控件易于使用，但同样易于给使用者带来麻烦。</description>
    <pubDate>2008-09-08</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>C#实现的18位身份证格式验证算法</title>
    <link>/tech/net/20080908/2948.shtml</link>
    <description>18位身份证标准在国家质量技术监督局于1999年7月1日实施的GB11643-1999《公民身份号码》中做了明确的规定。 GB11643-1999《公民身份号码》为GB11643-1989《社会保障号码》的修订版，其中指出将原标准名称&quot;社会保障号码&quot;更名为&quot;公民身份号码&quot;，另外GB11643-1999《公民身份号码</description>
    <pubDate>2008-09-08</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Asp.net中的页面乱码的问题</title>
    <link>/tech/net/20080908/2947.shtml</link>
    <description>1.&amp;lt;globalization &amp;nbsp;requestEncoding=&quot;gb2312&quot; &amp;nbsp;responseEncoding=&quot;gb2312&quot; &amp;nbsp;/&amp;gt; &amp;nbsp;或者 &amp;nbsp;&amp;lt;META http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=gb2312&quot;&amp;gt; &amp;nbsp;&amp;nbsp;2.下载文件时指定文件名，中文的文件名出现了乱码？ &amp;nbsp;R</description>
    <pubDate>2008-09-08</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET中利用存储过程实现模糊查询</title>
    <link>/tech/net/20080905/2872.shtml</link>
    <description>一、建立存储过程 在MSSQL中的Northwind数据库中为employess表新建存储过程(作用按LastName进行模糊查询）： &amp;nbsp;&amp;nbsp; &amp;nbsp; CREATE PROCEDURE Employess_Sel @lastname nvarchar (20) &amp;nbsp; AS &amp;nbsp; select lastname from Employees where lastname like '%' + @las</description>
    <pubDate>2008-09-05</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET 2.0中构造个性化网页</title>
    <link>/tech/net/20080905/2871.shtml</link>
    <description>在WEB应用中，我们经常要创建个性化的网页。什么是个性化的网页呢？举个例子，大家经常使用熟悉的搜索引擎google,当我们设置了每次要使用的个性化语言偏好，比如使用中文后，在下次使用google时，则google会出现中文界面的页面，十分方便。在asp.net 2.0中，我们可以使用prof</description>
    <pubDate>2008-09-05</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>.net教程：ASP.NET GridView的分页功能</title>
    <link>/tech/net/20080905/2870.shtml</link>
    <description>要实现GrdView分页的功能。 操作如下： 1、更改GrdView控件的AllowPaging属性为true。 2、更改GrdView控件的PageSize属性为 任意数值（默认为10） 3、更改GrdView控件的PageSetting-&amp;gt;Mode为Numeric等（默认为Numeric）该属性为分页样式。 GridView属性设置好了，从页面</description>
    <pubDate>2008-09-05</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.Net中无刷新执行Session身份验证</title>
    <link>/tech/net/20080905/2869.shtml</link>
    <description>在写一个客户的B/S结构应用程序时，突然发现一个技巧，不知道是否是MS的一个BUG，给相关的有研究的朋友原先考虑写一个检查Session的类，Session失效后，必须转向登陆页面，可每一个调用该类的页面，在不同的WEB路径下，所以转到登陆页面的URL都不同，每个页面都要调用和设置</description>
    <pubDate>2008-09-05</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>用事实说话！AJAX应用程序开发七宗罪</title>
    <link>/tech/net/20080904/2784.shtml</link>
    <description>AJAX bandwagon是个好去处。它带给你更快、更高效、更强动态的应用。但它也有自身的缺陷。
初一看，具备一些常识似乎就能避免这些缺陷，在一定程度上，的确如此。但从DHTML起源来看，AJAX应用程序充满了结构性差异。不论你在应用程序开发工作中掌握了多少常识，从别人犯的错</description>
    <pubDate>2008-09-04</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>迁移你的Web页面到ASP.NET AJAX 1.0</title>
    <link>/tech/net/20080904/2783.shtml</link>
    <description>如果你在Web站点中使用了AtlasControlToolkit，那么这篇文章有助于迁移你的Web页面到ASP.NETAJAX1.0，翻译自ASP.NETAJAXControlToolkit网站。随着ASP.NETAJAX1.0Beta版的发布，带来了很多根本性的变化，其中的一个变化就是从原先的版本中移除了“TargetProperties”对象。幸</description>
    <pubDate>2008-09-04</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET2.0向其它网页传递信息的方法</title>
    <link>/tech/net/20080904/2781.shtml</link>
    <description>传统办法
为了便于比较，我想花一分钟来回顾网页传递数据的老方法。HTML的表格元素有一个action(动作)属性，用来指定服务器端哪项资源(所谓资源，是指一个网页、一段脚本、程序等)来处理这些提交的数据。下面的代码便是一个样例。





&amp;nbsp;&amp;lt; html&amp;gt; &amp;lt; head</description>
    <pubDate>2008-09-04</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>SQL Server 2005中插入XML数据方法</title>
    <link>/tech/net/20080903/2721.shtml</link>
    <description>SQL Server 2005数据库中增加了XML类型，在创建表的时候可以指定某一列为XML类型，示例如下：




CREATE TABLE customers ( name VARCHAR(20) NOT NULL PRIMARY KEY, description XML ) 
向XML类型的列中插入数据基有三种办法:
1.直接使用字符串,示例如下：</description>
    <pubDate>2008-09-03</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>基于 pureXML 技术的数据库表结构扩展</title>
    <link>/tech/net/20080903/2720.shtml</link>
    <description>信息系统交付使用之初，数据库表结构的设计往往逻辑结构清晰，管理使用方便，但是当信息系统项目运行一段时间，随着业务的不断变化和增加，处理流程不断的变革，信息系统需要从前台界面到后台数据库的完善和修改，势必要对数据库表结构必须要进行扩展。我们通常的数据库扩展</description>
    <pubDate>2008-09-03</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>用XML+JSP实现网页内容动态显示的方案</title>
    <link>/tech/net/20080903/2719.shtml</link>
    <description>一、xml技术简介
XML(eXtensible Markup Language??可扩展标记语言)是一种 扩展的源标记语言，是可以定义其他语言的语言。
它是SGML的一个简化子集，这个子集是专为Web环境设计的，这就是说，它必须处理面向数据处理的(而不是面向发布的)、生存期短的(实际上是动态产</description>
    <pubDate>2008-09-03</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>利用缓冲技术提高JSP程序的性能和稳定性</title>
    <link>/tech/net/20080902/2646.shtml</link>
    <description>一、概述 
在Web应用中，有些报表的生成可能需要数据库花很长时间才能计算出来；有的网站提供天气信息，它需要访问远程服务器进行SOAP调用才能得到温度信息。所有这一切都属于复杂信息的例子。在Web页面中加入过多的复杂信息可能导致Web服务器、数据库服务器负荷过重。JSP代</description>
    <pubDate>2008-09-02</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>编程技巧 用Asp.net动态生成html页面</title>
    <link>/tech/net/20080902/2645.shtml</link>
    <description>此功能适用于后台数据库功能不强的web站点，即大部分文本不是存放在数据库的记录中，而是放在html文件或者xml文件中，仅仅把索引放到数据库中，如文章标题、类别、查询关键字等。这样适合于后台没有诸如MS Sql Server这样的数据库支持的Web站点。适用于新闻发布系统，比如sin</description>
    <pubDate>2008-09-02</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>在asp.net 2.0 中使用的存储过程解析</title>
    <link>/tech/net/20080902/2644.shtml</link>
    <description>以下是SQL中两个存储过程: CREATE PROCEDURE dbo.oa_selectalluser 
AS 
select * from UserInfo 
GO 
CREATE PROCEDURE dbo.oa_SelectByID 
@id int 
AS 
select * from UserInfo where ID=@id 
GO 
一个是带参数的存储过程,一个是不带参数的存储过程.下面介绍怎</description>
    <pubDate>2008-09-02</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>用 asp.net 动态设置 WebService 引用</title>
    <link>/tech/net/20080901/2565.shtml</link>
    <description>有时候需要动态的设置 WebService 的址，这样发布到不同的服务器时就要重新生成，为此我们需要在web.config中动态配置WebService的地址，在网上查了很多资料，其中这种方法感觉很好用也很好实现，原文VB.NET实现。本人已改为C#版
首先手动的添加一个Web引用(这个就不用说</description>
    <pubDate>2008-09-01</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>新手入门之ASP.NET2.0中的缓存技术解析</title>
    <link>/tech/net/20080901/2564.shtml</link>
    <description>ASP.NET2.0提供如下缓存方式： 
Output Caching 
Fragment Caching 
Data Cache 
SQL Cache 
Cache Configuration
1. Output Caching： 
当一个网页被频繁访问时，我们可以把把整个网页缓存起来提高效率，当用户在此访问时，被格式化好的HTML被直接送到客户端。</description>
    <pubDate>2008-09-01</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET常用的三十三种实用代码</title>
    <link>/tech/net/20080901/2563.shtml</link>
    <description>1. 打开新的窗口并传送参数： 
传送参数：




response.write(&quot;＜script＞window.open(’*.aspx?id=&quot;+this.DropDownList1.SelectIndex+&quot;&amp;amp;id1=&quot;+...+&quot;’)＜/script＞&quot;)接收参数：




string a = Request.QueryString(&quot;id&quot;);string b = Request.QueryString</description>
    <pubDate>2008-09-01</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>asp.net编程中实现 MD5 加密</title>
    <link>/tech/net/20080829/2495.shtml</link>
    <description>现在制作的web系统需要用到加密 依旧选择md5吧（其实我也就用过md5^_^） 
找到了两种实现 
方案一：





/**//// /// 用md5加密 /// /// 输入的数据 /// public static string MD5(string Sourcein) ...{ MD5CryptoServiceProvider MD5CSP = new MD5CryptoServicePr</description>
    <pubDate>2008-08-29</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET备份恢复SqlServer数据库</title>
    <link>/tech/net/20080829/2494.shtml</link>
    <description>备份SqlServer数据库核心技术：



using System.Data.SqlClient;using System.IO;string SqlStr1 = &quot;Server=(local);DataBase=master;Uid=sa;Pwd=&quot;;string SqlStr2 = &quot;Exec sp_helpdb&quot;;string SqlStr1 = &quot;Server=(local);database='&quot; + this.DropDownList1.SelectedValu</description>
    <pubDate>2008-08-29</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Asp.Net输出数据到EXCEL表格中</title>
    <link>/tech/net/20080829/2493.shtml</link>
    <description>其实，利用ASP.NET输出指定内容的WORD、EXCEL、TXT、HTM等类型的文档很容易的。主要分为三步来完成。 
一、定义文档类型、字符编码 
&amp;nbsp;




Response.Clear(); &amp;nbsp;Response.Buffer= true; 
&amp;nbsp;Response.Charset=&quot;utf-8&quot;; 
&amp;nbsp;//下面这行很重要， attac</description>
    <pubDate>2008-08-29</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Asp.net Ajax--Calendar控件使用</title>
    <link>/tech/net/20080828/2417.shtml</link>
    <description>简介 Calendar控件是一个很简单的控件，主要用来在页面中提供日历的选择，其实现在已经有很多用javascript写的日历控件，但是Canlendar日历控件能够让我们更快速地来实现这种效果，只需要进行一些简单的设置即可。重要属性TargetControlID：用来显示选择日期的控件，改控件必</description>
    <pubDate>2008-08-28</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>用ASP.Net实现在线压缩和解压缩</title>
    <link>/tech/net/20080828/2416.shtml</link>
    <description>我们经常会遇到批量上传的问题，也会遇到将某个目录下所有文件都上传到服务器上的问题。那么，如何解决此类问题呢？以前的技术一般采用ActiveX等方式，这里笔者采用SharpZlib来实现，听说VS2005已有压缩和解压缩的解决方案，笔者还没有时间用VS2005，所以就只好使用VS2003 +</description>
    <pubDate>2008-08-28</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>让ASP.NET程序自动为URL加上超级链接</title>
    <link>/tech/net/20080828/2415.shtml</link>
    <description>作为一个程序员，在完成设计后还要根据程序的情况以及用户的反映不断对程序进行改进，这样才能不断地完善自己的作品。我在制作完软件商务网 的论坛后，发现人们总喜欢在帖子中加上各种有用的URL链接或Email地址。而我当初设计时没有考虑到这一点，使得这些URL链接或Email地</description>
    <pubDate>2008-08-28</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>编程高手 ASP.NET 状态管理</title>
    <link>/tech/net/20080827/2341.shtml</link>
    <description>一般而言，HTTP协议是非状态服务，它不保存任何用户请求信息。直至NetScape开始使用Cookies来保存用户请求信息，Web应用程序有了极大的发展。现在ASP.NET程序员可以使用很多种方式来保存用户请求信息。 下面主要介绍ASP.NET关于状态管理的几种方式。 
客户端 ASP.NET，提</description>
    <pubDate>2008-08-27</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET2.0MasterPage技巧总结</title>
    <link>/tech/net/20080827/2340.shtml</link>
    <description>好久没有更新博客了，想了想写一篇总结一下关于MasterPage的小技巧，都是自己在实际工作中遇到问题-&amp;gt;解决问题发现，有更好的方法大家可直接指出。 
1、关于MasterPage和Frameset的使用：网上很多帖子争论到底用MasterPage还是Frameset，我觉得导航树的系统还是Frameset</description>
    <pubDate>2008-08-27</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>flash菜单与asp.net进行交互</title>
    <link>/tech/net/20080827/2339.shtml</link>
    <description>最近想做一个flash的菜单与asp.net进行交互. 参考了很多网上的资料，最后有以下心得，写出来记一下。 
一、动态加载菜单 菜单的内容如下(menu.xml): 
如果动态加载呢? 
1)把以menu.xml文件放到网站的根目录之下,然后在flash的as中写如下的as脚本. 




mymenu = new</description>
    <pubDate>2008-08-27</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET1.1中动态树的实现</title>
    <link>/tech/net/20080827/2338.shtml</link>
    <description>因为ASP.NET1.1没有像ASP.NET2.0那样默认提供TreeView控件，所以ASP.NET1.1中实现动态树就不像ASP.NET2.0中那样简单了，但是也并没有复杂多少,只是多了点步骤而已。下面就让我们分三步来在ASP.NET1.1中建立一个组织机构的动态树显示。 
首先我们需要下载一个Microsoft提供</description>
    <pubDate>2008-08-27</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>asp.net读取数据库乱码的解决完全方案</title>
    <link>/tech/net/20080826/2265.shtml</link>
    <description>在下面的映射表中加入gb2312 和gbk，就不会有乱码了，源码在下面提供一位网友写的程序改了改 





private static void LoadCharsetMap() { mapping = new Hashtable(); 
mapping.Add( &quot;big5&quot;, &quot;big5&quot; ); // Traditional Chinese mapping.Add( &quot;sjis&quot;, &quot;sjis&quot; ); //</description>
    <pubDate>2008-08-26</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET 设计中的 N 个技巧</title>
    <link>/tech/net/20080826/2261.shtml</link>
    <description>asp.net中DataGrid双行跨列表头设计心得！ 一、DataGrid的属性设置 　　1. AllowPaging: true 　　2. PageStyle-&amp;gt;Position: TopAndBottom 3. 可选：PageStyle-&amp;gt;HorizonAlign: Center(使文本居中显示) 　　4. 可选：ItemStyle-&amp;gt;HorizonAlign: Center(使文本居中显</description>
    <pubDate>2008-08-26</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>asp.net中生成缩略图并添加版权</title>
    <link>/tech/net/20080826/2260.shtml</link>
    <description>//定义image类的对象Drawing.Image image,newimage;//图片路径protected string imagePath;//图片类型protected string imageType;//图片名称protected string imageName;
//提供一个回调方法,用于确定Image对象在执行生成缩略图操作时何时提前取消执行//如果此方法确定 G</description>
    <pubDate>2008-08-26</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.Net用MD5和SHA1加密的几种方法</title>
    <link>/tech/net/20080825/2182.shtml</link>
    <description>首先简单介绍一下MD5和SHA1: 
MD5的全称是Message-Digest Algorithm 5（信息-摘要算法），在90年代初由Mit Laboratory for Computer Science和Rsa data security inc的Ronald l. rivest开发出来，经md2、md3和md4发展而来。它的作用是让大容量信息在用数字签名软件签署私人</description>
    <pubDate>2008-08-25</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>asp.net客户端回调功能的实现机制</title>
    <link>/tech/net/20080825/2181.shtml</link>
    <description>实现的过程基本上就是：让要实现客户端回调功能的页面或者空间实现System.Web.UI.ICallbackEventHandler的接口，即2个方法：void RaiseCallbackEvent(string eventArgument)，这个是当客户端触发服务器端事件的委托方法，string GetCallbackResult();这个是返回客户端需要</description>
    <pubDate>2008-08-25</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>

</channel>
</rss>
