5
Answers

get image on label when image path in database c#

Photo of Devendra  Kumar

Devendra Kumar

8y
2.4k
1
hii;
 
i want to get image on label when my image in folder and path in database
 
image in datalist and get it like
 
HtmlImage img = item.FindControl("pimg") as HtmlImage;
image.Src = img.Src;
 
please help;
 
thanks 
 

Answers (5)