Saving and Displaying Photos in SQL Server using ASP.NET and FileUpload Control
摘要:
原文: Saving and Displaying Photos in SQL Server using ASP.NET and FileUpload Control 主要是介绍在VS2005中如何将图片直接存入到数据库,当然利用了FileUpload这个控件下面我把主要代码贴上来(已经测试过了,没什么问题):Save: protected void Button1_Click(o... 阅读全文
posted @ 2006-07-27 12:09 Daniel Pang 阅读(1283) 评论(0) 推荐(0) 编辑