摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using ElementLibrary.BLL;using ElementLibrary.MODEL;u... 阅读全文
posted @ 2014-08-28 11:57 哼哼c# 阅读(602) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO;using ElementLibrary.BLL; using ElementLibrary.MO... 阅读全文
posted @ 2014-08-28 11:56 哼哼c# 阅读(274) 评论(0) 推荐(0) 编辑
摘要: ASP.NET上传文件并记录到数据库(2011-07-19 11:02:07)转载▼标签:杂谈分类: asp.net学习 using System;using System.Data;using System.Configuration;using System.Web;using System.W... 阅读全文
posted @ 2014-08-25 22:04 哼哼c# 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: 前台单击文件,jQuery删除后台相应真实的文件,包含了2个页面,一个是显示图片的页面,一个是传递文件名,然后删除真实图片的页面。具体的代码如下:ShowPics.htm:UntitledPage具体的删除的页面的代码如下:DeletePicsForm.aspx.cs:protectedvoidPa... 阅读全文
posted @ 2014-08-25 18:32 哼哼c# 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Frame、Iframe、Frameset 的区别 目录(?)[+]FrameIframeFrameset 的区别Frameset与Frame的区别Frameset参数设置Frame参数设置Frame与Iframe的区别设置Iframe透明本章 小结10.4 Frame、Iframe、Frames... 阅读全文
posted @ 2014-08-20 09:44 哼哼c# 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 最近遇到一个很纠结的问题:jquery.autocomplete在IE6下被下拉框遮挡 。如图:网上找到原因,例如:http://www.360doc.com/content/10/1126/16/2197500_72641076.shtml但是,我们的问题是我们用了jquery.autocompl... 阅读全文
posted @ 2014-08-19 17:48 哼哼c# 阅读(140) 评论(0) 推荐(0) 编辑
摘要: div弹出窗口在frameset外层解决方案 首页通过framset经行网页布局,现在有个临时的消息窗口,ajax返回会弹出来。但是这个就有问题了。div作为网页元素,是依赖与frame的。怎么让其在整个视图窗口的最上层呢? frmae 连接网页,会对超过的部分进行遮挡。这里提供了一种解决方案.先... 阅读全文
posted @ 2014-08-18 14:00 哼哼c# 阅读(588) 评论(0) 推荐(0) 编辑
摘要: Asp.net 上传、下载文件2011-01-08 16:21:48|分类: .NET |标签: |举报 |字号大中小订阅 首先我们要判断用户是否选择了要上传文件,我们可用下面这句实现:if(File1.PostedFile.ContentLength>0)如果用户有上传的文件,则:string ... 阅读全文
posted @ 2014-08-12 17:51 哼哼c# 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Web.Config 配置文件 页面文件 网络文件夹 选择功能 上传限制 上传文件 管理文件 允许上传文件的类型: 允许上传单个文件的大小: ... 阅读全文
posted @ 2014-08-12 17:49 哼哼c# 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-08-12 15:12 哼哼c# 阅读(95) 评论(0) 推荐(0) 编辑