﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-涟漪勇@cnblogs.com   </title><link>http://www.cnblogs.com/rippleyong/</link><description>我喜欢面对计算机的那种感觉！因为我知道，在计算机前的时间越来越长，我就会成为更好的程序员

</description><language>zh-cn</language><lastBuildDate>Thu, 21 Aug 2008 15:26:28 GMT</lastBuildDate><pubDate>Thu, 21 Aug 2008 15:26:28 GMT</pubDate><ttl>60</ttl><item><title>NetShopForge网上商店程序(VB)源码—讨论-发布</title><link>http://www.cnblogs.com/rippleyong/archive/2008/07/11/1240691.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Fri, 11 Jul 2008 05:36:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2008/07/11/1240691.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/1240691.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2008/07/11/1240691.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/1240691.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/1240691.html</trackback:ping><description><![CDATA[<div>&nbsp;</div>
<div>我前天在51aspx上发布了NetShopForge网上商店程序(VB)源码，大家可以看看。代码还算工整，有什么建议和疑问大家可以和我联系，QQ：10982610<br />
<br />
NetShopForge是一款强劲的B2C的网上购物软件,利用她我们能建立起强劲的、自由的、安全的购物平台。 维博软件以有这样的软件无比自豪，系统基于ASP.NET 2.0及SqlServer开发，充分享受新技术带来的乐趣。 软件综合了卖家，买家，程序员，设计者的头脑风暴，目的就是用户能建立风格不同的电子商务系统，使它显得更加与众不同。 <br />
如果您寻求一款能按您的思想随意发挥的网上购物软件,那么NetShopForge将是您最佳的选择! <br />
<br />
<font face="Verdana">http://www.51aspx.com/CV/NetShopForge/<br />
<br />
&nbsp;<a oncontextmenu="ThunderNetwork_SetHref(this)" onclick="return OnDownloadClick_Simple(this,2,4)" href="http://www.51aspx.com/CV/NetShopForge/#" thunderrestitle="" thundertype="" thunderpid="15007" thunderhref="thunder://QUFodHRwOi8vYWxsLjUxYXNweC5jb20vZG90bmV0XzUxYXNweC9OZXRTaG9wRm9yZ2UucmFyWlo="><strong>推荐：迅雷直接高速下载</strong></a> <a title="双线路服务器，适合于广大用户" href="http://www.51aspx.com/NetShopForge-1.html" target="_blank">主站下载</a> <a title="高速双线服务器，适合网通电信用户" href="http://www.51aspx.com/NetShopForge-2.html" target="_blank">双线服务器</a> </font></div>
 <img src ="http://www.cnblogs.com/rippleyong/aggbug/1240691.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41822/" target="_blank">[新闻]第一财经周刊:当前互联网世界正处无秩序时代</a>]]></description></item><item><title>Microsoft AJAX添加自定义智能感知（intellisense)</title><link>http://www.cnblogs.com/rippleyong/archive/2008/05/14/1196813.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Wed, 14 May 2008 07:04:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2008/05/14/1196813.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/1196813.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2008/05/14/1196813.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/1196813.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/1196813.html</trackback:ping><description><![CDATA[<p><br />
