I\'m trying to bind an image using Eval() with VB.NET and ASP.NET, but am running into issues:
Eval()
Can you just write (and forgive me if this is wrong) if it is constant:
And if it isn't:
//And in your codebehid: public property ImagePath { get; set; } ... ImagePath = "...";