5
Answers

Display Image thru Repeater RowDataBound

Photo of Ramco Ramco

Ramco Ramco

2y
530
1

Hi

  I have below code in Aspx page but i want to display image thru Repeater RowDataBound.

<td class="text-center">
    <img style='height: 65px;' src='<%# Eval("ThumbImage") %>' /></td>

Thanks

Answers (5)