Bestcomy.net blog

Coding for funny

导航

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

2005年11月1日

摘要: 在线体验: http://upload4asp.net/CustomerDefined.aspx用iframe作为容器来显示进度信息的。有兴趣的朋友可以测试看看。暂不提供此DEMO的下载,测试稳定后提供下载。 阅读全文

posted @ 2005-11-01 15:36 bestcomy 阅读(1453) 评论(4) 推荐(0) 编辑

2005年10月27日

摘要: 1 为利用控件或者basepage下发js和css设计,当页面太多要下发js或者css时可以偷懒。只在ie6测试通过,特别是document的createStyleSheet方法不知道别的浏览器是否支持。 阅读全文

posted @ 2005-10-27 15:50 bestcomy 阅读(2542) 评论(5) 推荐(0) 编辑

2005年10月13日

摘要: stringaburl=Request.ApplicationPath;if(!aburl.EndsWith("/"))aburl+="/";aburl+="dir/some.aspx";其实是个小问题,但是发现比较普遍。很多项目都是在作为一个虚拟目录来开发的,其中的一些绝对路径的位置当部署到站点的时候就不对了。因为Request.ApplicationPath在虚拟目下返回值是 "/[虚拟目录名... 阅读全文

posted @ 2005-10-13 13:17 bestcomy 阅读(5448) 评论(8) 推荐(0) 编辑

2005年10月10日

摘要: 此处提供的代码用来实现当asp.net页面中的某个Button被点击后disable掉该页面中所有的Button,从而防止提交延时导致的多次提交。基于之前的onceclickbutton脚本. public class PreventMultiClick : System.Web.UI.Page { protected System.Web.UI.WebControls.Bu... 阅读全文

posted @ 2005-10-10 11:27 bestcomy 阅读(4642) 评论(7) 推荐(0) 编辑

2005年9月28日

摘要: Top 10 Most Attended Breakout Sessions Code Title Attendance City 1 WCI 285 微软下一代操作系统Windows Vista技术揭秘 510 Beijing 2 SDM 200 软件开发项目管理 – 精华再谈 482 Beijing 3 DAT301 XML数据和关系性数据的... 阅读全文

posted @ 2005-09-28 11:17 bestcomy 阅读(2599) 评论(2) 推荐(0) 编辑

摘要: 我在制作AspnetUpload 2.2安装程序的过程中发现用vs.net 2003制作的web 安装包在window 2003 server 安装后不能正常工作,后来发现可以用HTA来制作web安装,于是尝试了一下,效果不错.关键代码是创建虚拟目录,代码如下: var vd = WebRoot.Create("IIsWebVirtualDir", vDirName ) vd.Pa... 阅读全文

posted @ 2005-09-28 10:27 bestcomy 阅读(4529) 评论(11) 推荐(0) 编辑

2005年9月23日

摘要: 现在已经开始,早上和dudu及宝玉的照片 阅读全文

posted @ 2005-09-23 10:41 bestcomy 阅读(2957) 评论(13) 推荐(0) 编辑

2005年9月21日

摘要: 前几日使用到Javascript的Date初始化一个日期var dt = new Date(2005,8,31)结果发现dt.getDate()为1仔细查了一下Javascript参考才发现,原来如此Versions prior to JavaScript 1.3: new Date()new Date(milliseconds)new Date(dateString)new Date(yr_n... 阅读全文

posted @ 2005-09-21 22:48 bestcomy 阅读(3300) 评论(6) 推荐(0) 编辑

2005年9月14日

摘要: Google Blog Search 出来了,这样以后搜索blog资源就方便多了,也可以提高搜索效率,快去试试吧. 阅读全文

posted @ 2005-09-14 18:47 bestcomy 阅读(2598) 评论(5) 推荐(0) 编辑

摘要: ASP.NET “Atlas” is a package of new Web development technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0. “Atlas” en... 阅读全文

posted @ 2005-09-14 10:24 bestcomy 阅读(3536) 评论(3) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页