随笔分类 -  控件使用

DropDownList overlapping WebDialogWindow
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/// /// Register javascript to hide select elements. Select elements overlap window in IE6 /// pr... 阅读全文
posted @ 2008-10-06 21:53 myx 阅读(432) 评论(1) 推荐(0)
UltraWebGrid分页
摘要:效果如图: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 protected void UltraWebGrid1_PageIndexChanged(object sender, Infragistics.WebUI.Ul... 阅读全文
posted @ 2008-09-28 14:22 myx 阅读(1941) 评论(5) 推荐(0)
log4net 文章集
摘要:基本介绍(略) 下载: http://logging.apache.org/log4net/downloads.html 模式一览 编号 设计模式 作用 1 工厂方法 创建Logger和Plugin 2 模板方法 在DoAppend中调用抽象的Append方法,这个方法在子类中实现 3 桥接 使不同的形式的日志和不同记录方式的日志任意组合 4 适配器 适配Layout和Ra... 阅读全文
posted @ 2005-06-28 15:04 myx 阅读(1978) 评论(1) 推荐(0)
XP-Style Button
摘要:原文:http://www.codeproject.com/cs/miscctrl/xp-style_button.asp 我修改了二个小小的地方: 1. 在VS里添加的时候出来了二个控件.ButtonBase 与 ButtonXP ,其实只要ButtonXP这个的.把ButtonBase.cs里Class前加一点代码,改后如下: namespace PinkieContr... 阅读全文
posted @ 2004-12-30 10:10 myx 阅读(853) 评论(0) 推荐(0)