摘要:
经常用到导出文件的功能,在导出文件后,首先文件是暂时保存在服务器上的一个临时目录中,然后调用下面的方法将文件输出到客户端供用户下载。下载完成后,并删除服务器上的临时文件。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary&... 阅读全文
摘要:
function enterToTab(event){ var e = event ? event : window.event if(e.keyCode == 13){ e.keyCode = 9; } }<form> <input type="text" id="input1" onkeydown="enterToTab(event);"/> <input... 阅读全文
摘要:
SQL Server Management Studio is not equipped with the ability to debug the code. However, VS 2005 IDE does. 1.open visual studio .NET go to server explorer create a connection to your database right c... 阅读全文