<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>无为 - ASP.NET</title><link>http://blog.csdn.net/codeshark/category/348899.aspx</link><description>ASP.NET是一种建立在通用语言上的程序构架，能被用于一台Web服务器来建立强大的Web应用程序。</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 19 Aug 2008 14:54:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>无为</dc:creator><title>C#基础知识汇总</title><link>http://blog.csdn.net/codeshark/archive/2008/08/19/2795450.aspx</link><pubDate>Tue, 19 Aug 2008 14:02:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/08/19/2795450.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2795450.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/08/19/2795450.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2795450.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2795450</trackback:ping><description>搞ASP.NET开发1年多了。学到了很多东西，也失去了很多东西。今天特别无聊，于是想把C#基础知识总结以下，毕竟万丈高楼平地起嘛！&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2795450.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>ListBox和DropDownList遍历控件获取SelectedIndex属性</title><link>http://blog.csdn.net/codeshark/archive/2008/06/27/2590871.aspx</link><pubDate>Fri, 27 Jun 2008 10:33:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/06/27/2590871.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2590871.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/06/27/2590871.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2590871.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2590871</trackback:ping><description>ListBox和DropDownList遍历控件获取SelectedIndex属性&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2590871.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>动态创建TreeView控件</title><link>http://blog.csdn.net/codeshark/archive/2008/06/25/2586677.aspx</link><pubDate>Wed, 25 Jun 2008 19:16:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/06/25/2586677.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2586677.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/06/25/2586677.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2586677.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2586677</trackback:ping><description>动态创建TreeView控件绑定数据库取值&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2586677.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>如何使用XML填充DataSet</title><link>http://blog.csdn.net/codeshark/archive/2008/06/24/2583465.aspx</link><pubDate>Tue, 24 Jun 2008 20:21:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/06/24/2583465.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2583465.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/06/24/2583465.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2583465.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2583465</trackback:ping><description>页面初始化调用GetDataSet()函数，然后创建保存数据的DataSet对象ds和DataTable对象的dataTable,然后从XML文件xmlfile.xml中读取数据，并添加到对象dataTable中，最后使用dataTable填充DataSet对象ds,最后进行GridView绑定。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2583465.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>ASP.NET 2.0中的五个数据控件概述</title><link>http://blog.csdn.net/codeshark/archive/2008/06/03/2508810.aspx</link><pubDate>Tue, 03 Jun 2008 21:22:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/06/03/2508810.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2508810.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/06/03/2508810.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2508810.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2508810</trackback:ping><description>ASP.NET 2.0中的五个数据控件概述：GridView  DataList  Repeater  DetailsView  FormView&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2508810.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>meta:resourcekey引起的ASP.NET2.0多语言本地化技术分析</title><link>http://blog.csdn.net/codeshark/archive/2008/06/01/2501705.aspx</link><pubDate>Sun, 01 Jun 2008 22:56:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/06/01/2501705.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2501705.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/06/01/2501705.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2501705.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2501705</trackback:ping><description>在 ASP.NET 页中，可以使用下列方法检索由 ASP.NET 编译并由 .NET Framework 资源管理器管理的资源文件中的值。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2501705.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>格式转化问题(粗枝大叶)</title><link>http://blog.csdn.net/codeshark/archive/2008/05/25/2480385.aspx</link><pubDate>Sun, 25 May 2008 19:18:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/05/25/2480385.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2480385.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/05/25/2480385.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2480385.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2480385</trackback:ping><description>读取数据库时间显示错误总结&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2480385.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>解决网站防挂IFRAME木马方案(治标不治本^_^)</title><link>http://blog.csdn.net/codeshark/archive/2008/05/24/2477609.aspx</link><pubDate>Sat, 24 May 2008 15:49:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/05/24/2477609.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2477609.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/05/24/2477609.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2477609.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2477609</trackback:ping><description>   今天一上服务器2000多个 被注入，我晕！检查了半天，原来是FckEditor编辑器上传漏洞导致。在找资料的同时，发现CSS有一个有趣的属性expression,发现这个东东还有点意思，由此写出来，“以儆效尤”！&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2477609.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>ASP.NET实现文件下载</title><link>http://blog.csdn.net/codeshark/archive/2008/05/23/2473664.aspx</link><pubDate>Fri, 23 May 2008 15:28:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/05/23/2473664.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2473664.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/05/23/2473664.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2473664.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2473664</trackback:ping><description>ASP.NET实现文件下载的四种方式&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2473664.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>DropDownList 绑定数据库中的字段获取下拉列表值</title><link>http://blog.csdn.net/codeshark/archive/2008/05/16/2452596.aspx</link><pubDate>Fri, 16 May 2008 18:36:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/05/16/2452596.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2452596.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/05/16/2452596.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2452596.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2452596</trackback:ping><description>DropDownList 绑定数据库中的字段获取下拉列表值的两种方法&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2452596.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>ExecuteNonQuery方法教训 </title><link>http://blog.csdn.net/codeshark/archive/2008/05/16/2451634.aspx</link><pubDate>Fri, 16 May 2008 14:18:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/05/16/2451634.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2451634.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/05/16/2451634.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2451634.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2451634</trackback:ping><description>您可以使用 ExecuteNonQuery 来执行目录操作（例如查询数据库的结构或创建诸如表等的数据库对象），或通过执行UPDATE、INSERT 或 DELETE 语句，在不使用 DataSet 的情况下更改数据库中的数据。虽然 ExecuteNonQuery 不返回任何行，但映射到参数的任何输出参数或返回值都会用数据进行填充。对于 UPDATE、INSERT 和 DELETE 语句，返回值为该命令所影响的行数。对于其他所有类型的语句，返回值为 -1。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2451634.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>有人问“AppSettings和ConnectionStrings的区别”？</title><link>http://blog.csdn.net/codeshark/archive/2008/05/16/2451391.aspx</link><pubDate>Fri, 16 May 2008 13:13:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/05/16/2451391.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2451391.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/05/16/2451391.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2451391.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2451391</trackback:ping><description>Web.Config配置文件中AppSettings和ConnectionStrings的区别&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2451391.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>在应用程序级别以外使用注册为 allowDefinition='MachineToApplication' 的节是错误的解决办法 </title><link>http://blog.csdn.net/codeshark/archive/2008/05/09/2420562.aspx</link><pubDate>Fri, 09 May 2008 09:51:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/05/09/2420562.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2420562.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/05/09/2420562.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2420562.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2420562</trackback:ping><description>在应用程序级别以外使用注册为 allowDefinition='MachineToApplication' 的节是错误的解决办法 &lt;img src ="http://blog.csdn.net/codeshark/aggbug/2420562.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>日期格式转换问题</title><link>http://blog.csdn.net/codeshark/archive/2008/04/30/2349992.aspx</link><pubDate>Wed, 30 Apr 2008 18:36:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/04/30/2349992.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2349992.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/04/30/2349992.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2349992.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2349992</trackback:ping><description>常用日期格式转换&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2349992.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>无为</dc:creator><title>session的工作原理 </title><link>http://blog.csdn.net/codeshark/archive/2008/04/26/2332866.aspx</link><pubDate>Sat, 26 Apr 2008 19:01:00 GMT</pubDate><guid>http://blog.csdn.net/codeshark/archive/2008/04/26/2332866.aspx</guid><wfw:comment>http://blog.csdn.net/codeshark/comments/2332866.aspx</wfw:comment><comments>http://blog.csdn.net/codeshark/archive/2008/04/26/2332866.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/codeshark/comments/commentRss/2332866.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2332866</trackback:ping><description>session机制是一种服务器端的机制，服务器使用一种类似于散列表的结构（也可能就是使用散列表）来保存信息。&lt;img src ="http://blog.csdn.net/codeshark/aggbug/2332866.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>