2007年8月30日

摘要: Correct Implementation of #importIt is important to invoke ADO correctly in your program, or you can have compiler errors. The following code demonstrates the correct way to use #import with Msado10.d... 阅读全文
posted @ 2007-08-30 18:39 Wade 阅读(1548) 评论(0) 推荐(0) 编辑
摘要: Show how to add script to the client in aspx file. /// <param name="rbl">RadioButtonList to apply script to</param>/// <param name="page">The Page the script is going to be appended ... 阅读全文
posted @ 2007-08-30 18:34 Wade 阅读(410) 评论(0) 推荐(0) 编辑
摘要: Add Command here to right button click in explore (Windows XP)http://www.cnblogs.com/Files/taotao/CMDHere.reg.css Download the file, and remove the .css from the filename, then the file is CMDHere.reg... 阅读全文
posted @ 2007-08-30 18:15 Wade 阅读(454) 评论(0) 推荐(0) 编辑
摘要: Set readonly for input text document.getElementById("ctrl_id").readOnly = true; //pay attention to the readOnly, it's case sensitive.Set option to unable toselect for select control:<option value=... 阅读全文
posted @ 2007-08-30 14:31 Wade 阅读(377) 评论(0) 推荐(0) 编辑

导航