﻿<?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>博客园-为了梦想……-随笔分类-WebControl</title><link>http://www.cnblogs.com/nowind/category/77091.html</link><description>为了梦想，别放弃</description><language>zh-cn</language><lastBuildDate>Tue, 20 May 2008 13:30:41 GMT</lastBuildDate><pubDate>Tue, 20 May 2008 13:30:41 GMT</pubDate><ttl>60</ttl><item><title>自定义服务器控件开发之4：重写的支持多验证TextBox控件 续1</title><link>http://www.cnblogs.com/nowind/archive/2007/05/31/766658.html</link><dc:creator>nowind</dc:creator><author>nowind</author><pubDate>Thu, 31 May 2007 08:54:00 GMT</pubDate><guid>http://www.cnblogs.com/nowind/archive/2007/05/31/766658.html</guid><wfw:comment>http://www.cnblogs.com/nowind/comments/766658.html</wfw:comment><comments>http://www.cnblogs.com/nowind/archive/2007/05/31/766658.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/nowind/comments/commentRss/766658.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/nowind/services/trackbacks/766658.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:       去年写了这个东东，发现还是挺好用的，哈哈！不过感觉功能不太满意，于是有增加了些新的功能。<br>        1、增加了输入提示、自定义错误提示、自定义不能为空的提示；<br>        2、增加输入框处于焦点时的样式变化；<br>        3、增加了可自增加行数和减少行数功能；<br>        4、增加了下拉框模式，下拉框可进行数据源的绑定；&nbsp;&nbsp;<a href='http://www.cnblogs.com/nowind/archive/2007/05/31/766658.html'>阅读全文</a><img src ="http://www.cnblogs.com/nowind/aggbug/766658.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://nowind.cnblogs.com/" target="_blank">nowind</a> 2007-05-31 16:54 <a href="http://www.cnblogs.com/nowind/archive/2007/05/31/766658.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>自定义服务器控件开发之3：自定义缩略图和水印的图片上传控件</title><link>http://www.cnblogs.com/nowind/archive/2006/11/30/577086.html</link><dc:creator>nowind</dc:creator><author>nowind</author><pubDate>Wed, 29 Nov 2006 16:09:00 GMT</pubDate><guid>http://www.cnblogs.com/nowind/archive/2006/11/30/577086.html</guid><wfw:comment>http://www.cnblogs.com/nowind/comments/577086.html</wfw:comment><comments>http://www.cnblogs.com/nowind/archive/2006/11/30/577086.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/nowind/comments/commentRss/577086.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/nowind/services/trackbacks/577086.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:  上传图片是经常会使用到的问题，不过每次都去些那些相同的代码确实够麻烦，所有就有了下面这个东东的出现了，哈哈！照顾到大多数人不同的需求，所以提供了多种自定义的功能，不急，下面一一介绍：<br><br><br>         1、用户可控制是否生成缩略图。<br>         2、用户自己定义缩略图大小，可以指定具体px或%，可以同时指定宽和高，也可以只指定宽，如果只指定宽的参数，则缩略图高度会按原始图片的宽/高比例计算得到。<br>         3、可自定义是否为图片加上水印，水印有两种方式，一种是文本，一种是图片，分别可自定义。并且水印的位置可控制。如果是文本水印，可指定绘制的文字、文字的大小、颜色和阴影颜色已经阴影的偏移距离。<br>…………………………&nbsp;&nbsp;<a href='http://www.cnblogs.com/nowind/archive/2006/11/30/577086.html'>阅读全文</a><img src ="http://www.cnblogs.com/nowind/aggbug/577086.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://nowind.cnblogs.com/" target="_blank">nowind</a> 2006-11-30 00:09 <a href="http://www.cnblogs.com/nowind/archive/2006/11/30/577086.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>自定义服务器控件开发之2：文件上传控件</title><link>http://www.cnblogs.com/nowind/archive/2006/11/27/573415.html</link><dc:creator>nowind</dc:creator><author>nowind</author><pubDate>Sun, 26 Nov 2006 16:34:00 GMT</pubDate><guid>http://www.cnblogs.com/nowind/archive/2006/11/27/573415.html</guid><wfw:comment>http://www.cnblogs.com/nowind/comments/573415.html</wfw:comment><comments>http://www.cnblogs.com/nowind/archive/2006/11/27/573415.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/nowind/comments/commentRss/573415.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/nowind/services/trackbacks/573415.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;文件上传的控件，支持上传后事件，跨服务器上传，自定义可上传文件类型、大小，以及上传文件命名规则。&nbsp;&...&nbsp;&nbsp;<a href='http://www.cnblogs.com/nowind/archive/2006/11/27/573415.html'>阅读全文</a><img src ="http://www.cnblogs.com/nowind/aggbug/573415.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://nowind.cnblogs.com/" target="_blank">nowind</a> 2006-11-27 00:34 <a href="http://www.cnblogs.com/nowind/archive/2006/11/27/573415.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>自定义服务器控件开发之1：重写的支持多验证TextBox控件</title><link>http://www.cnblogs.com/nowind/archive/2006/11/26/572644.html</link><dc:creator>nowind</dc:creator><author>nowind</author><pubDate>Sun, 26 Nov 2006 01:03:00 GMT</pubDate><guid>http://www.cnblogs.com/nowind/archive/2006/11/26/572644.html</guid><wfw:comment>http://www.cnblogs.com/nowind/comments/572644.html</wfw:comment><comments>http://www.cnblogs.com/nowind/archive/2006/11/26/572644.html#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://www.cnblogs.com/nowind/comments/commentRss/572644.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/nowind/services/trackbacks/572644.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:         开发的时候，TextBox是个不得不用，又经常用的东西，经常会遇上是否允许空，数据类型的判断等等，用脚本吧，麻烦；用验证控件吧，也麻烦。自己写了一个，使用的时候选择下属性就OK了，还支持自定义正则表达式验证。以此作为在此的开门之笔吧：）&nbsp;&nbsp;<a href='http://www.cnblogs.com/nowind/archive/2006/11/26/572644.html'>阅读全文</a><img src ="http://www.cnblogs.com/nowind/aggbug/572644.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://nowind.cnblogs.com/" target="_blank">nowind</a> 2006-11-26 09:03 <a href="http://www.cnblogs.com/nowind/archive/2006/11/26/572644.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>