Can anyone tell me how to get the following to work? Its not showing my image... If you supply code please use VB.. sorry C# isn't my strong point.
Thanks!
Thanks!
<
telerik:GridTemplateColumn
DataField
=
"CountryName"
FilterControlAltText
=
"Filter CountryName column"
HeaderText
=
"CountryName"
SortExpression
=
"CountryName"
UniqueName
=
"CountryName"
>
<
ItemTemplate
>
<
asp:Label
ID
=
"Label1"
runat
=
"server"
Text='<%# Eval("CountryAbbreviation") %>'></
asp:Label
>
<
asp:Image
ID
=
"Image1"
runat
=
"server"
ImageUrl='images/<%# Eval("CountryAbbreviation") %>.png' />
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>