I am getting the following error when opening a my web page that is trying to display an image in a webpage:
Compilation Error Description:An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30203: Identifier expected.
Source Error:
Line 376: </HeaderTemplate>
Line 377: <ItemTemplate>Line 378: <img src="data:image/jpg;base64,<%# Eval("Image") != System.DBNull.Value ? Convert.ToBase64String((byte[])Eval("Image")) : string.Empty %>" alt="image" height="50" width="50" />Line 379: </ItemTemplate>
Line 380: </asp:templatefield> |
Source File: d:\hosting\tazd7777\Team_Play\VBA2K\VBA2KPlayers.aspx Line: 378