I am having a bit of a hard time using eval. It seems that it is a bit different, when using instead of lets say asp image control. I have my datasource up and running.
Now i wish to make a multiple eval, using FilePath and FileName in a anchor tag, and for showing images, I wish to draw the same data again, using an image tag.
I have some code here, wich does not work for me, can someone help me with this multiple eval's in this?
<a href='<%# String.Format("{0},{1});",Eval("FilePath"),Eval("FileName"))%>'>
<img src='<%# String.Format("{0},{1});",Eval("FilePath"),Eval("FileName"))%>' width="120" height="90" alt="" />
</a>