12 2011 档案
摘要:IIS--》网站出现红色的叉,启动World Wide Web Publishing Service服务就OK了。
阅读全文
摘要:1 var ddlType = document.getElementById("<%=ddlType.ClientID %>"); //获取DropDownList控件2 var type = ddlType.options[ddlType.selectedIndex].value; //获取选择项的值
阅读全文
摘要:A表数据向导B表中的去的时候,如果有自增长列则导入失败,这是加上set identity_insert [tablename] on insert into **....set identity_insert [tablename] off
阅读全文