Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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>
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.