Click here to Skip to main content
15,896,111 members
Articles / Web Development / ASP.NET

C# Save and Load Image from Database

Rate me:
Please Sign up or sign in to vote.
3.57/5 (40 votes)
5 Mar 2009CPOL3 min read 451K   18.3K   68  
Save images to database and load in aspx page using C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class namoona_test : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {

    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) www.namoona.com
United States United States
Founder of www.namoona.com, a multilingual classifieds portal for indian cities. Working in open systems development since 1997 in Delphi, Java, C++ and C#.

Comments and Discussions