随笔 - 17  文章 - 1  评论 - 32 
06 2007 档案
发布支持flash的 AdRotator C#版控件源码
摘要: 1usingSystem;2usingSystem.Web.UI;3usingSystem.Web.UI.WebControls;4usingSystem.ComponentModel;5usingSystem.Text;6namespaceFlashAdRotator7{8/**////<summary>9///fpAdRotator的摘要说明。10///</summary&g...阅读全文
posted @ 2007-06-18 10:32 wilensky 阅读(1170) | 评论 (4) 编辑
自己总结的一些需要注意的地方,含点个人小技巧&&经验
摘要: 以后此帖会不定期更新的:1.屏蔽textbox等文本框控件的回车响应事件,在文本框上按回车时会刷新页面,为了屏蔽这个事件,在文本控件加入onkeypress="javascript:if(event.keyCode==13){event.returnValue=false;}"阅读全文
posted @ 2007-06-08 10:42 wilensky 阅读(161) | 评论 (4) 编辑