<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_明天会更好</title><subtitle type="text">拥抱今天，迎接明天。</subtitle><id>http://feed.cnblogs.com/blog/u/14285/rss</id><updated>2008-08-14T06:44:20Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14285/rss"/><entry><id>http://www.cnblogs.com/hobe/archive/2008/08/14/1267844.html</id><title type="text">使用SQL向SQL Server2005中插入图片</title><summary type="text">今天找到了用SQL向SQL Server2005中插入图片的方法，特此记录一下，免得自己忘记。update dbo.BIZ_RPTTL_PTN_M setRPTTL_M_RPT_IMG =(SELECT * FROMOPENROWSET  (BULK 'C:\setup.bmp', single_blob) AS a) where RPTTL_M_ID=20080725INSERT INTO db...</summary><published>2008-08-14T06:44:00Z</published><updated>2008-08-14T06:44:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2008/08/14/1267844.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2008/08/14/1267844.html"/></entry><entry><id>http://www.cnblogs.com/hobe/archive/2008/08/05/1260759.html</id><title type="text">在服务器端修改HTML控件的属性</title><summary type="text">对于服务器端控件，我们很容易在服务器端修改其属性。今天遇到一个问题需要在服务器端修改Iframe的属性，但是Iframe不是服务器端控件。大概研究了一下，可以如下修改。在aspx中：&amp;lt;iframe id="i" runat="server"&amp;gt;&amp;lt;/iframe&amp;gt;将Iframe的runat修改为"server"。在服务器端进行如下处理：this.i.Attributes.Add...</summary><published>2008-08-05T03:17:00Z</published><updated>2008-08-05T03:17:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2008/08/05/1260759.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2008/08/05/1260759.html"/></entry><entry><id>http://www.cnblogs.com/hobe/archive/2008/04/08/1143134.html</id><title type="text">如何调用.Net中的非Public方法</title><summary type="text">今天在网上闲逛,无意见发现一个代码中使用反射调用.Net框架中的非Public方法,觉得这个思路很好.我怎么就没有想到呢?前两个还在想怎样调用Page类中的Internal方法DecryptString来解一个隐藏域"__PREVIOUSPAGE"的值,看判断自己的一个分析是否正确.马上动手代码如下,^_^问题解决了.protectedvoidButton2_Click(objectsender,...</summary><published>2008-04-08T15:27:00Z</published><updated>2008-04-08T15:27:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2008/04/08/1143134.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2008/04/08/1143134.html"/></entry><entry><id>http://www.cnblogs.com/hobe/archive/2008/04/06/1139031.html</id><title type="text">IsPostBack深入探讨</title><summary type="text">本人以.Net 2.0的代码为依据，得出在IsPostBack是如何判断的，为我们深入了解asp.net的相关机制，及以后使用IsPostBack提供帮助。并且提供了比较详尽的推论过程，由于篇幅的限制没有将相关的推论的验证代码提供，感兴趣的读者可以自行进行验证。</summary><published>2008-04-06T03:47:00Z</published><updated>2008-04-06T03:47:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2008/04/06/1139031.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2008/04/06/1139031.html"/></entry><entry><id>http://www.cnblogs.com/hobe/archive/2008/03/25/1122229.html</id><title type="text">ViewState机制由浅入深3</title><summary type="text">以asp.net 2.0为主介绍ViewState机制的工作原理。其中内容包括：1 ViewState机制是什么；2	ViewState机制如何工作；3 ViewState与ControlState；4 ViewState的使用。其中重点是第2节ViewState机制如何工作。本文是第3部分。</summary><published>2008-03-25T15:46:00Z</published><updated>2008-03-25T15:46:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2008/03/25/1122229.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2008/03/25/1122229.html"/></entry><entry><id>http://www.cnblogs.com/hobe/archive/2008/03/25/1122213.html</id><title type="text">ViewState机制由浅入深2</title><summary type="text">以asp.net 2.0为主介绍ViewState机制的工作原理。其中内容包括：1 ViewState机制是什么；2	ViewState机制如何工作；3 ViewState与ControlState；4 ViewState的使用。其中重点是第2节ViewState机制如何工作。本文是第2部分。 </summary><published>2008-03-25T15:29:00Z</published><updated>2008-03-25T15:29:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2008/03/25/1122213.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2008/03/25/1122213.html"/></entry><entry><id>http://www.cnblogs.com/hobe/archive/2008/03/25/1122203.html</id><title type="text">ViewState机制由浅入深1</title><summary type="text">以asp.net 2.0为主介绍ViewState机制的工作原理。其中内容包括：1 ViewState机制是什么；2	ViewState机制如何工作；3 ViewState与ControlState；4 ViewState的使用。其中重点是第2节ViewState机制如何工作。</summary><published>2008-03-25T15:20:00Z</published><updated>2008-03-25T15:20:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2008/03/25/1122203.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2008/03/25/1122203.html"/></entry><entry><id>http://www.cnblogs.com/hobe/archive/2008/01/26/1054322.html</id><title type="text">MasterPage和内容页之间数据传递</title><summary type="text">MasterPage是asp.net 2.0中的一个新东东。具有如下的优点：1.使用母版页可以集中处理页的通用功能，以便可以只在一个位置上进行更新。2.使用母版页可以方便地创建一组控件和代码，并将结果应用于一组页。例如，可以在母版页上使用控件来创建一个应用于所有页的菜单。3.通过允许控制占位符控件的呈现方式，母版页使您可以在细节上控制最终页的布局。4.母版页提供一个对象模型，使用该对象模型可以从各...</summary><published>2008-01-26T07:38:00Z</published><updated>2008-01-26T07:38:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2008/01/26/1054322.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2008/01/26/1054322.html"/></entry><entry><id>http://www.cnblogs.com/hobe/archive/2007/04/13/711818.html</id><title type="text">web form事件不提交</title><summary type="text">我虽然做了很多年的软件开发，今天第一次使用asp.net开发。这个方面自己完全是新手，看到了asp.net中的类似win form的事件机制，激动不已。于是动手试了试，结果遭遇了不幸。一个简单的dropdownlist的SelectedIndexChanged事件，竟然不执行，郁闷。于是自己开始不断的尝试，翻阅书籍找资料，原来问题很简单，哈哈。控件的autopostback属性默认是false，需...</summary><published>2007-04-13T03:47:00Z</published><updated>2007-04-13T03:47:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2007/04/13/711818.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2007/04/13/711818.html"/></entry><entry><id>http://www.cnblogs.com/hobe/archive/2007/04/03/698330.html</id><title type="text">NDoc简介</title><summary type="text">1、NDoc的作用他可以将我们在代码编写过程中使用///形成的XML的注释，自动形成多种风格的类库文档。这些风格可以是JavaDoc，MSDN-thml，MSDN-chm，XML等。让我们快速拥有专业级的类库API 文档2、NDoc的获得NDoc是一个开源项目，由于MS打算要做类似的东西(sandcastle )，作者放弃了后续的开发，其版本停留在1.3X。MS的sandcastle 还是很不好用...</summary><published>2007-04-03T06:42:00Z</published><updated>2007-04-03T06:42:00Z</updated><author><name>启明</name><uri>http://www.cnblogs.com/hobe/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hobe/archive/2007/04/03/698330.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hobe/archive/2007/04/03/698330.html"/></entry></feed>
