原文:   Saving and Displaying Photos in SQL Server using ASP.NET and FileUpload Control

主要是介绍在VS2005中如何将图片直接存入到数据库,当然利用了FileUpload这个控件

下面我把主要代码贴上来(已经测试过了,没什么问题):

Save:

Saving and Displaying Photos in SQL Server using ASP.NET and FileUpload Controlprotected void Button1_Click(object sender, EventArgs e)
    }

Display:

Saving and Displaying Photos in SQL Server using ASP.NET and FileUpload Controlprotected void Button2_Click(object sender, EventArgs e)
    }

相关文章: