摘要: 经常用到导出文件的功能,在导出文件后,首先文件是暂时保存在服务器上的一个临时目录中,然后调用下面的方法将文件输出到客户端供用户下载。下载完成后,并删除服务器上的临时文件。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary&... 阅读全文
posted @ 2010-01-25 16:41 code_flyer 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2010-01-25 12:24 code_flyer 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2010-01-25 10:00 code_flyer 阅读(640) 评论(0) 推荐(0) 编辑