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