| |
GeekInterview.com > Interview Questions > Microsoft > ADO.NET 2.0
| Print | |
Question: how we can show image from database to our web form
|
| June 06, 2008 02:24:51 |
#1 |
| gvmca_2003 |
Member Since: June 2007 Total Comments: 1 |
RE: how we can show image from database to our web form |
| Create a folder in the application directory. Store the images in that folder. At the same time store the Image path in the database. when u r retriving the images just take image control and assign the image path from the database. u have input type = file in html right. using that we can upload and save in to the database. Hope u will get an idea. |
| |
Back To Question | |