<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>大海的专栏</title><link>http://blog.csdn.net/hfzsjz/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 27 Aug 2008 17:52:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>大海</dc:creator><title>DataGridView 密码列（显示为*号）的设置 </title><link>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2839432.aspx</link><pubDate>Wed, 27 Aug 2008 17:51:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2839432.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2839432.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2839432.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2839432.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2839432</trackback:ping><description>DataGridView 密码列（显示为*号）的设置 &lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2839432.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>点击DataGridView的单元格自动选中行的设置！</title><link>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2839020.aspx</link><pubDate>Wed, 27 Aug 2008 16:52:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2839020.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2839020.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2839020.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2839020.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2839020</trackback:ping><description>点击DataGridView的单元格自动选中行的设置！直接修改DataGridView属性中的SelectionMode= FullRowSelect即可。
&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2839020.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>winform中DataGridView添加ComboBox的最终解决方案（点击ComboBox默认显示当前行的内容）</title><link>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2836979.aspx</link><pubDate>Wed, 27 Aug 2008 11:35:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2836979.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2836979.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2836979.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2836979.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2836979</trackback:ping><description>&amp;lt;P&amp;gt;第一:数据绑定ComBoBox控件&amp;lt;BR&amp;gt;先在窗体设计时拖一个ComBoBox控件,然后在里面的ITEMS设好你要下拉项,或者从数据库中的表绑定，这个估计都会。&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;&amp;lt;BR&amp;gt;第二:// 将下拉列表框加入到DataGridView控件中，这句放在绑定DataGridView之后写。&amp;lt;BR&amp;gt;在窗体的Load方法中加入:g_DataGridView.Controls.Add(g_ComBoBox);也就是把ComBoBox控件添加到DataGridView控件中&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;第三:&amp;lt;BR&amp;gt;在DataGridView控件的CurrentCellChanged方法中写如下代码:&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;/P&amp;gt;&amp;lt;DIV style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FON&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2836979.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>C#编写的winform程序绑定comboBox成功,添加一个默认的文字选项"请选择"</title><link>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2836936.aspx</link><pubDate>Wed, 27 Aug 2008 11:28:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2836936.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2836936.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/08/27/2836936.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2836936.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2836936</trackback:ping><description>C#编写的winform程序绑定comboBox成功,添加一个默认的文字选项"请选择"&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2836936.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>winfrom DataGridView 关闭自动创建列 </title><link>http://blog.csdn.net/hfzsjz/archive/2008/08/22/2815593.aspx</link><pubDate>Fri, 22 Aug 2008 17:36:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/08/22/2815593.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2815593.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/08/22/2815593.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2815593.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2815593</trackback:ping><description>解决winfrom下DataGridView&amp;nbsp; 自动创建列无法关闭的解决方法&amp;nbsp;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;原来微软和我们开了一个小玩笑&amp;nbsp; DataGridView&amp;nbsp;有一个AutoGenerateColumns属性 是属性编辑器里是看不到的&amp;nbsp;直接在CS里能.出来,&amp;nbsp; 直接把AutoGenerateColumns属性设置False就可以了.&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2815593.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>解决Win2003上传下载附件限制</title><link>http://blog.csdn.net/hfzsjz/archive/2008/07/07/2622403.aspx</link><pubDate>Mon, 07 Jul 2008 17:53:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/07/07/2622403.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2622403.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/07/07/2622403.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2622403.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2622403</trackback:ping><description>解决SERVER 2003不能上传大附件的问题: 1 在服务里关闭 iis admin service 服务。&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2622403.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>“Request 对象 错误 'ASP 0104 : 80004005'”解决方案</title><link>http://blog.csdn.net/hfzsjz/archive/2008/07/03/2608776.aspx</link><pubDate>Thu, 03 Jul 2008 16:10:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/07/03/2608776.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2608776.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/07/03/2608776.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2608776.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2608776</trackback:ping><description>解决ASP无组件上传错误：Request 对象 错误 'ASP 0104 : 80004005' 不许操作---2003 server&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2608776.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>如何设置DropDownList的默认项</title><link>http://blog.csdn.net/hfzsjz/archive/2008/06/12/2538251.aspx</link><pubDate>Thu, 12 Jun 2008 10:35:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/06/12/2538251.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2538251.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/06/12/2538251.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2538251.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2538251</trackback:ping><description>如何设置DropDownList的默认项&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2538251.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>关于dropdownlist的请选择的问题</title><link>http://blog.csdn.net/hfzsjz/archive/2008/06/12/2538239.aspx</link><pubDate>Thu, 12 Jun 2008 10:33:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/06/12/2538239.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2538239.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/06/12/2538239.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2538239.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2538239</trackback:ping><description>先绑定数据，然后执行： DropDownList1.Items.Insert(0,"请选择..");&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2538239.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>c# winform 关于给静态全局变量赋值的问题</title><link>http://blog.csdn.net/hfzsjz/archive/2008/04/15/2293260.aspx</link><pubDate>Tue, 15 Apr 2008 11:25:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/04/15/2293260.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2293260.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/04/15/2293260.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2293260.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2293260</trackback:ping><description>c# winform 关于给静态全局变量赋值的问题,
C#中是没有所谓的全局变量的.要构造出类的属性作为全局变量 &lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2293260.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>C#的DES加密解密算法【vs2005】 </title><link>http://blog.csdn.net/hfzsjz/archive/2008/04/15/2293215.aspx</link><pubDate>Tue, 15 Apr 2008 11:15:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/04/15/2293215.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2293215.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/04/15/2293215.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2293215.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2293215</trackback:ping><description>C#的DES加密解密算法【vs2005】 &lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2293215.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>程序打包sql server,并使自动安装</title><link>http://blog.csdn.net/hfzsjz/archive/2008/03/06/2153002.aspx</link><pubDate>Thu, 06 Mar 2008 09:04:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2008/03/06/2153002.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/2153002.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2008/03/06/2153002.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/2153002.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2153002</trackback:ping><description>程序打包sql server,并使自动安装&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/2153002.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>DataGrid鼠标指向时显示不同颜色</title><link>http://blog.csdn.net/hfzsjz/archive/2007/10/10/1818036.aspx</link><pubDate>Wed, 10 Oct 2007 11:05:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2007/10/10/1818036.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/1818036.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2007/10/10/1818036.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/1818036.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1818036</trackback:ping><description>DataGrid鼠标指向时显示不同颜色&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/1818036.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>ASP.NET 取得客户端信息</title><link>http://blog.csdn.net/hfzsjz/archive/2007/10/10/1818022.aspx</link><pubDate>Wed, 10 Oct 2007 11:00:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2007/10/10/1818022.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/1818022.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2007/10/10/1818022.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/1818022.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1818022</trackback:ping><description>一个取得IP和操作系统以及浏览器的例子&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/1818022.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>大海</dc:creator><title>在ASP.NET中进行文件处理(2)</title><link>http://blog.csdn.net/hfzsjz/archive/2007/10/10/1818019.aspx</link><pubDate>Wed, 10 Oct 2007 10:58:00 GMT</pubDate><guid>http://blog.csdn.net/hfzsjz/archive/2007/10/10/1818019.aspx</guid><wfw:comment>http://blog.csdn.net/hfzsjz/comments/1818019.aspx</wfw:comment><comments>http://blog.csdn.net/hfzsjz/archive/2007/10/10/1818019.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hfzsjz/comments/commentRss/1818019.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1818019</trackback:ping><description>三.ASP.NET页面进行文件写操作：&lt;img src ="http://blog.csdn.net/hfzsjz/aggbug/1818019.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>