<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0' xmlns:dc='http://purl.org/dc/elements/1.1/'>
<channel>
<title>365Key-天天网摘 - genson的网摘(asp.net)</title>
<description>365Key-天天网摘 - genson的网摘(asp.net)</description>
<link>http://www.365key.com/rss/genson/asp.net/</link>
<generator>365Key (http://www.365key.com)</generator>
<language>zh-cn</language>
<docs>365Key-天天网摘 精彩导航</docs>
<image>http://counter.csdn.net/pv.aspx?id=88</image>
<item>
<title>模版页中引用文件路径的问题</title>
<link>http://www.365key.com/item/2289066</link>
<category>asp.net</category>
<pubDate>Sun, 08 Oct 2006 07:53:46 GMT</pubDate>
<description>
<blockquote>模版页中难免要引用CSS、脚本、图片等，这些文件的路径如果简单的使用相对路径，那么如果引用模版的目录一发生变化，这些路径就会出错；如果使用绝对路径，又不够灵活，如果应用程序目录发生变化，可能会导致要大量修改。asp.net支持一种相对于应用程序的路径，以波浪线开头的，形如&quot;~/&quot;，使用它即可解决，例如：
&lt;link rel=&quot;stylesheet&quot; media=&quot;screen&quot; type=&quot;text/css&quot; href=&quot;&lt;%=ResolveClientUrl(&quot;~/css/global.css&quot;) %&gt;&quot; /&gt;

当然如果你觉得每个路径都要写成动态的不爽，而又正好有页面基类的话，倒是可以换一种方式：

所有的路径直接书写为相对于应用程序目录的路径，形如：

当然默认HTML是不支持的这样的路径方式的，这时候就要借助PageBase了，代码如下(好像是从DNN的代码里面抠出来的)：</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>SQL LIKE 通配符随笔 - uGoer - 博客园</title>
<link>http://www.365key.com/item/2288531</link>
<category>asp.net</category>
<pubDate>Sun, 08 Oct 2006 03:18:34 GMT</pubDate>
<description>
<blockquote>通配符 说明 
_    与任意单字符匹配
 
%    与包含一个或多个字符的字符串匹配
 
[ ]  与特定范围（例如，[a-f]）或特定集（例如，[abcdef]）中的任意单字符匹配。
 
[^]  与特定范围（例如，[^a-f]）或特定集（例如，[^abcdef]）之外的任意单字符匹配。</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>- 网络编程贴点关于ａｓｐ．ｎｅｔ控制ｗｏｒｄ的一些东东　 - ASP.Net/ASP(页 1) - - 天极论坛</title>
<link>http://www.365key.com/item/2114218</link>
<category>asp.net</category>
<pubDate>Wed, 19 Jul 2006 02:26:43 GMT</pubDate>
<description>
<blockquote>网络编程贴点关于ａｓｐ．ｎｅｔ控制ｗｏｒｄ的一些东东　 - ASP.Net/ASP(页 1) - - 天极论坛</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>演练：开发和使用自定义服务器控件  </title>
<link>http://www.365key.com/item/2015329</link>
<category>asp.net</category>
<pubDate>Thu, 15 Jun 2006 08:06:26 GMT</pubDate>
<description>演练：开发和使用自定义服务器控件  

asp.net2.0
<blockquote>演练演示如何创建和编译自定义 ASP.NET 服务器控件以及如何在页中使用该控件。 

通过此演练，您将学会如何执行以下任务：

创建一个 ASP.NET 服务器控件。

向该控件及其成员添加元数据以控制安全性和设计时行为。

使用 ASP.NET 网站中的 App_Code 目录对控件进行测试（无需手动编译步骤）。

在配置文件和该控件的程序集中指定一个标记前缀。

将该控件编译为一个程序集并将其添加到 Bin 目录中。

将一个位图嵌入到该控件的程序集中，以作为可视化设计器的工具箱图标使用。

在页中使用已编译的控件。

可视化设计工具（如 Microsoft Visual Studio 2005）可以简化控件的开发过程，但并不是创建或生成自定义控件的必不可少的工具。可以通过使用任何文件编辑器创建控件，并使用 .NET Framework SDK 附带的编译器从命令行生成这些控件。无论以何种方式创建控件，在可视化设计器中控件的设计时外观和行为都将相同。页开发人员可将控件添加到可视化设计器的工具箱，可将其拖动到设计图面上，还可以在属性浏览器中访问其属性和事件。在有些可视化设计器（如 Visual Studio 2005）中，自定义控件还可自行支持 IntelliSense。</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title> ASP.NET 2.0 中使用自定义缓存依赖</title>
<link>http://www.365key.com/item/2014304</link>
<category>asp.net</category>
<pubDate>Thu, 15 Jun 2006 02:22:50 GMT</pubDate>
<description>
<blockquote>NotifyDependencyChanged</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>博客园 - 天轰穿.net入门 - 使用XmlDocument类完成对XML的查、删、添、改（不完美，望指教）</title>
<link>http://www.365key.com/item/1991465</link>
<category>asp.net</category>
<pubDate>Wed, 07 Jun 2006 01:45:44 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>The Coolest DHTML / JavaScript Calendar [dynarch.com]</title>
<link>http://www.365key.com/item/1469420</link>
<category>asp.net</category>
<pubDate>Wed, 04 Jan 2006 01:16:30 GMT</pubDate>
<description>很好用的js日历
相关link:http://shanyou.cnblogs.com/archive/2006/01/03/310392.html
<blockquote></blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>博客园 - leves - WebBulider 中的RSSWebpar — 建立自己的 RSS 阅读器</title>
<link>http://www.365key.com/item/1399987</link>
<category>asp.net</category>
<pubDate>Wed, 14 Dec 2005 04:35:02 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>js收集</title>
<link>http://www.365key.com/item/1392273</link>
<category>asp.net</category>
<pubDate>Mon, 12 Dec 2005 06:48:50 GMT</pubDate>
<description>
<blockquote>js收集</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>MagicAjax.NET: The Magic Ajax Engine for .NET</title>
<link>http://www.365key.com/item/1371476</link>
<category>asp.net</category>
<pubDate>Wed, 07 Dec 2005 02:05:35 GMT</pubDate>
<description>Ajax API网站(MagicAjax.Net的API)
<blockquote>MagicAjax.NET is an open-source framework designed to make it easier and more intuitive for developers to integrate AJAX technology into their web pages, without replacing the ASP.NET controls and/or writing tons of javascript code. MagicAjax initially appeared as a codeproject article. Now it is hosted on Sourceforge and you can find the latest release at the downloads section.</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>博客园 - Microshaoft naIBnaiM nOracle (大舌头) I Love EditPlus! - HttpModule 实现 ASP.Net (*.aspx) 中文简繁体的自动转换,不用修改原有的任何代码,直接部署即可!</title>
<link>http://www.365key.com/item/1363270</link>
<category>asp.net</category>
<pubDate>Mon, 05 Dec 2005 03:59:18 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>XML不支持GBK编码吗？</title>
<link>http://www.365key.com/item/1353151</link>
<category>asp.net</category>
<pubDate>Fri, 02 Dec 2005 06:47:32 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>CSDN技术中心 Collection -&gt; 由IComparer派生的自定义比较器</title>
<link>http://www.365key.com/item/1298444</link>
<category>asp.net</category>
<pubDate>Fri, 18 Nov 2005 02:05:28 GMT</pubDate>
<description>
<blockquote>1.继承IComparer接口,可以自定义比较器
2.由于Array.Sort()方法接受IComparer参数,进行自定义排序规则.
   示例中也将IComparer作为Sort方法的参数,将Icomparer应用于Array.Sort()方法</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>Open Intelligence Data ? Tools and Software</title>
<link>http://www.365key.com/item/1283136</link>
<category>asp.net</category>
<pubDate>Tue, 15 Nov 2005 15:57:35 GMT</pubDate>
<description>好东西，最新的技术
<blockquote>Blog api ,rss api</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>RSS 2.0 Framework - The Code Project - C# Programming</title>
<link>http://www.365key.com/item/1276172</link>
<category>asp.net</category>
<pubDate>Tue, 15 Nov 2005 05:46:23 GMT</pubDate>
<description>RSS 2.0 framework implements the RSS 2.0 specification in strongly typed classes. The framework enables you to create and consume valid RSS 2.0 feeds in your code in just a few minutes.
<blockquote>RSS 2.0 framework implements the RSS 2.0 specification in strongly typed classes. The framework enables you to create and consume valid RSS 2.0 feeds in your code in just a few minutes.</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>反射的问题,高手请入!积极参与,UP有分!</title>
<link>http://www.365key.com/item/1265625</link>
<category>asp.net</category>
<pubDate>Sat, 12 Nov 2005 07:01:17 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>博客园 - 简简单单BLOG - ASP.NET中实现URL重写</title>
<link>http://www.365key.com/item/1260432</link>
<category>asp.net</category>
<pubDate>Fri, 11 Nov 2005 03:56:03 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>Asp.Net Forums中对.Net中序列化和反序列化的应用</title>
<link>http://www.365key.com/item/1228788</link>
<category>asp.net</category>
<pubDate>Mon, 07 Nov 2005 09:38:33 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>博客园 - 冷风.NET - XMLHTTP---介绍</title>
<link>http://www.365key.com/item/1139190</link>
<category>asp.net</category>
<pubDate>Thu, 20 Oct 2005 08:36:32 GMT</pubDate>
<description>
<blockquote>XMLHTTP---介绍 XMLHTTP---介绍 XMLHTTP---介绍</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
<item>
<title>关于 TreeView WebControl</title>
<link>http://www.365key.com/item/1127236</link>
<category>asp.net</category>
<pubDate>Tue, 18 Oct 2005 00:36:00 GMT</pubDate>
<description>
<blockquote>关于 TreeView WebControl 
目前尚不支持 Microsoft&amp;reg;  Internet Explorer WebControl。（本文包含一些指向英文站点的链接。）

本文介绍了 TreeView 控件的使用，此控件可用于帮助生成用户界面，以显示分层的数据集、文件夹视图以及其他类似的数据结构。此控件具有多种强大功能，包括支持数据绑定和高级浏览器中丰富的动态 HTML (DHTML) 行为。多数情况下，可以通过声明的方式创建 TreeView；但也可以在客户端或服务器上通过编程以多种方式来实现此控件。

本文包括以下内容：</blockquote></description>
<dc:creator>genson</dc:creator>
</item>
</channel></rss>
