﻿<?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>博客园-.NET人字拖-随笔分类-ServerContols</title><link>http://www.cnblogs.com/xdotnet/category/71183.html</link><description /><language>zh-cn</language><lastBuildDate>Tue, 20 May 2008 10:07:38 GMT</lastBuildDate><pubDate>Tue, 20 May 2008 10:07:38 GMT</pubDate><ttl>60</ttl><item><title>[VS2008”Orcas”]ASP.NET将引入新控件ListView</title><link>http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 10 May 2007 12:23:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/742094.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/742094.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/742094.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 很多人可能在以前的ASP.NET版本中就已经用到ListView控件了，但是那个应该是第三方的控件。这回Microsoft将在ASP.NET中引入ListView控件，这个控件将DataList, FormView, 和 GridView 控件的功能集成到一个控件中。同DataList 和 Repeater控件一样，他通过模板和样式表来格式化你所绑定的数据并呈现输出，然而他又能支持排序，更新，分页和删除等。本文将讲述ListView的一些基础知识，下面我们一起来看看吧！&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/742094.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-05-10 20:23 <a href="http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[ajax笔记]UpdatePanel控件介绍</title><link>http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Sun, 01 Apr 2007 09:39:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/696083.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/696083.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/696083.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   UpdatePanel控件可以使你构建丰富的,类似客户端的应用程序。应用UpdatePanel控件可以使你的页面回调进行局部更新，而不需整个页面进行更新。这就是引用页面的局部更新，在页面中引用一个ScriptManager控件和一个或多个UpdatePanel控件可以使你的整个页面在没有任何脚本的情况下达到局部更新的效果。<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/696083.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-04-01 17:39 <a href="http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]运用HtmlInputFile服务器控件上传多个文件</title><link>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 07 Mar 2007 12:13:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/667195.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/667195.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/667195.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:    由于发现以前写的文章都是乱来的，想到什么就写什么？看到别人的文章何等地规范，又通俗易懂，条理又很强，于是乎我就想了一个方法，来训练一下自己的写作方式，通过翻译一些老外的文章来玩玩，可能不断格式化自己可以写出格式不错的文章来，费话不用多说的，今天来翻译一篇比较简单的文章来做为这个计划的开始，OK！运用HtmlInputFile服务器控件上传多个文件[Upload multiple files using HtmlInputFile control]。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/667195.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-03-07 20:13 <a href="http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>经常用到的Banner服务器控件的开发</title><link>http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 13 Dec 2006 11:29:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/591351.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/591351.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/591351.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 无论是论坛，还是博客就连普通的个人网页就离不开Banner，Banner主要就是图片或Flash。以前经常用到都没有把他封装成一个服务器控件，今天有点空闲所以就把它封装了。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/591351.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-12-13 19:29 <a href="http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[GridView控件]DataKeyNames</title><link>http://www.cnblogs.com/xdotnet/archive/2006/10/19/DataKeyNames.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 19 Oct 2006 12:24:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/10/19/DataKeyNames.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/534072.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/10/19/DataKeyNames.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/534072.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/534072.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   今天终于把这个东西弄明白了，一直在其它层写程序，对于表现层的这个GridView那是没办法啊，只能慢慢的修改，谁叫没人帮呢？第一个版本的项目中那是丑的很啊，由于GridView字段如果将其隐藏就读不出值来，那怎么办呢，只好把ID那一列给显示出来，今天再也忍不住了，发现了DataKeyNames这个东东，哈哈解决了。<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/10/19/DataKeyNames.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/534072.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-10-19 20:24 <a href="http://www.cnblogs.com/xdotnet/archive/2006/10/19/DataKeyNames.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[GridView控件]自定义分页</title><link>http://www.cnblogs.com/xdotnet/archive/2006/09/29/gridview_paging_myself.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 28 Sep 2006 16:00:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/09/29/gridview_paging_myself.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/517717.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/09/29/gridview_paging_myself.html#Feedback</comments><slash:comments>25</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/517717.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/517717.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   前些天我写了关于 <<在存储过程中实现分页>>和<<GridView控件事件详解>> ,后来又有一些人问我怎样在GridView中应用这个东东!其实很简单,主要是怎么保存当前页面的页码PageIndex问题,不过把这个解决了什么都好办了.因为在分页过程中:PageSize是一定的,我们可以用一个属性来表示.保存PageIndex好多中方法,而且数据不是很庞大,基本不会好太多的资源.还是一句老话,话再多都没有例子直观.&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/09/29/gridview_paging_myself.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/517717.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-09-29 00:00 <a href="http://www.cnblogs.com/xdotnet/archive/2006/09/29/gridview_paging_myself.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[GridView控件]事件详解</title><link>http://www.cnblogs.com/xdotnet/archive/2006/09/23/GridView_Events.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Sat, 23 Sep 2006 12:45:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/09/23/GridView_Events.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/512883.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/09/23/GridView_Events.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/512883.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/512883.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: GridView是一个非常强大的控件,它支持分页,排序等等,我想每个人都应该用过这个控件,最近有个网友问了我一些问题,平时也没多大的注意,只要能满足自己的一些需求就没有深入的研究.通过了一段时间的研究发现功能强大的同时所带来的事件也是相当之多,在网上收集了一下...&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/09/23/GridView_Events.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/512883.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-09-23 20:45 <a href="http://www.cnblogs.com/xdotnet/archive/2006/09/23/GridView_Events.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>