方法一：在一个js文件中引用一个包含scriptmanager的ASP.NET页面（如下图1），在js文件中可以得到整个Micrsoft AJAX库和附加脚本的智能感知（intellisense).添加///&lt;reference/&gt;语句的最简单方法是从solution explorer中拖.aspx页面到你要添加引用的js文件。VS会自动的给你添加引用。</p>
<p>&nbsp;<a href="http://www.cnblogs.com/images/cnblogs_com/rippleyong/WindowsLiveWriter/MicrosoftAJAX_D3B7/js_intellisense_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="278" alt="js_intellisense" src="http://www.cnblogs.com/images/cnblogs_com/rippleyong/WindowsLiveWriter/MicrosoftAJAX_D3B7/js_intellisense_thumb.jpg" width="487" border="0" /></a></p>
<p>方法二：用单独的.js文件，可以添加这样的引用实现感知的功能<br />
/// &lt;reference name="MicrosoftAjax.debug.js" /&gt;</p>
<p><a href="http://www.cnblogs.com/images/cnblogs_com/rippleyong/WindowsLiveWriter/MicrosoftAJAX_D3B7/js_intellisense2_2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="317" alt="js_intellisense2" src="http://www.cnblogs.com/images/cnblogs_com/rippleyong/WindowsLiveWriter/MicrosoftAJAX_D3B7/js_intellisense2_thumb.jpg" width="658" border="0" /></a></p>
<img src ="http://www.cnblogs.com/rippleyong/aggbug/1196813.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41820/" target="_blank">[新闻]Visual Studio 2008 SDK 1.1 发布</a>]]></description></item><item><title>Windows Communication Foundation 词汇表</title><link>http://www.cnblogs.com/rippleyong/archive/2008/02/29/1086273.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Fri, 29 Feb 2008 07:28:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2008/02/29/1086273.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/1086273.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2008/02/29/1086273.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/1086273.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/1086273.html</trackback:ping><description><![CDATA[摘要: 以下术语定义适用于 Windows Communication Foundation (WCF)。 &nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2008/02/29/1086273.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/1086273.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41821/" target="_blank">[新闻]死敌VMware变身微软认证计划新成员</a>]]></description></item><item><title>李阳标准美语发音宝典(音标疯狂外号)</title><link>http://www.cnblogs.com/rippleyong/archive/2007/11/16/961058.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Thu, 15 Nov 2007 16:32:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2007/11/16/961058.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/961058.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2007/11/16/961058.html#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/961058.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/961058.html</trackback:ping><description><![CDATA[<a title="李阳标准美语发音宝典 （音标）" href="/Files/rippleyong/LiYangEnglishPronunciationBible.pdf"><img alt="" src="http://www.cnblogs.com/images/cnblogs_com/rippleyong/sour.gif" border="0" /></a><a title="李阳标准美语发音宝典（音标疯狂外号）" href="/Files/rippleyong/LiYangEnglishPronunciationBible.pdf" target="_blank">李阳标准美语发音宝典（音标疯狂外号）（pdf）</a><br />
<font face="Courier New">李阳标准美语发音宝典中的元音和辅音<font face="Courier New">疯狂外号</font></font><br />
<br />
链接：<a target="_blank" href="http://www.uiowa.edu/">美国爱荷华大学</a>的<a target="_blank" href="http://www.uiowa.edu/%7Eacadtech/phonetics/english/frameset.html">发音教程
</a><br />
<a target="_blank" href="http://www.uiowa.edu/~acadtech/phonetics/english/frameset.html"><img alt="" src="http://www.cnweblog.com/images/cnweblog_com/rippleyong/Snap2.gif" height="202" width="338" /></a><br />
<img src ="http://www.cnblogs.com/rippleyong/aggbug/961058.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41819/" target="_blank">[新闻]英特尔雅虎开发网络计算机频道</a>]]></description></item><item><title>深入了解数据源控件（Data Source controls）：DataSourceView（三） </title><link>http://www.cnblogs.com/rippleyong/archive/2007/11/13/958085.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Tue, 13 Nov 2007 07:36:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2007/11/13/958085.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/958085.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2007/11/13/958085.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/958085.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/958085.html</trackback:ping><description><![CDATA[摘要: 摘要: 新的数据源控件和数据绑结构是很棒的特性，它可以简化程序的调试时间,这一些列文章，让我们了解数据源控件的基本结构。这是第三部分，介绍DataSourceView类。&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2007/11/13/958085.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/958085.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41818/" target="_blank">[新闻]Windows Live视频邮件9月9日开始测试</a>]]></description></item><item><title>深入了解数据源控件（Data Source controls）：DataSourceControl（二）</title><link>http://www.cnblogs.com/rippleyong/archive/2007/11/12/956834.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Mon, 12 Nov 2007 07:08:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2007/11/12/956834.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/956834.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2007/11/12/956834.html#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/956834.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/956834.html</trackback:ping><description><![CDATA[摘要: 新的数据源控件和数据绑结构是很棒的特性，它可以简化程序的调试时间,这一些列文章，让我们了解数据源控件的基本结构。这是第二部分，介绍DataSourceControl类。&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2007/11/12/956834.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/956834.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41817/" target="_blank">[新闻]Intel首次公开展示Nehalem架构迅驰3平台</a>]]></description></item><item><title>深入了解数据源控件（Data Souce controls）：BaseDataBoundControl和DataBoundControl（一）</title><link>http://www.cnblogs.com/rippleyong/archive/2007/11/09/954130.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Fri, 09 Nov 2007 03:17:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2007/11/09/954130.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/954130.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2007/11/09/954130.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/954130.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/954130.html</trackback:ping><description><![CDATA[摘要: 新的数据源控件和数据绑结构是很棒的特性，它可以简化程序的调试时间,这一些列文章，让我们了解数据源控件的基本结构。&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2007/11/09/954130.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/954130.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41816/" target="_blank">[新闻]Pogo浏览器</a>]]></description></item><item><title>创建一个具有完整设计时(design time)支持的自定义数据源控件（DataSourceControl)</title><link>http://www.cnblogs.com/rippleyong/archive/2007/11/07/951963.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Wed, 07 Nov 2007 03:48:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2007/11/07/951963.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/951963.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2007/11/07/951963.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/951963.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/951963.html</trackback:ping><description><![CDATA[摘要: 这篇文章展示了如何创建一个自定义的数据源控件和怎样给它增加完整的设计时支持&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2007/11/07/951963.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/951963.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41807/" target="_blank">[新闻]洪磊口述:番茄花园如何捆绑流氓软件月入十万</a>]]></description></item><item><title>[转]71种 menu css源码</title><link>http://www.cnblogs.com/rippleyong/archive/2007/04/18/717973.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Wed, 18 Apr 2007 03:30:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2007/04/18/717973.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/717973.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2007/04/18/717973.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/717973.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/717973.html</trackback:ping><description><![CDATA[<li><a href="http://www.exploding-boy.com/2005/12/15/free-css-navigation-designs/" target=_blank>11 CSS navigation menus</a> : at Exploding Boy
<li><a href="http://www.exploding-boy.com/2005/12/21/more-free-css-navigation-menu-designs/" target=_blank>12 more CSS Navigation Menus.</a> : at Exploding Boy
<li><a href="http://www.exploding-boy.com/2005/12/29/14-free-vertical-css-menus/" target=_blank>14 Free Vertical CSS Menus</a> : at Exploding Boy
<li><a href="http://www.duoh.com/csstutorials/2levelmenu/index.html" target=_blank>2-level horizontal navigation</a> : demo at Duoh
<li><a href="http://evolt.org/article/Absolute_Lists_Alternatives_to_Divs/20/60268/index.html" target=_blank>Absolute Lists: Alternatives to Divs</a> : An approach of using lists instead of divs at evolt
<li><a href="http://www.simplebits.com/bits/tab_rollovers.html" target=_blank>Accessible Image-Tab Rollovers</a> : demo at Simplebits
<li><a href="http://www.aplus.co.yu/adxmenu/examples/" target=_blank>ADxMenu</a> : multiple menu examples at aPlus
<li><a href="http://www.cssplay.co.uk/menus/drop_variation.html" target=_blank>A drop-down theme</a> : at CSS Play
<li><a href="http://www.websiteoptimization.com/speed/tweak/bookend/" target=_blank>Bookend Lists: Using CSS to Float a Masthead</a> : at WebSiteOptimization
<li><a href="http://www.simplebits.com/bits/bulletproof_slants.html" target=_blank>Bulletproof Slants</a> : demo at Simplebits
<li><a href="http://24ways.org/advent/centered-tabs-with-css" target=_blank>Centered Tabs with CSS</a> : at 24ways
<li><a href="http://www.simplebits.com/notebook/2004/07/18/clickable.html" target=_blank>Clickable Link Backgrounds</a> : A bulletproof unordered list of links, each with a unique (purely decorative) left-aligned icon that is referenced with CSS ; but that is also clickable.
<li><a href="http://www.communitymx.com/content/article.cfm?cid=97480" target=_blank>Create a Teaser Thumbnail List Using CSS: Part 1</a> : lists of items made up of a title, short description, and thumbnail.
<li><a href="http://builder.com.com/5100-6371_14-5810696.html" target=_blank>Creating Indented Navigation Lists</a> : A multi-level indented list
<li><a href="http://builder.com.com/5100-6371_14-5810687.html" target=_blank>Creating Multicolumn Lists</a> : at Builder.com
<li><a href="http://solardreamstudios.com/learn/css/cssmenus" target=_blank>cssMenus - 4 Level Deep List Menu</a> : at SolarDreamStudios
<li><a href="http://www.sitepoint.com/article/accessible-menu-tabs" target=_blank>CSS and Round Corners: Build Accessible Menu Tabs</a> : at SitePoint
<li><a href="http://odyniec.net/articles/css-based-tabbed-menu/" target=_blank>CSS-Based Tabbed Menu</a> : a simple tabbed menu.
<li><a href="http://www.nundroo.com/navigation" target=_blank>CSS-based Navigation</a> : demo at Nundroo
<li><a href="http://mikecherim.com/gbcms_xml/news_page.php?id=4" target=_blank>CSS: Double Lists</a> : A single list that appears in two columns
<li><a href="http://www.simplebits.com/bits/minitabs.html" target=_blank>CSS Mini Tabs (the UN-tab, tab)</a> : demo at Simplebits
<li><a href="http://www.cssplay.co.uk/menus/drop_examples.html" target=_blank>CSS only dropdown menu</a> : at CSS Play
<li><a href="http://www.cssplay.co.uk/menus/example_flyout.html" target=_blank>CSS only flyout menus</a> : at CSS Play
<li><a href="http://www.cssplay.co.uk/menus/fly_drop.html" target=_blank>CSS only flyout/dropdown menu</a> : at CSS Play
<li><a href="http://www.cssplay.co.uk/menus/flyout_horizontal.html" target=_blank>CSS only flyout menu with transparency</a> : at CSS Play
<li><a href="http://www.cssplay.co.uk/menus/vertical_slide.html" target=_blank>CSS only vertical sliding menu</a> : at CSS Play
<li><a href="http://www.alistapart.com/articles/multicolumnlists" target=_blank>CSS Swag: Multi-Column Lists</a> : at A List Apart
<li><a href="http://unraveled.com/projects/css_tabs/" target=_blank>CSS Tabs</a> : tabs without any images
<li><a href="http://www.web-graphics.com/mtarchive/000852.php" target=_blank>CSS Tabs</a> : list of various tab solutions
<li><a href="http://www.kalsey.com/tools/csstabs/" target=_blank>CSS tabs with Submenus</a> : at Kalsey.
<li><a href="http://www.destroydrop.com/javascripts/tree/" target=_blank>dTree Navigation Menu</a> : Javascripts Tree at Destroydrop
<li><a href="http://www.maxdesign.com.au/presentation/definition/" target=_blank>Definition lists - misused or misunderstood?</a> : appropriate uses of definition lists
<li><a href="http://www.communitymx.com/content/article.cfm?cid=27F87" target=_blank>Do You Want To Do That With CSS? - Multiple Column Lists</a> : multi-column lists.
<li><a href="http://www.alistapart.com/articles/horizdropdowns/" target=_blank>Drop-Down Menus, Horizontal Style</a> : at A List Apart
<li><a href="http://web-graphics.com/mtarchive/001573.php" target=_blank>Float Mini tabs</a> : at Web-Graphics
<li><a href="http://novitskisoftware.com/articles/MultiColumnLists.asp" target=_blank>Flowing a List Across Multiple Columns</a> : A table without using tables.
<li><a href="http://www.e-lusion.com/design/menu/#1" target=_blank>Free Menu Designs V 1.1</a> : ready-to-download block menusat e-lusion
<li><a href="http://www.twinhelix.com/dhtml/fsmenu/" target=_blank>FreeStyle Menus</a> : XHTML compliant, CSS-formatted menu script at TwinHelix
<li><a href="http://www.cssplay.co.uk/menus/hidden.html" target=_blank>Hidden tab menu</a> : at CSS Play
<li><a href="http://www.webreference.com/programming/css_style/index.html" target=_blank>How to Style a Definition List with CSS</a> : at WebReference
<li><a href="http://www.webreference.com/programming/css_style2/" target=_blank>How to Style an Unordered List with CSS</a> : at WebReference
<li><a href="http://www.webreference.com/programming/css_lists/index.html" target=_blank>How to Use CSS to Position Horizontal Unordered Lists</a> : at WebReference
<li><a href="http://www.alistapart.com/articles/hybrid/" target=_blank>Hybrid CSS Dropdowns</a> : at a List Apart
<li><a href="http://web-graphics.com/mtarchive/001557.php" target=_blank>Inline Mini Tabs</a> : at Web-Graphics
<li><a href="http://photomatt.net/scripts/intellimenu" target=_blank>Intelligent Menus</a> : CSS and PHP menu at PhotoMatt.net
<li><a href="http://www.456bereastreet.com/lab/inverted_tabs/" target=_blank>Inverted Sliding Doors Tabs</a> : at 456BereaStreet
<li><a href="http://www.csscreator.com/menu/multimenu.php" target=_blank>Light Weight Multi Level Menu</a> : at CssCreator
<li><a href="http://www.communitymx.com/content/article.cfm?cid=01DB3" target=_blank>List Display Problems In Explorer For Windows</a> : list hack for IE
<li><a href="http://css.maxdesign.com.au/listamatic/" target=_blank>Listamatic</a> : simple lists; various styles.
<li><a href="http://css.maxdesign.com.au/listamatic2/" target=_blank>Listamatic2</a> : nexted lists; various styles
<li><a href="http://tutorials.alsacreations.com/modelesmenus/" target=_blank>Menus galleries in CSS and XHTML</a> : multiple examples and downloads at Alsacreations
<li><a href="http://www.simplebits.com/bits/minitab_shapes.html" target=_blank>Mini-Tab Shapes</a> : demo at Simplebits
<li><a href="http://www.e-lusion.com/design/simplebits/" target=_blank>Mini-Tab Shapes 2</a> : demo at Simplebits
<li><a href="http://www.w3.org/QA/Tips/unordered-lists" target=_blank>More than Just Bullets</a> : at W3.org
<li><a href="http://css-discuss.incutio.com/?page=MultipleColumnLists" target=_blank>Multiple Column Lists</a> : at css-discuss
<li><a href="http://www.westciv.com/style_master/house/tutorials/quick/list_navbar/" target=_blank>A Navbar Using Lists</a> : A lightweight nav bar at WestCiv
<li><a href="http://www.superfluousbanter.org/archives/2004/05/navigation_matr_1.php" target=_blank>Navigation Matrix Reloaded</a> : at SuperfluousBanter
<li><a href="http://www.maxdesign.com.au/presentation/remote/" target=_blank>Remote Control CSS</a> : examples of lists styled differently
<li><a href="http://web-graphics.com/mtarchive/001466.php" target=_blank>Remote Control CSS Revisited - Caving in to peer pressure</a> : multi-column remote control
<li><a href="http://www.complexspiral.com/publications/rounding-tabs/" target=_blank>Rounding Tab Corners</a> : by Eric A. Meyer.
<li><a href="http://labs.silverorange.com/archives/2004/may/updatedsimple" target=_blank>Simple CSS Tabs</a> : at SilverOrange
<li><a href="http://www.simplebits.com/bits/css_tabs.html" target=_blank>Simplified CSS Tabs</a> : demo at Simplebits
<li><a href="http://www.alistapart.com/articles/slidingdoors" target=_blank>Sliding Doors</a> : at A List Apart
<li><a href="http://www.alistapart.com/articles/sprucemaps/" target=_blank>Spruced-Up Site Maps</a> : sitemaps as lists
<li><a href="http://www.simplebits.com/archives/2003/10/19/styling_nested_lists.html" target=_blank>Styling Nested List</a> : at SimpleBits
<li><a href="http://www.htmldog.com/articles/suckerfish/dropdowns/example/" target=_blank>Suckerfish Dropdowns</a> : at HTMLDog
<li><a href="http://phrogz.net/JS/Tabtastic/index.html" target=_blank>Tabtastic</a> : Gavin Kistner.
<li><a href="http://www.brainjar.com/css/tabs/" target=_blank>Tabs Tutorial</a> at BrainJar
<li><a href="http://www.alistapart.com/articles/taminglists/" target=_blank>Taming Lists</a> : at A List Apart
<li><a href="http://456bereastreet.com/archive/200501/turning_a_list_into_a_navigation_bar/" target=_blank>Turning a List into a Navigation Bar</a> : at 456BereaStreet
<li><a href="http://www.cssplay.co.uk/menus/final_drop.html" target=_blank>Ultimate css only dropdown menu</a> : at CSS Play </li>
<img src ="http://www.cnblogs.com/rippleyong/aggbug/717973.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41813/" target="_blank">[新闻]2008年8月21日IT博客精选：盖茨复出？</a>]]></description></item><item><title>简单封装DatePick用户控件</title><link>http://www.cnblogs.com/rippleyong/archive/2007/04/05/701066.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Thu, 05 Apr 2007 03:40:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2007/04/05/701066.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/701066.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2007/04/05/701066.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/701066.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/701066.html</trackback:ping><description><![CDATA[摘要: asp.net用户控件简单封装，其他的属性可以自己封装&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2007/04/05/701066.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/701066.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41812/" target="_blank">[新闻]微软宣布将斥资1亿美元购买Novell证书</a>]]></description></item><item><title>利用ProtoType框架完成的一个下拉框(asp:DropDownList)联动的AJAX例子.</title><link>http://www.cnblogs.com/rippleyong/archive/2006/12/18/596015.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Mon, 18 Dec 2006 09:59:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/12/18/596015.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/596015.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/12/18/596015.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/596015.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/596015.html</trackback:ping><description><![CDATA[摘要: <br>用ProtoType框架完成的一个下拉框(asp:DropDownList)联动的AJAX的小例子,和初学者分享一下.&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2006/12/18/596015.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/596015.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41811/" target="_blank">[新闻]携程谷歌将联合发旅游榜单</a>]]></description></item><item><title>[技巧]管理用户存储配置信息profile </title><link>http://www.cnblogs.com/rippleyong/archive/2006/10/16/530066.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Mon, 16 Oct 2006 02:57:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/10/16/530066.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/530066.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/10/16/530066.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/530066.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/530066.html</trackback:ping><description><![CDATA[摘要: 管理用户存储配置信息，传入UserName参数，这样就可以管理全部的Profile<br>通过System.Web.Profile.ProfileBase得到指定的用户名创建配置文件的一个实例<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2006/10/16/530066.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/530066.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41810/" target="_blank">[新闻]商刊:Google不可能永远领先 微软寄希望于时间</a>]]></description></item><item><title>ThickBox在ASP.NET中的应用</title><link>http://www.cnblogs.com/rippleyong/archive/2006/09/05/495125.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Tue, 05 Sep 2006 04:19:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/09/05/495125.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/495125.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/09/05/495125.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/495125.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/495125.html</trackback:ping><description><![CDATA[摘要: ThickBox的ASP.NET实现&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2006/09/05/495125.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/495125.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41809/" target="_blank">[新闻]微软下周四将发布IE 8 Beta 2,正式版将于11月推出</a>]]></description></item><item><title>如何利用System.Net.Mail(.net2.0)或System.Web.Mail(.NET1.x)</title><link>http://www.cnblogs.com/rippleyong/archive/2006/07/04/442302.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Tue, 04 Jul 2006 05:10:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/07/04/442302.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/442302.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/07/04/442302.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/442302.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/442302.html</trackback:ping><description><![CDATA[摘要: 介绍两个网站分别介绍了如何利用System.Net.Mail(.net2.0)或System.Web.Mail(.NET1.x)<br>www.SystemNetMail.com <br>www.SystemWebMail.com<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2006/07/04/442302.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/442302.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41808/" target="_blank">[新闻]Ubuntu老大手下得力干将被Mozilla挖角</a>]]></description></item><item><title>[技巧]带多值的参数传递</title><link>http://www.cnblogs.com/rippleyong/archive/2006/06/20/430556.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Tue, 20 Jun 2006 06:11:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/06/20/430556.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/430556.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/06/20/430556.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/430556.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/430556.html</trackback:ping><description><![CDATA[<br>GridView中<br>
<div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">asp:HyperLink&nbsp;</span><span style="COLOR: #ff0000">ID</span><span style="COLOR: #0000ff">="linkProductImage"</span><span style="COLOR: #ff0000">&nbsp;runat</span><span style="COLOR: #0000ff">="server"</span><span style="COLOR: #ff0000">&nbsp;&nbsp;NavigateUrl</span><span style="COLOR: #0000ff">='&lt;%#&nbsp;</span><span style="COLOR: #ff0000">String.Format("~/Shop/Product/ProductDetail.aspx?pID</span><span style="COLOR: #0000ff">={0}",Eval("ProductID"))&nbsp;</span><span style="COLOR: #ff0000">%</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000">'&nbsp;&nbsp;ImageUrl='</span><span style="COLOR: #000000; BACKGROUND-COLOR: #ffff00">&lt;%</span><span id=Codehighlighter1_164_262_Closed_Text style="BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; DISPLAY: none; BORDER-LEFT: #808080 1px solid; BORDER-BOTTOM: #808080 1px solid; BACKGROUND-COLOR: #ffffff"></span><span id=Codehighlighter1_164_262_Open_Text><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">#&nbsp;</span><span style="COLOR: #0000ff; BACKGROUND-COLOR: #f5f5f5">String</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">.Format(</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">~/Shop/Product/GetImage.aspx?Imagepath={0}&amp;Size={1}</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">,</span><span style="COLOR: #0000ff; BACKGROUND-COLOR: #f5f5f5">Eval</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">("ImagePath</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">),</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">120,120</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">)&nbsp;</span></span><span style="COLOR: #000000; BACKGROUND-COLOR: #ffff00">%&gt;</span><span style="COLOR: #000000">'&gt;</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">asp:HyperLink</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top></span></div>
<br><br>DataGrid中<br>
<div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">asp:HyperLink&nbsp;</span><span style="COLOR: #ff0000">ID</span><span style="COLOR: #0000ff">="linkProductImage"</span><span style="COLOR: #ff0000">&nbsp;runat</span><span style="COLOR: #0000ff">="server"</span><span style="COLOR: #ff0000">&nbsp;&nbsp;NavigateUrl</span><span style="COLOR: #0000ff">='&lt;%#&nbsp;</span><span style="COLOR: #ff0000">String.Format("~/Shop/Product/ProductDetail.aspx?pID</span><span style="COLOR: #0000ff">={0}",DataBinder.Eval(Container.DataItem,"ProductID"))&nbsp;</span><span style="COLOR: #ff0000">%</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000">'&nbsp;&nbsp;ImageUrl='</span><span style="COLOR: #000000; BACKGROUND-COLOR: #ffff00">&lt;%</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">#&nbsp;</span><span style="COLOR: #0000ff; BACKGROUND-COLOR: #f5f5f5">String</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">.Format(</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">~/Shop/Product/GetImage.aspx?Imagepath={0}&amp;Size={1}</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">,DataBinder.Eval(Container.DataItem,</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"ImagePath</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">),</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">120,120</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">"</span><span style="COLOR: #000000; BACKGROUND-COLOR: #f5f5f5">)&nbsp;</span><span style="COLOR: #000000; BACKGROUND-COLOR: #ffff00">%&gt;</span><span style="COLOR: #000000">'&gt;</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">asp:HyperLink</span><span style="COLOR: #0000ff">&gt;</span></div>
<br><br><br><span style="COLOR: red; BACKGROUND-COLOR: yellow">祝贺第100篇随笔</span>
<img src ="http://www.cnblogs.com/rippleyong/aggbug/430556.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41806/" target="_blank">[新闻]丁丁网正加速区域扩张 第三轮融资已排入日程</a>]]></description></item><item><title>利用HTML 服务器控件设置使用MasterPage的页面的HTML 元素</title><link>http://www.cnblogs.com/rippleyong/archive/2006/06/02/416003.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Fri, 02 Jun 2006 08:47:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/06/02/416003.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/416003.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/06/02/416003.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/416003.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/416003.html</trackback:ping><description><![CDATA[摘要: 在MasterPage中设置了HTML 元素的信息,可以应用到所有使用MasterPage的页面.但在实际应用中并不是所有的页面都使用一样的东西,使用HTML 服务器控件可以设置使用MasterPage的页面的HTML信息&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2006/06/02/416003.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/416003.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41805/" target="_blank">[新闻]张亚勤一改陈永正做法 微软举报洪磊为推广Vista</a>]]></description></item><item><title>Set page header on MasterPage.</title><link>http://www.cnblogs.com/rippleyong/archive/2006/06/01/414806.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Thu, 01 Jun 2006 05:08:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/06/01/414806.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/414806.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/06/01/414806.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/414806.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/414806.html</trackback:ping><description><![CDATA[<p style="FONT-SIZE: 10pt"><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>在.net2.0中MastePage使得的界面统一更容易,在PetShop4.0中看到这样的代码:<br><br></p>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="COLOR: #0000ff">private</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">const</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">string</span><span style="COLOR: #000000">&nbsp;HEADER_PREFIX&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">.NET&nbsp;Pet&nbsp;Shop&nbsp;::&nbsp;{0}</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #808080">///</span><span style="COLOR: #008000">&nbsp;</span><span style="COLOR: #808080">&lt;summary&gt;</span><span style="COLOR: #008000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #808080">///</span><span style="COLOR: #008000">&nbsp;Create&nbsp;page&nbsp;header&nbsp;on&nbsp;Page&nbsp;PreRender&nbsp;event<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #808080">///</span><span style="COLOR: #008000">&nbsp;</span><span style="COLOR: #808080">&lt;/summary&gt;</span><span style="COLOR: #808080"><br></span><span style="COLOR: #000000">&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">protected</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">void</span><span style="COLOR: #000000">&nbsp;Page_PreRender(</span><span style="COLOR: #0000ff">object</span><span style="COLOR: #000000">&nbsp;sender,&nbsp;EventArgs&nbsp;e)&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ltlHeader.Text&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;Page.Header.Title;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Page.Header.Title&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">string</span><span style="COLOR: #000000">.Format(HEADER_PREFIX,&nbsp;Page.Header.Title);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;}</span><br>
<p>&nbsp;</p>
<img src ="http://www.cnblogs.com/rippleyong/aggbug/414806.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41802/" target="_blank">[新闻]微软Office 14即将展开Alpha测试</a>]]></description></item><item><title>[JavaScript]利用JavaScript控制table中row的显示</title><link>http://www.cnblogs.com/rippleyong/archive/2006/05/26/410199.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Fri, 26 May 2006 09:53:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/05/26/410199.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/410199.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/05/26/410199.html#Feedback</comments><slash:comments>15</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/410199.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/410199.html</trackback:ping><description><![CDATA[&nbsp;&nbsp; 在程序中有时候我们需要根据选择来显示我们需要的信息,通过控制table中row的显示可以实现这样的功能.<br>&nbsp; <script  language=javascript >
function changeRow(id, status) {
document.getElementById("Row1").style.display ="none";
document.getElementById("Row2").style.display ="none";
document.getElementById("Row3").style.display ="none";
      var elm = document.getElementById("Row"+id);
      if (!elm)
            return false;
      
      elm.style.display = (status == true) ? "" : "none";
}
</script>
<table width="90%" border=0>
    <tbody>
        <tr>
            <td><select onchange="javascript: changeRow(this.value,true);" name=select>
            <option value=0 selected>None</option>
            <option value=1>Row1</option>
            <option value=2>Row2</option>
            <option value=3>Row3</option>
            </select> </td>
        </tr>
        <tr id=Row1 style="DISPLAY: none">
            <td bgColor=#99ff00>Row1</td>
        </tr>
        <tr id=Row2 style="DISPLAY: none">
            <td bgColor=#cccc99>Row2</td>
        </tr>
        <tr id=Row3 style="DISPLAY: none">
            <td bgColor=#ffcc99>Row3</td>
        </tr>
    </tbody>
