hello sir cold you please help i have a folder in server for saving my images and inside database i save the image name , now the issue is i want to display the image in image control in datalist how to do that
Refer
Retrieve images using a file path stored in database in ASP.Net
You can refer the article and just append path directly to the ImageUrl
ImageUrl = 'Eval('FileName', '~/images/{0}')'
Here images is the folder name where the images will be saved.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.