<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_C#之旅</title><subtitle type="text">　　　　　　　　　　　走自己的路，让别人打的去吧。</subtitle><id>http://feed.cnblogs.com/blog/u/18166/rss</id><updated>2009-09-26T13:15:23Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18166/rss"/><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/09/26/1574642.html</id><title type="text">好久没有更新了，来露个头！</title><summary type="text">下半年工作比较多，时间也比较紧张，来的次数多了，主要的是上班时间不能上网，晚上又要回家带孩子，呵呵！大家一向可好？</summary><published>2009-09-26T13:15:00Z</published><updated>2009-09-26T13:15:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/09/26/1574642.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/09/26/1574642.html"/></entry><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/05/30/1492555.html</id><title type="text">GridView全选全不选以及读取隐藏列的值的方法</title><summary type="text">经过测试可以使用的方法：1、在gridview里边设置两个checkbox，均为服务器控件，postback不需要；如下面的代码&amp;lt;asp:GridView ID="gvUsers" runat="server" AutoGenerateColumns="False"  DataKeyNames="ID"&amp;gt; &amp;lt;Columns&amp;gt; &amp;lt;asp:TemplateField He...</summary><published>2009-05-30T15:42:00Z</published><updated>2009-05-30T15:42:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/30/1492555.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/30/1492555.html"/></entry><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/05/30/1492263.html</id><title type="text">使用css 控制GridView显示出来的数据</title><summary type="text">交替行的问题交替行一般是设置背景颜色变化，有以下步骤： 1、定义交替行的css样式 .AlternatingRowStyle{ background: #f8f8f8; }2、应用该样式 在下面增加一行，引入css样式 GirdView显示表格的控制问题与一般的表格控制一样,连接css文件即可，无需在GridView里边定义 table { border-collapse:collapse; /*...</summary><published>2009-05-30T07:36:00Z</published><updated>2009-05-30T07:36:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/30/1492263.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/30/1492263.html"/></entry><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/05/26/1490412.html</id><title type="text">[转] 在asp.net 2.0中配置FCKeditor 2.6.4</title><summary type="text">下载：http://www.fckeditor.net  （要下载FCKeditor2.6.zip和FCKeditor.NET2.5版的2个zip包）  FCKeditor2.6zip是其最新的Javascript文件和图片等；  FCKeditor.NET.zip是一个ASP.NET控件DLL文件。  下面结合一个ASP.NET2.0的项目来具体看看FCKeditor的安装、配置、使用。在开始之...</summary><published>2009-05-26T13:42:00Z</published><updated>2009-05-26T13:42:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/26/1490412.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/26/1490412.html"/></entry><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/05/26/1490411.html</id><title type="text">ASP.NET 中使用Fckeditor 2.6.4</title><summary type="text">一、自定义 FCKeditor 的 BasePathBasePath 即FCKeditor在网站中的相对路径，默认值是 /fckeditor/，最好在Web.config appSettings中对其进行配置： 这样做有诸多优点：  开发环境与生产环境不同，开发环境一般是http://localhost/xxx.com/这种情况下FCKeditor就得放在一个虚拟目录http://localhos...</summary><published>2009-05-26T13:40:00Z</published><updated>2009-05-26T13:40:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/26/1490411.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/26/1490411.html"/></entry><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/05/24/1488421.html</id><title type="text">[幽默笑话]唐僧取经</title><summary type="text">唐僧师徒历经九九八十一难，终于见到了如来佛求取真经。 如来问：“你们带U盘了么？” 唐僧师徒：  如来又问：“移动硬盘呢？” 唐僧师徒：  如来继续问：“ IPOD也可以。” 唐僧师徒：  如来叹了口气：“那你们就原路回去吧，我用QQ传给你们！” 唐僧： ，早知道加你QQ就完了，老子还走这么远干嘛啊。 如来的回应道：“你们以为要加就加啊，我经常隐身滴！ 最后，如来还来句：你们有没psp啊？” 唐僧...</summary><published>2009-05-24T13:07:00Z</published><updated>2009-05-24T13:07:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/24/1488421.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/24/1488421.html"/></entry><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/05/23/1487808.html</id><title type="text">表格细边框css</title><summary type="text"/><published>2009-05-23T10:32:00Z</published><updated>2009-05-23T10:32:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/23/1487808.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/23/1487808.html"/></entry><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/05/22/1487312.html</id><title type="text">快过生日了，买了基本asp.net的书给自己做生日礼物</title><summary type="text">这样最实惠了，又可以学习，又便宜。划算！</summary><published>2009-05-22T12:14:00Z</published><updated>2009-05-22T12:14:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/22/1487312.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/22/1487312.html"/></entry><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/05/16/1458226.html</id><title type="text">使用windows Live Writer来管理自己的博客</title><summary type="text">看到了网上有关大家使用windows live writer来管理博客，自己也下载了，然后，然后输入测试！呵呵！</summary><published>2009-05-16T04:25:00Z</published><updated>2009-05-16T04:25:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/16/1458226.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/16/1458226.html"/></entry><entry><id>http://www.cnblogs.com/CShapWinForms/archive/2009/05/16/1458211.html</id><title type="text">最近准备学习下asp.net ajax，朋友们多鼓励我啊！</title><summary type="text">人不学习不行啊。</summary><published>2009-05-16T03:46:00Z</published><updated>2009-05-16T03:46:00Z</updated><author><name>c#之旅</name><uri>http://www.cnblogs.com/CShapWinForms/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/16/1458211.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CShapWinForms/archive/2009/05/16/1458211.html"/></entry></feed>
