S
Shapper
Hello,
I have this line in my HTML code:
ImageUrl='<%# DataBinder.Eval(Container.DataItem, "image01_url") %>'
The field image01_url has only the image file name.
I want to make "images/content/" + image01_url as my ImageUrl.
How can I do this?
Thanks,
Miguel
I have this line in my HTML code:
ImageUrl='<%# DataBinder.Eval(Container.DataItem, "image01_url") %>'
The field image01_url has only the image file name.
I want to make "images/content/" + image01_url as my ImageUrl.
How can I do this?
Thanks,
Miguel