I am making a project where i have a option to upload photo.
i want to know how to upload image in database using a Picture Box and retrieve it in picture box when specific profile will open?
Just like a Facebook Profile Pic.
i am doing this in C# Application in windows application

Satyapriya NayakPosted Apr 20, 2013, 3:09 AM
Shourya VerdhanPosted Apr 19, 2013, 6:09 PM
you are right man both process are same but here i want to upload a pic in picture box then want to retrive in another picture box
Jignesh TrivediPosted Apr 18, 2013, 11:58 PM
As per my knowledge, core logic in both window and web application are same.
only the difference is how you upload file from client side to server side. other logic are same in both type of application.
Shourya VerdhanPosted Apr 18, 2013, 6:21 PM
Thanks for your quick response but i am not asking for Web Control i had already done from web control
Buddy i am asking for windows application so please if you know please let me know.
Raj KumarPosted Apr 18, 2013, 3:33 AM
Vishal GilbilePosted Apr 18, 2013, 12:58 AM
Check following links
http://www.c-sharpcorner.com/UploadFile/17e8f6/inserting-images-and-reading-the-images-through-ado-net/
http://www.c-sharpcorner.com/uploadfile/17e8f6/inserting-and-reading-image-tofrom-database-in-Asp-Net-web-application-in-image-control/
Regards,
Vishal Gilbile.
Sean StewartPosted Apr 17, 2013, 11:50 PM