値を持つテーブルがあります
ID PicURL FilePath
1 www.a.com/1.png NULL
2 NULL ~/Images/2.jpeg
コードビハインドで私が持っている
<asp:Image ID="imageControl" runat="server" Width="100" ImageUrl='<%#Eval("FilePath")%>'></asp:Image>
FilePath が null で、ImageURL が PicURL から値を取得する必要がある場合を含めるにはどうすればよいですか?
ありがとうラシュミ