Chandler

导航

公告

统计

12 2005 档案

ASP.NET中常用功能代码总结(5)——文件操作篇
摘要: ASP.NET中常用功能代码总结(5)——文件操作篇整理:Terrylee一.读取文本文件1/**////<summary>2///读取文本文件3///</summary>4privatevoidReadFromTxtFile()5{6if(filePath.PostedFile.FileName!="")7{8txtFilePath=filePath.PostedFile...阅读全文

posted @ 2005-12-02 11:19 Chandler.C 阅读(222) | 评论 (1) 编辑

ASP.NET中常用功能代码总结(2)——生成验证图片
摘要: ASP.NET中常用功能代码总结(2)——生成验证图片整理:Terrylee生成随机的验证图片使用方法:1/**////调用函数将验证码生成图片2this.CreateCheckCodeImage(GenerateCheckCode());1/**////<summary>2///产生五位的随机字符串3///</summary>4///<returns><...阅读全文

posted @ 2005-12-02 11:18 Chandler.C 阅读(331) | 评论 (1) 编辑

ASP.NET中常用功能代码总结(3)——上传图片到数据库

posted @ 2005-12-02 11:16 Chandler.C 阅读(553) | 评论 (3) 编辑

ASP.NET中常用功能代码总结(4)——保存图片到XML文件

posted @ 2005-12-02 11:16 Chandler.C 阅读(305) | 评论 (2) 编辑

ASP.NET中常用功能代码总结(6)——XML文件操作篇

posted @ 2005-12-02 11:07 Chandler.C 阅读(315) | 评论 (2) 编辑