Viewer

 

2008年4月29日

常用的服务器端注册客户端代码

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->public abstract class ClientScript { /**//// /// 在页面中显示提示框 /// /// 要显示提示框的页面 ... 阅读全文

posted @ 2008-04-29 04:05 Viewer 阅读(236) 评论(0) 推荐(0) 编辑

将DataTable导出到Excel中

摘要: 需要引用Interop.Excel Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> /**//// /// 将DataTalbe导出到Excel中 /// /// /// 生成的Excel的Sheet的名字 /// 保存的路径 pu... 阅读全文

posted @ 2008-04-29 03:59 Viewer 阅读(383) 评论(1) 推荐(0) 编辑

用ADO.NET从Excel文件中读取数据

摘要: 1.用openrowset,与connection无关 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->SqlDataAdapter command = new SqlDataAdapter( "select * from openr... 阅读全文

posted @ 2008-04-29 03:47 Viewer 阅读(481) 评论(0) 推荐(0) 编辑

导航