Tuesday, 12 August 2014

C#.NET Save and Retrieve Image From Database. ( Part 1 - Project Overview)



In this short project I will try to show you how to save and retrieve image from sql server database.
This is the first part of the project and in this part I will give a overall idea of the project. If you have an overall idea about the project it will help you to go through the tutorial series.

Image: This is the final view of the form.

In this form we have 1 picture box where we will view image after browsing the image from local storage, 1 listbox where all the uploaded/saved image will be listed. A button to browse the picture, another button for save the image. two more button for delete and show the saved image. 2 textbox. one for file name and another for file location.

Image: All controls used in the form.

Image: If we click on the Browse button an openfiledialog  box will appear.  


Here is the whole project in PDF format. 
C#.NET Save and Retrieve Image From Database.PDF

Watch the whole tutorial on youtube.
https://www.youtube.com/watch?v=ETQkGfOoSq8

 



No comments:

Post a Comment