2008年8月25日

ASP.NET中实现多文件上传的实例程序代码

摘要: [此文来源于互联网] 阅读全文

posted @ 2008-08-25 10:30 truejob 阅读(430) 评论(0) 推荐(0) 编辑

Asp.net日期字符串格式化显示方法

摘要: 在使用Asp.net的过程中,我们经常需要对时间日期进行转换,达到不同的显示效果。默认格式为:2006-6-6 14:33:34 ,如果要换成成200606,06-2006,2006-6-6或更多的格式该怎么办呢? 这里将要用到:DateTime.ToString的方法(String, IForm... 阅读全文

posted @ 2008-08-25 10:25 truejob 阅读(617) 评论(1) 推荐(0) 编辑

ASP.NET程序上传文件功能的具体实例代码

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> using System; using System.Data; using System.Co... 阅读全文

posted @ 2008-08-25 10:24 truejob 阅读(258) 评论(0) 推荐(0) 编辑

asp.net 上传文件方法(内闭式和开放式)

摘要: 1.内闭式(RUNAT SERVER方式) 这种方式是目前大多数人使用的一种,通过事件驱动来实现文件上传处理,Form及File Field需设置为Runat Server Code highlighting produced by Actipro CodeHighlighter (freewa... 阅读全文

posted @ 2008-08-25 09:21 truejob 阅读(642) 评论(0) 推荐(0) 编辑

导航