Ramco Ramco

Ramco Ramco

  • 442
  • 3.4k
  • 516.6k

Display Image thru Repeater RowDataBound

Jun 16 2023 9:22 AM

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)