上传文件到FTP
摘要: 利用 FtpWebRequest 类实现上传文件到FTP.
阅读全文
posted @
2007-09-08 00:44 空空儿 阅读(1774) |
评论 (4) 编辑
ADO.NET的新功能:MARS(Multiple Active Result Set) 及 异步执行命令
摘要: MARS(Multiple Active Result Set) 多活动结果集和异步命令处理的结合使用
阅读全文
posted @
2007-07-23 11:26 空空儿 阅读(525) |
评论 (1) 编辑
使用 Bulk Copy 将大量数据复制到数据库
摘要: 使用 .Net FrameWork 2.0 新增功能 Bulk Copy 一次将大量数据复制到数据库
阅读全文
posted @
2007-07-22 12:55 空空儿 阅读(955) |
评论 (5) 编辑
操作Master页的服务器端控件
摘要: 在Content页里操作Master页的服务器端控件,介绍相关的事件及发生顺序
阅读全文
posted @
2007-07-16 11:22 空空儿 阅读(544) |
评论 (1) 编辑
体验StringTemplate
摘要: StringTemplate is a java template engine (with ports for C# and Python) for generating source code, web pages, emails, or any other formatted text output.
阅读全文
posted @
2007-07-06 14:19 空空儿 阅读(370) |
评论 (0) 编辑
保存跨页面选择的数据
摘要: 使用JAVASCRIPT写COOKIE保存跨页面选择的数据
阅读全文
posted @
2007-06-02 12:36 空空儿 阅读(226) |
评论 (0) 编辑
AJAX TreeView
摘要: AJAX 实现的TreeView,实现了动态读取自节点数据,鼠标经过时节点变背景色,选中节点变背景色,反键菜单,根据URL上传递的参数在页面刷新的时候展开相应的节点,可以根据自己的实际需要进行修改或者扩展
阅读全文
posted @
2007-05-16 22:51 空空儿 阅读(1693) |
评论 (26) 编辑
js 实现 将一个 ListBox 的项添加到另一个ListBox
摘要: 用javascript 将一个 ListBox 的项添加到另一个ListBox,由于时间关系,写的比较杂乱,有时间再整理~~
阅读全文
posted @
2007-04-03 11:00 空空儿 阅读(550) |
评论 (0) 编辑