GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ADO.NET 2.0

 Print  |  
Question:  how we can show image from database to our web form



August 08, 2008 05:23:34 #3
 s4net   Member Since: August 2008    Total Comments: 1 

RE: how we can show image from database to our web form
 
You need to create one folder in your application named Images and store all the images in this folder. Now in your table add one column named Image_Url and save the path of each image. now in your .aspx page take one Image control and in the ImageUrl property bind the column. For example
     

 

Back To Question