</table>
<br>JavaScript<br>
<div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">&lt;</span><span style="COLOR: #000000">script&nbsp;&nbsp;language</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">javascript&nbsp;</span><span style="COLOR: #000000">&gt;</span><span style="COLOR: #000000"><br><img id=Codehighlighter1_63_358_Open_Image onclick="this.style.display='none'; Codehighlighter1_63_358_Open_Text.style.display='none'; Codehighlighter1_63_358_Closed_Image.style.display='inline'; Codehighlighter1_63_358_Closed_Text.style.display='inline';" src="http://www.cnblogs.com/images/OutliningIndicators/ExpandedBlockStart.gif" align=top><img id=Codehighlighter1_63_358_Closed_Image style="DISPLAY: none" onclick="this.style.display='none'; Codehighlighter1_63_358_Closed_Text.style.display='none'; Codehighlighter1_63_358_Open_Image.style.display='inline'; Codehighlighter1_63_358_Open_Text.style.display='inline';" src="http://www.cnblogs.com/images/OutliningIndicators/ContractedBlock.gif" align=top></span><span style="COLOR: #0000ff">function</span><span style="COLOR: #000000">&nbsp;changeRow(id,&nbsp;status)&nbsp;</span><span id=Codehighlighter1_63_358_Closed_Text style="BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; DISPLAY: none; BORDER-LEFT: #808080 1px solid; BORDER-BOTTOM: #808080 1px solid; BACKGROUND-COLOR: #ffffff"><img src="http://www.cnblogs.com/Images/dot.gif"></span><span id=Codehighlighter1_63_358_Open_Text><span style="COLOR: #000000">{<br><img src="http://www.cnblogs.com/images/OutliningIndicators/InBlock.gif" align=top>document.getElementById(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">Row1</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">).style.display&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">none</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">;<br><img src="http://www.cnblogs.com/images/OutliningIndicators/InBlock.gif" align=top>document.getElementById(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">Row2</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">).style.display&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">none</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">;<br><img src="http://www.cnblogs.com/images/OutliningIndicators/InBlock.gif" align=top>document.getElementById(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">Row3</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">).style.display&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">none</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">;<br><img src="http://www.cnblogs.com/images/OutliningIndicators/InBlock.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">var</span><span style="COLOR: #000000">&nbsp;elm&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;document.getElementById(</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">Row</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">+</span><span style="COLOR: #000000">id);<br><img src="http://www.cnblogs.com/images/OutliningIndicators/InBlock.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">if</span><span style="COLOR: #000000">&nbsp;(</span><span style="COLOR: #000000">!</span><span style="COLOR: #000000">elm)<br><img src="http://www.cnblogs.com/images/OutliningIndicators/InBlock.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">return</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">false</span><span style="COLOR: #000000">;<br><img src="http://www.cnblogs.com/images/OutliningIndicators/InBlock.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;<br><img src="http://www.cnblogs.com/images/OutliningIndicators/InBlock.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;elm.style.display&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;(status&nbsp;</span><span style="COLOR: #000000">==</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">true</span><span style="COLOR: #000000">)&nbsp;</span><span style="COLOR: #000000">?</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">""</span><span style="COLOR: #000000">&nbsp;:&nbsp;</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">none</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">;<br><img src="http://www.cnblogs.com/images/OutliningIndicators/ExpandedBlockEnd.gif" align=top>}</span></span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top></span><span style="COLOR: #000000">&lt;/</span><span style="COLOR: #000000">script</span><span style="COLOR: #000000">&gt;</span></div>
<br>HTML<br>
<div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">table&nbsp;</span><span style="COLOR: #ff0000">width</span><span style="COLOR: #0000ff">="100%"</span><span style="COLOR: #ff0000">&nbsp;border</span><span style="COLOR: #0000ff">="0"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">tr</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">td</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">select&nbsp;</span><span style="COLOR: #ff0000">name</span><span style="COLOR: #0000ff">="select"</span><span style="COLOR: #ff0000">&nbsp;&nbsp;onchange</span><span style="COLOR: #0000ff">="javascript:&nbsp;changeRow(this.value,true);"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">option&nbsp;</span><span style="COLOR: #ff0000">value</span><span style="COLOR: #0000ff">="0"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000">None</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">option</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">option&nbsp;</span><span style="COLOR: #ff0000">value</span><span style="COLOR: #0000ff">="1"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000">Row1</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">option</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">option&nbsp;</span><span style="COLOR: #ff0000">value</span><span style="COLOR: #0000ff">="2"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000">Row2</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">option</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">option&nbsp;</span><span style="COLOR: #ff0000">value</span><span style="COLOR: #0000ff">="3"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000">Row3</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">option</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">select</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">td</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">tr</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">tr&nbsp;</span><span style="COLOR: #ff0000">id</span><span style="COLOR: #0000ff">=Row1&nbsp;</span><span style="COLOR: #ff0000">style</span><span style="COLOR: #0000ff">="display:&nbsp;none;"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">td&nbsp;</span><span style="COLOR: #ff0000">bgcolor</span><span style="COLOR: #0000ff">="#99FF00"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000">Row1</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">td</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">tr</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">tr&nbsp;</span><span style="COLOR: #ff0000">id</span><span style="COLOR: #0000ff">=Row2&nbsp;</span><span style="COLOR: #ff0000">style</span><span style="COLOR: #0000ff">="display:&nbsp;none;"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">td&nbsp;</span><span style="COLOR: #ff0000">bgcolor</span><span style="COLOR: #0000ff">="#CCCC99"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000">Row2</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">td</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">tr</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">tr&nbsp;</span><span style="COLOR: #ff0000">id</span><span style="COLOR: #0000ff">=Row3&nbsp;</span><span style="COLOR: #ff0000">style</span><span style="COLOR: #0000ff">="display:&nbsp;none;"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;</span><span style="COLOR: #800000">td&nbsp;</span><span style="COLOR: #ff0000">bgcolor</span><span style="COLOR: #0000ff">="#FFCC99"</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000">Row3</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">td</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;</span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">tr</span><span style="COLOR: #0000ff">&gt;</span><span style="COLOR: #000000"><br><img src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top></span><span style="COLOR: #0000ff">&lt;/</span><span style="COLOR: #800000">table</span><span style="COLOR: #0000ff">&gt;</span></div>
<br>
<img src ="http://www.cnblogs.com/rippleyong/aggbug/410199.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41801/" target="_blank">[新闻]《星际争霸2》新图</a>]]></description></item><item><title>[转载]ASP.NET MasterPage 中图片路径的解决办法 </title><link>http://www.cnblogs.com/rippleyong/archive/2006/05/19/404239.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Fri, 19 May 2006 04:55:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/05/19/404239.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/404239.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/05/19/404239.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/404239.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/404239.html</trackback:ping><description><![CDATA[<br>一般而言，链接路径的表达有三种方式：绝对路径、相对路径和基于根目录的路径。另外对于ASP.NET服务器控件来说，还可以使用&#8220;~&#8221;来代替根目录来表示。<br>在MasterPage和用户控件中，经常要使用一些图片作为背景或漂亮的按钮，但是在指定图片的src或者background时候，经常因为链接路径的问题而出错。<br>1.使用绝对路径：使用形如&#8220;D:\xxx\xxx.gif&#8221;的绝对文件路径一般情况下是不可取的。可以考虑采取url的方法，写成<a href="http://xxxx/xx/xxx.gif">http://xxxx/xx/xxx.gif</a>&#8221;。但是缺点是不利于移植，例如现在站点的地址为<a href="http://www.xxx.net/">http://www.xxx.net</a>，如果有一天站点更该<a href="http://www.xxx.com/">http://www.xxx.com</a>，则所有的链接地址都失效，需要进行更改，难以维护。<br>2.使用相对路径：使用相对于页面位置的路径，比如&#8220;..\images\xxx.gif&#8221;，这样MasterPage和用户控件中都能正确显示，但是如果将继承MasterPage的页面放到不同的文件夹下，或者使用用户控件的页面不在同一文件夹，那么该页面又会找不到正确的图片位置了！<br>3.基于根目录的路径：形如：&lt;a href="<a href="http://www.knowsky.com/xxx/xxx.gif">http://www.knowsky.com/xxx/xxx.gif</a>"&gt;这样的解决方法在ASP.NET2.0调试的时候，因为没有建立虚拟目录，并不能正确显示（我也不是很肯定，没有确认^_^）。而我在非服务器控件的HTML标签元素上无法使用&#8220;~&#8221;来指定路径。<br>那么，在设计时让图片可见，我们应该怎么来处理呢？我采用了CSS来完成这项工作。针对要显示图片的元素和控件，我们可以写一段简单的css来定位图片，因为css文件的位置是一般不会改变的(位于App_Theme/themename/xxx.css)，这种方法也就行之有效了。<br>.HideBar<br>{<br>&nbsp;&nbsp;&nbsp; height:56px;<br>&nbsp;&nbsp;&nbsp; width:5px;<br>&nbsp;&nbsp;&nbsp; cursor:hand;<br>&nbsp;&nbsp;&nbsp; background-image: url(../../images/xxx.gif);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>}接下来我们只需要在相应的元素和控件的cssclass中填入HideBar，就可以做到每个继承MasterPage或使用用户控件的页面都能正确显示图片了。
<img src ="http://www.cnblogs.com/rippleyong/aggbug/404239.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41800/" target="_blank">[新闻]Google放出Android开发路线图</a>]]></description></item><item><title>在Enterprise Library for .NET Framework 2.0中使用外部的配置元数据的文件(my.config)</title><link>http://www.cnblogs.com/rippleyong/archive/2006/04/11/372397.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Tue, 11 Apr 2006 09:18:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/04/11/372397.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/372397.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/04/11/372397.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/372397.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/372397.html</trackback:ping><description><![CDATA[摘要: 一般情况下，包含配置元数据的文件为Windows应用程序的App.Config或Web应用程序的Web.Config文件.这里介绍如何使用外部的置元数据的文件.&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2006/04/11/372397.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/372397.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41799/" target="_blank">[新闻]番茄花园作者被警方逮捕</a>]]></description></item><item><title>[推荐]知行英语:MP3学英语,太棒了.</title><link>http://www.cnblogs.com/rippleyong/archive/2006/03/29/361480.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Wed, 29 Mar 2006 01:36:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/03/29/361480.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/361480.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/03/29/361480.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/361480.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/361480.html</trackback:ping><description><![CDATA[<span style="COLOR: #ff6600">&nbsp;不要把学英语太当回事，看看、听听、玩玩就差不多了，真的，就那么回事！</span> <br><br><a href="http://210.51.6.45/index_new.asp#">知行英语随身学<br></a><br><a href="http://blog.sina.com.cn/u/1181795575">新浪上的知行播客</a><br>
<img src ="http://www.cnblogs.com/rippleyong/aggbug/361480.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41792/" target="_blank">[新闻]WordPress和Movable Type影响社交网站的未来</a>]]></description></item><item><title>[转载]Enterprise Library 2.0 - 从配置应用程序块(Configuration Block )到IConfigurationSource接口(SystemConfigurationSource和FileConfigurationSource)</title><link>http://www.cnblogs.com/rippleyong/archive/2006/03/27/360073.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Mon, 27 Mar 2006 06:14:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/03/27/360073.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/360073.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/03/27/360073.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/360073.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/360073.html</trackback:ping><description><![CDATA[摘要: 在Enterprise Library 2.0中去掉了Configuration Block ,采用了新的接口IConfigurationSource,这篇文章介绍了Configuration Block to IConfigurationSource的变化和使用方法.&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2006/03/27/360073.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/360073.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41791/" target="_blank">[新闻]谷歌平台手机获准上市</a>]]></description></item><item><title>[转载]Enterprise Library 2.0 Data Access Application Block</title><link>http://www.cnblogs.com/rippleyong/archive/2006/03/27/360065.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Mon, 27 Mar 2006 06:08:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/03/27/360065.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/360065.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/03/27/360065.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/360065.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/360065.html</trackback:ping><description><![CDATA[摘要: Enterprise Library 2.0 Data Access Application Block使用方法&nbsp;&nbsp;<a href='http://www.cnblogs.com/rippleyong/archive/2006/03/27/360065.html'>阅读全文</a><img src ="http://www.cnblogs.com/rippleyong/aggbug/360065.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41791/" target="_blank">[新闻]谷歌平台手机获准上市</a>]]></description></item><item><title>在DatailsView控件删除操作中添加确认询问.</title><link>http://www.cnblogs.com/rippleyong/archive/2006/03/20/354021.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Mon, 20 Mar 2006 06:35:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/03/20/354021.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/354021.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/03/20/354021.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/354021.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/354021.html</trackback:ping><description><![CDATA[<br>&nbsp;<br><span style="FONT-SIZE: 10pt">&nbsp;DetailsView 控件能够自动绑定到任何数据源控件，使用其数据操作集。控件能够自动分页、更新、插入和删除底层数据源的数据项.如何在删除操作中添加确认询问呢,下面的代码是种方法.</span><br><br><br>
<div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">Protected</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Sub</span><span style="COLOR: #000000">&nbsp;GridView1_ItemCreated(</span><span style="COLOR: #0000ff">ByVal</span><span style="COLOR: #000000">&nbsp;sender&nbsp;</span><span style="COLOR: #0000ff">As</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Object</span><span style="COLOR: #000000">,&nbsp;</span><span style="COLOR: #0000ff">ByVal</span><span style="COLOR: #000000">&nbsp;e&nbsp;</span><span style="COLOR: #0000ff">As</span><span style="COLOR: #000000">&nbsp;System.EventArgs)&nbsp;</span><span style="COLOR: #0000ff">Handles</span><span style="COLOR: #000000">&nbsp;GridView1.ItemCreated<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #008000">'</span><span style="COLOR: #008000">&nbsp;检查页脚行是否存在</span><span style="COLOR: #008000"><br></span><span style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">If</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Not</span><span style="COLOR: #000000">&nbsp;(GridView1.FooterRow&nbsp;</span><span style="COLOR: #0000ff">Is</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Nothing</span><span style="COLOR: #000000">)&nbsp;</span><span style="COLOR: #0000ff">Then</span><span style="COLOR: #000000"><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #008000">'</span><span style="COLOR: #008000">检查是否有行在DatailViews中存在</span><span style="COLOR: #008000"><br></span><span style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">If</span><span style="COLOR: #000000">&nbsp;GridView1.Rows.Count&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">0</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Then</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Exit&nbsp;Sub</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #008000">'</span><span style="COLOR: #008000">Command&nbsp;bar在最后的最后一行</span><span style="COLOR: #008000"><br></span><span style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">Dim</span><span style="COLOR: #000000">&nbsp;commandRowIndex&nbsp;</span><span style="COLOR: #0000ff">As</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Integer</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;GridView1.Rows.Count&nbsp;</span><span style="COLOR: #000000">-</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">1</span><span style="COLOR: #000000"><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">Dim</span><span style="COLOR: #000000">&nbsp;commandRow&nbsp;</span><span style="COLOR: #0000ff">As</span><span style="COLOR: #000000">&nbsp;DetailsViewRow&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;GridView1.Rows(commandRowIndex)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #008000">'</span><span style="COLOR: #008000">查找&nbsp;DELETE&nbsp;按钮</span><span style="COLOR: #008000"><br></span><span style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">Dim</span><span style="COLOR: #000000">&nbsp;cell&nbsp;</span><span style="COLOR: #0000ff">As</span><span style="COLOR: #000000">&nbsp;DataControlFieldCell&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">CType</span><span style="COLOR: #000000">(commandRow.Controls(</span><span style="COLOR: #000000">0</span><span style="COLOR: #000000">),&nbsp;DataControlFieldCell)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">Dim</span><span style="COLOR: #000000">&nbsp;ctl&nbsp;</span><span style="COLOR: #0000ff">As</span><span style="COLOR: #000000">&nbsp;Control<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">For</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Each</span><span style="COLOR: #000000">&nbsp;ctl&nbsp;</span><span style="COLOR: #0000ff">In</span><span style="COLOR: #000000">&nbsp;cell.Controls<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #008000">'</span><span style="COLOR: #008000">检查找到的控件时候是LinkButton</span><span style="COLOR: #008000"><br></span><span style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">If</span><span style="COLOR: #000000">&nbsp;ctl.ToString&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">System.Web.UI.WebControls.DataControlLinkButton</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Then</span><span style="COLOR: #000000"><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">Dim</span><span style="COLOR: #000000">&nbsp;link&nbsp;</span><span style="COLOR: #0000ff">As</span><span style="COLOR: #000000">&nbsp;LinkButton&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;ctl&nbsp;</span><span style="COLOR: #008000">'<br></span><span style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">If</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Not</span><span style="COLOR: #000000">&nbsp;(link&nbsp;</span><span style="COLOR: #0000ff">Is</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Nothing</span><span style="COLOR: #000000">)&nbsp;</span><span style="COLOR: #0000ff">Then</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">If</span><span style="COLOR: #000000">&nbsp;link.CommandName&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">Delete</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">Then</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;link.ToolTip&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">删除操作</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;link.OnClientClick&nbsp;</span><span style="COLOR: #000000">=</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000">return&nbsp;confirm('你是否确定删除这条记录?');</span><span style="COLOR: #000000">"</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">End</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">If</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">End</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">If</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">End</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">If</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">Next</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">End</span><span style="COLOR: #000000">&nbsp;</span><span style="COLOR: #0000ff">If</span><span style="COLOR: #000000"><br>&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="COLOR: #0000ff">End&nbsp;Sub</span></div>
<img src ="http://www.cnblogs.com/rippleyong/aggbug/354021.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41790/" target="_blank">[新闻]微软自称传媒公司 强调搜索引擎三大趋势</a>]]></description></item><item><title>[DataGrid技巧]将RadioButton加入到DataGrid模板列后单选简单实现</title><link>http://www.cnblogs.com/rippleyong/archive/2006/01/18/319747.html</link><dc:creator>涟漪勇</dc:creator><author>涟漪勇</author><pubDate>Wed, 18 Jan 2006 09:40:00 GMT</pubDate><guid>http://www.cnblogs.com/rippleyong/archive/2006/01/18/319747.html</guid><wfw:comment>http://www.cnblogs.com/rippleyong/comments/319747.html</wfw:comment><comments>http://www.cnblogs.com/rippleyong/archive/2006/01/18/319747.html#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://www.cnblogs.com/rippleyong/comments/commentRss/319747.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/rippleyong/services/trackbacks/319747.html</trackback:ping><description><![CDATA[<SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"><BR>SourceCode:<A href="http://www.cnblogs.com/Files/rippleyong/TestSingleSelect.rar"><FONT color=#002c99>TestSingleSelect.rar</FONT></A><BR><BR>先写下Javascript:<BR>
<DIV style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><SPAN style="COLOR: #000000">&lt;</SPAN><SPAN style="COLOR: #000000">script&nbsp;language</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">javascript</SPAN><SPAN style="COLOR: #000000">"</SPAN><SPAN style="COLOR: #000000">&gt;</SPAN><SPAN style="COLOR: #000000"><BR><BR>&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">var</SPAN><SPAN style="COLOR: #000000">&nbsp;flag&nbsp;</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">0</SPAN><SPAN style="COLOR: #000000">;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">var</SPAN><SPAN style="COLOR: #000000">&nbsp;lastObj;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;</SPAN><SPAN style="COLOR: #0000ff">function</SPAN><SPAN style="COLOR: #000000">&nbsp;CancelSelect(obj){&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">if</SPAN><SPAN style="COLOR: #000000">&nbsp;(flag&nbsp;</SPAN><SPAN style="COLOR: #000000">==</SPAN><SPAN style="COLOR: #000000">&nbsp;</SPAN><SPAN style="COLOR: #000000">0</SPAN><SPAN style="COLOR: #000000">)<BR>&nbsp;&nbsp;{&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;lastObj&nbsp;</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">&nbsp;obj;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;flag</SPAN><SPAN style="COLOR: #000000">+=</SPAN><SPAN style="COLOR: #000000">1</SPAN><SPAN style="COLOR: #000000">;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">else</SPAN><SPAN style="COLOR: #000000"><BR>&nbsp;&nbsp;{&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">if</SPAN><SPAN style="COLOR: #000000">&nbsp;(lastObj.id&nbsp;</SPAN><SPAN style="COLOR: #000000">!=</SPAN><SPAN style="COLOR: #000000">&nbsp;obj.id){&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lastObj.checked&nbsp;</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">&nbsp;</SPAN><SPAN style="COLOR: #0000ff">false</SPAN><SPAN style="COLOR: #000000">;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lastObj&nbsp;</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">&nbsp;obj;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;}<BR>&nbsp;}&nbsp;&nbsp;&nbsp;<BR></SPAN><SPAN style="COLOR: #000000">&lt;/</SPAN><SPAN style="COLOR: #000000">script</SPAN><SPAN style="COLOR: #000000">&gt;</SPAN></DIV><BR>在模板列中添加Radiobutton,并且激发javascript: 
<DIV style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><SPAN style="COLOR: #000000">&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">ItemTemplate</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR><IMG src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;</SPAN><SPAN style="COLOR: #800000">asp:RadioButton&nbsp;</SPAN><SPAN style="COLOR: #ff0000">id</SPAN><SPAN style="COLOR: #0000ff">="rbSelect"</SPAN><SPAN style="COLOR: #ff0000">&nbsp;</SPAN><SPAN style="COLOR: #ff0000">&nbsp;onclick</SPAN><SPAN style="COLOR: #0000ff">="javascript:CancelSelect(this);"</SPAN><SPAN style="COLOR: #ff0000">&nbsp;runat</SPAN><SPAN style="COLOR: #0000ff">="server"</SPAN><SPAN style="COLOR: #0000ff">&gt;&lt;/</SPAN><SPAN style="COLOR: #800000">asp:RadioButton</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN><SPAN style="COLOR: #000000"><BR>&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">&lt;/</SPAN><SPAN style="COLOR: #800000">ItemTemplate</SPAN><SPAN style="COLOR: #0000ff">&gt;</SPAN></DIV><BR>在后置代码中得到选择的RadioButton<BR>
<DIV style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"><IMG src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top><SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">Dim</SPAN><SPAN style="COLOR: #000000">&nbsp;DemoGridItem&nbsp;</SPAN><SPAN style="COLOR: #0000ff">As</SPAN><SPAN style="COLOR: #000000">&nbsp;DataGridItem<BR><IMG src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">For</SPAN><SPAN style="COLOR: #000000">&nbsp;</SPAN><SPAN style="COLOR: #0000ff">Each</SPAN><SPAN style="COLOR: #000000">&nbsp;DemoGridItem&nbsp;</SPAN><SPAN style="COLOR: #0000ff">In</SPAN><SPAN style="COLOR: #000000">&nbsp;grdEmployees.Items<BR><IMG src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">Dim</SPAN><SPAN style="COLOR: #000000">&nbsp;myRadioButton&nbsp;</SPAN><SPAN style="COLOR: #0000ff">As</SPAN><SPAN style="COLOR: #000000">&nbsp;RadioButton&nbsp;</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">&nbsp;</SPAN><SPAN style="COLOR: #0000ff">CType</SPAN><SPAN style="COLOR: #000000">(DemoGridItem.Cells(</SPAN><SPAN style="COLOR: #000000">0</SPAN><SPAN style="COLOR: #000000">).Controls(</SPAN><SPAN style="COLOR: #000000">1</SPAN><SPAN style="COLOR: #000000">),&nbsp;RadioButton)<BR><IMG src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">If</SPAN><SPAN style="COLOR: #000000">&nbsp;myRadioButton.Checked&nbsp;</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">&nbsp;</SPAN><SPAN style="COLOR: #0000ff">True</SPAN><SPAN style="COLOR: #000000">&nbsp;</SPAN><SPAN style="COLOR: #0000ff">Then</SPAN><SPAN style="COLOR: #000000"><BR><IMG src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;myRadioButton.Checked&nbsp;</SPAN><SPAN style="COLOR: #000000">=</SPAN><SPAN style="COLOR: #000000">&nbsp;</SPAN><SPAN style="COLOR: #0000ff">False</SPAN><SPAN style="COLOR: #000000"><BR><IMG src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #008000">'</SPAN><SPAN style="COLOR: #008000">Get&nbsp;Select&nbsp;RadioButton</SPAN><SPAN style="COLOR: #008000"><BR><IMG src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top></SPAN><SPAN style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">End</SPAN><SPAN style="COLOR: #000000">&nbsp;</SPAN><SPAN style="COLOR: #0000ff">If</SPAN><SPAN style="COLOR: #000000"><BR><IMG src="http://www.cnblogs.com/images/OutliningIndicators/None.gif" align=top>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="COLOR: #0000ff">Next</SPAN></DIV><BR><BR><BR>当然还有一些不错的方法,我把一篇文章转载我的Bolg上.<U><FONT color=#800080><A href="http://rippleyong.cnblogs.com/articles/319744.html"><U><FONT color=#800080>RadioButton加入DataGrid模板列引起的问题</FONT></U></A><BR></FONT></U><BR>CodeProject：<FONT style="FONT-SIZE: 10pt" size=5><A href="http://www.codeproject.com/aspnet/How_group_RButtons.asp?df=100&amp;forumid=89802&amp;fr=26"><FONT style="FONT-SIZE: 10pt" size=5>How to group RadioButtons</FONT></A></FONT><BR><BR></SPAN><img src ="http://www.cnblogs.com/rippleyong/aggbug/319747.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/41789/" target="_blank">[新闻]亚洲社交网站Friendster将兼容竞争对手窗件</a>]]></description></item></channel></rss>