摘要:
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... 阅读全文
摘要:
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 ... 阅读全文
摘要:
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... 阅读全文
摘要:
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=... 阅读全文