<asp:Image ID="Image2" runat="server"
ImageUrl='~\\Images\\thumbnail\\<%# Eval("brand")%>\\<%# Eval("thumbnail")%>' />
I tried several times with different types and didn't succeed.I want to bind two data from sqlserver database and put them in Image URL continuously.
Which the brand is something like "Dell" and thumbnail is "123.jpg"
What is the correct form ?
Please help me If you can, this is so crucial for me.