2008年7月17日
摘要: Everyday English 阅读全文
posted @ 2008-07-17 21:07 ︷起↘嚸. 阅读(122) 评论(0) 推荐(0)
摘要: 一个有Onclick事件的button例子: using System; using System.Collections.Generic; using System.Text; using System.Web.UI; using System.ComponentModel; namespace ComponentControl { [DefaultProperty("Text")]... 阅读全文
posted @ 2008-07-17 17:22 ︷起↘嚸. 阅读(158) 评论(0) 推荐(0)
摘要: 简单的没事件的控件 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.Text; using System.Web.UI;... 阅读全文
posted @ 2008-07-17 17:14 ︷起↘嚸. 阅读(165) 评论(0) 推荐(0)
摘要: 看过很多资料,做过很多测试,ie上实现读取xml很容易,firefox就麻烦了,这是个什么原因? var xmlDoc; //code for IE if (window.ActiveXObject) { xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); } // code for Mozilla, Firefox, Opera, etc.... 阅读全文
posted @ 2008-07-17 16:46 ︷起↘嚸. 阅读(1081) 评论(0) 推荐(0)