1
Answer

ResolveUrl in ASP.NET

Manoj Bisht

Manoj Bisht

16y
3.1k
1
Hello Everyone,

I'm fetching images stored in the folder and images(s) path is stored in my database but because of ~/ it's not bringing the images in my DataList that's why i'm trying to use ResolveUrl to solve my problem....... But i don't know how to use at Design Mode

I'm giving my code please let me know where to use ResolveUrl in my code


<img src="<%# DataBinder.Eval(Container.DataItem,"Image") %>" />
Answers (1)