<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>cpp2017(慕白兄)的专栏</title><link>http://blog.csdn.net/cpp2017/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 04 Apr 2008 12:14:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>自己动手做一个日期选择控件(自定义控件)</title><link>http://blog.csdn.net/cpp2017/archive/2008/04/03/2247258.aspx</link><pubDate>Thu, 03 Apr 2008 14:35:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2008/04/03/2247258.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/2247258.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2008/04/03/2247258.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/2247258.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2247258</trackback:ping><description>做一个日期选择的自定义控件。&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/2247258.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>asp.net导出数据到Excel的几种方法(3/3) </title><link>http://blog.csdn.net/cpp2017/archive/2008/04/02/2245396.aspx</link><pubDate>Wed, 02 Apr 2008 16:28:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2008/04/02/2245396.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/2245396.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2008/04/02/2245396.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/2245396.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2245396</trackback:ping><description>利用OLEDB访问Excel实现数据到Excel&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/2245396.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>asp.net导出数据到Excel的几种方法(2/3) </title><link>http://blog.csdn.net/cpp2017/archive/2008/04/02/2245276.aspx</link><pubDate>Wed, 02 Apr 2008 15:47:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2008/04/02/2245276.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/2245276.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2008/04/02/2245276.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/2245276.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2245276</trackback:ping><description>使用Excel.Application来导出asp.net 数据。&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/2245276.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>asp.net导出数据到Excel的几种方法(1/3)</title><link>http://blog.csdn.net/cpp2017/archive/2008/04/02/2244368.aspx</link><pubDate>Wed, 02 Apr 2008 12:34:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2008/04/02/2244368.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/2244368.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2008/04/02/2244368.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/2244368.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2244368</trackback:ping><description>asp.net导出到Excel方法归纳。&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/2244368.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>打造自己的asp.net验证控件</title><link>http://blog.csdn.net/cpp2017/archive/2008/04/01/2235114.aspx</link><pubDate>Tue, 01 Apr 2008 10:40:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2008/04/01/2235114.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/2235114.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2008/04/01/2235114.aspx#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/2235114.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2235114</trackback:ping><description>     ASP.NET自带的验证控件具体使用方便，开发快捷等优点。开发人员不必使用js就可以方便地对页面各项控件进行输入验证。但是它也有些不足之处，如：界面单调， 只能通过红色字体显示（当然自定义验证控件除外）；只能放在某一固定位置；需要占用一定的版面空间，如果错误消息比较长，会严重影响布局即使将显示方式设为dynamic，当它显示错误消息时会撑大页面，影响美观，因此，我们有必要对它稍改进一下。&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/2235114.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>web自定义控件示例，一个自动分页的datagrid例子</title><link>http://blog.csdn.net/cpp2017/archive/2007/03/22/1538109.aspx</link><pubDate>Thu, 22 Mar 2007 23:46:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2007/03/22/1538109.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/1538109.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2007/03/22/1538109.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/1538109.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1538109</trackback:ping><description>web自定义控件。&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/1538109.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>Repeater的应用之嵌套和行操作</title><link>http://blog.csdn.net/cpp2017/archive/2007/03/22/1538066.aspx</link><pubDate>Thu, 22 Mar 2007 22:58:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2007/03/22/1538066.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/1538066.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2007/03/22/1538066.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/1538066.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1538066</trackback:ping><description>repeater的嵌套。&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/1538066.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>模态窗口中的脚本刷新</title><link>http://blog.csdn.net/cpp2017/archive/2007/03/01/1517823.aspx</link><pubDate>Thu, 01 Mar 2007 10:29:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2007/03/01/1517823.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/1517823.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2007/03/01/1517823.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/1517823.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1517823</trackback:ping><description>关于模态窗口的脚本刷新&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/1517823.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>窗口间的关系及交互(二) </title><link>http://blog.csdn.net/cpp2017/archive/2007/02/27/1515474.aspx</link><pubDate>Tue, 27 Feb 2007 01:03:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2007/02/27/1515474.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/1515474.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2007/02/27/1515474.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/1515474.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1515474</trackback:ping><description>前一篇讲了窗口间的关系，下面来谈谈怎么交互。
&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/1515474.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>窗口间的关系及交互(一)</title><link>http://blog.csdn.net/cpp2017/archive/2007/02/27/1515428.aspx</link><pubDate>Tue, 27 Feb 2007 00:24:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2007/02/27/1515428.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/1515428.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2007/02/27/1515428.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/1515428.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1515428</trackback:ping><description>窗口间的关系及交互(一)&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/1515428.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>cpp2017(慕白兄)</dc:creator><title>GridView或DataGrid 固定表头,滚动数据的例子.</title><link>http://blog.csdn.net/cpp2017/archive/2007/02/03/1501636.aspx</link><pubDate>Sat, 03 Feb 2007 01:07:00 GMT</pubDate><guid>http://blog.csdn.net/cpp2017/archive/2007/02/03/1501636.aspx</guid><wfw:comment>http://blog.csdn.net/cpp2017/comments/1501636.aspx</wfw:comment><comments>http://blog.csdn.net/cpp2017/archive/2007/02/03/1501636.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/cpp2017/comments/commentRss/1501636.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1501636</trackback:ping><description>固定表头&lt;img src ="http://blog.csdn.net/cpp2017/aggbug/1501636.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>