Thursday 13 June 2013

How to Insert images into SQL Server from ASP.NET Using C#

Introduction
Here I will explain how to insert images into database using asp.net

Description:
Earlier we save images into directory folder and we save image path into database but better way is to inserting images directly into database and  retrieve them from database. Using this, the images are stored in database in binary form. So to retrieve images from database we need handler file, i will explain this later.
Here, we see how to insert images into database in binary form using Asp.Net C#.
....[Continue]

No comments:

Post a Comment